kimi-code/packages
haozhe.yang e497dd00a4 refactor(agent-core-v2): collapse cron internals into AgentCronService
- Inline SessionCronStore, CronScheduler, and CronPersistence into
  AgentCronService: state lives as private fields, the poll loop uses a
  shared timer, and persistence calls IAtomicDocumentStore directly.
- Drop CronToolManager; the cron tools take IAgentCronService directly,
  matching the background domain.
- Add a generic IntervalTimer to _base/utils and use it for the poll loop.
- Move cron-expr/jitter/clock to the cron root, merge time-format and
  cron-fire-xml into format.ts, and fold the cron types and telemetry
  constants into the contract and service.
2026-07-01 21:35:14 +08:00
..
acp-adapter chore(telemetry): normalize telemetry property keys to snake_case (#1196) 2026-06-29 17:40:50 +08:00
agent-core feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
agent-core-v2 refactor(agent-core-v2): collapse cron internals into AgentCronService 2026-07-01 21:35:14 +08:00
kaos ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
kimi-migration-legacy feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
kosong feat(timing): split TTFT into api-server and client portions (#1228) 2026-06-30 19:15:02 +08:00
migration-legacy ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
minidb feat(minidb): add embedded key-value database package 2026-06-28 16:30:10 +08:00
node-sdk feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
oauth feat(server): auto-refresh provider model catalog and push change events (#1207) 2026-06-30 12:29:10 +08:00
protocol Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-06-30 21:25:35 +08:00
server feat(server): add GUI store API mirroring localStorage (#1231) 2026-06-30 21:04:59 +08:00
server-e2e fix(web): stop auto-dismissing pending questions and approvals on a timeout (#1070) 2026-06-24 19:15:06 +08:00
server-v2 feat(server-v2): add model catalog auto-refresh and remaining wiring 2026-07-01 13:02:26 +08:00
telemetry ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00