mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Merge branch 'main' into chore/sync-gemini-cli-v0.3.4
This commit is contained in:
commit
9df193ca42
15 changed files with 1115 additions and 294 deletions
|
|
@ -507,7 +507,7 @@ export const useSlashCommandProcessor = (
|
|||
setTimeout(async () => {
|
||||
await runExitCleanup();
|
||||
process.exit(0);
|
||||
}, 1000);
|
||||
}, 100);
|
||||
return { type: 'handled' };
|
||||
|
||||
case 'submit_prompt':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue