mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-21 15:14:42 +00:00
- add a legacySessionIndex module defining the v1 session_index.jsonl byte format: tolerant line parsing and v1's entry validation (absolute sessionDir inside sessionsDir, basename matches sessionId), shared by the v2 readers and writer - append a v1-compatible index line on session create/fork (never on resume) through the append-log store, so a v1 CLI sharing the homeDir discovers v2 sessions - locate sessions through the legacy index in FileSessionIndex.get (and read-model cold misses) with a directory-scan fallback for stale lines - reuse the shared parser in the workspace registry's one-shot rebuild |
||
|---|---|---|
| .. | ||
| acp-adapter | ||
| agent-core | ||
| agent-core-v2 | ||
| kaos | ||
| kap-server | ||
| klient | ||
| kosong | ||
| migration-legacy | ||
| minidb | ||
| node-sdk | ||
| oauth | ||
| pi-tui | ||
| protocol | ||
| server | ||
| server-e2e | ||
| telemetry | ||