-
Restore session auto-detect + auto-index + config CLI from Go
发布于
2026-03-19 19:13:17 +00:00 - Config store: persistent SQLite key-value in _config.db (get/set/delete/bool/int)
- Config CLI: codebase-memory-mcp config list|get|set|reset
Keys: auto_index (default false), auto_index_limit (default 50000) - Session detection: detect project root from CWD on MCP initialize
- Auto-index: if auto_index=true and project not yet indexed, background pipeline
- Watcher hookup: after index completes, register project for ongoing git polling
- 6 new config store tests (open/close, get/set, bool, int, delete, persistence)
Enable auto-indexing:
codebase-memory-mcp config set auto_index true下载附件