mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-31 10:37:12 +00:00
- handle `kimi v2 <subcommand>` in main.ts, gated on KIMI_CODE_EXPERIMENTAL_FLAG via shared isKimiV2Enabled - route `kimi server run` to server-v2 through the same switch; drop server-v2 standalone main.ts/dev script - fold v1 context.append_loop_event records into messages at replay and snapshot so v1 sessions restore on agent-core-v2 - report backend: 'v2' in meta; serve session status via SessionLegacyService.status - drop unused service options (blob/fullCompaction/goal/permissionGate); permissionGate reads agentId from scope context |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||