mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-16 20:25:36 +00:00
* feat(cron): render scheduled reminders in TUI and expose fired events - add CronMessageComponent for distinct cron transcript entries in TUI - emit cron.fired events from agent-core and expose via node-sdk - report cron fire times with local ISO timestamps including timezone offsets - render cron_job and cron_missed origins during session replay instead of skipping - handle warning events in CLI and session event handler * docs(cron): clarify that users must ask the model to manage cron tasks - cron-create.md: instruct model to proactively tell users how to cancel/modify reminders - cron-list.md: add guideline that users cannot directly manage cron tasks\n- cron-delete.md: emphasize users must ask model to cancel reminders |
||
|---|---|---|
| .. | ||
| clock.test.ts | ||
| cron-create.test.ts | ||
| cron-delete.test.ts | ||
| cron-expr.test.ts | ||
| cron-fire-xml.test.ts | ||
| cron-list.test.ts | ||
| jitter.test.ts | ||
| no-date-now.test.ts | ||
| persist.test.ts | ||
| scheduler.test.ts | ||
| session-store.test.ts | ||