mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
- Introduce SendMessageType.Cron to differentiate cron-triggered prompts from user queries - Skip UserPromptSubmit hook for cron messages - Add getExitSummary() to display active loops when session ends - Add tests for exit summary functionality This improves cron loop handling by treating scheduled prompts differently from user-initiated queries and provides better UX when sessions end with active loops running. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| vendor | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||