Releases: kraklabs/cie
Releases · kraklabs/cie
Release list
v0.7.20
What's New
Configurable Local Data Directory
Users can now control where CIE stores indexed data via indexing.local_data_dir in project config or the CIE_DATA_DIR environment variable. Relative paths resolve from the project config directory. Default behavior (~/.cie/data/<project_id>/) is unchanged.
Stale RocksDB LOCK Recovery
If CozoDB fails to open due to a leftover LOCK file (e.g., after a crash), CIE now detects whether the lock is stale and removes it automatically before retrying.
Graceful Shutdown with Force-Quit
A second Ctrl+C now force-quits immediately across all commands (index, mcp, serve).
See CHANGELOG.md for full details.