mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
refactor: streamline non-interactive session handling by removing settings parameter and introducing minimal settings instance
This commit is contained in:
@@ -446,9 +446,7 @@ export async function main() {
|
||||
|
||||
await runNonInteractiveStreamJson(
|
||||
nonInteractiveConfig,
|
||||
settings,
|
||||
trimmedInput.length > 0 ? trimmedInput : '',
|
||||
prompt_id,
|
||||
);
|
||||
await runExitCleanup();
|
||||
process.exit(0);
|
||||
|
||||
Reference in New Issue
Block a user