Merge pull request #624 from QwenLM/chore-pomelo

feat: Enhance /init command with confirmation prompt
This commit is contained in:
pomelo
2025-09-16 15:32:30 +08:00
committed by GitHub
5 changed files with 78 additions and 213 deletions

View File

@@ -503,7 +503,7 @@ export const useSlashCommandProcessor = (
setTimeout(async () => {
await runExitCleanup();
process.exit(0);
}, 1000);
}, 100);
return { type: 'handled' };
case 'submit_prompt':