mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-21 14:47:17 +00:00
* refactor(agent-core-v2): persist cron tasks as durable wire records - write CronAdd/CronDelete/CronCursor as durable wire records and rebuild the cron task table from dispatcher replay - migrate legacy per-workspace cron JSON files into the wire on first resume, then drop the file-based persistence service, its registrations, and the bootstrap cron scope - derive the session cron view from the agent replayable cron state and remove the redundant session-level copy - let session forks inherit cron tasks through the copied wire instead of duplicating task files * fix(agent-core-v2): keep legacy cron tasks on cold forks and flush before cleanup - inherit legacy cron task files into a full fork's wire so cold sessions forked before their first post-upgrade resume do not silently lose scheduled tasks - flush the migrated wire records before deleting legacy files so a crash cannot lose both copies * refactor(agent-core-v2): drop the legacy cron file migration - stop reading legacy per-workspace cron JSON files entirely; pre-upgrade tasks simply stop applying instead of being migrated into the wire - remove the legacy read path, the fork-time legacy inheritance, and the now-unused session context/document store injections |
||
|---|---|---|
| .. | ||
| acp-adapter | ||
| acp-server | ||
| agent-core | ||
| agent-core-v2 | ||
| kaos | ||
| kap-server | ||
| klient | ||
| kosong | ||
| migration-legacy | ||
| minidb | ||
| node-sdk | ||
| oauth | ||
| pi-tui | ||
| protocol | ||
| telemetry | ||
| transcript | ||
| tree-sitter-bash | ||