0.10.22 (2026-04-12)
0.10.21 (2026-04-12)
- persist hook counter in SQLite instead of /tmp file (#101) (a256a85)
- zed: use correct settings format (#88) (0dd366d)
0.10.20 (2026-04-12)
0.10.19 (2026-04-12)
0.10.18 (2026-04-12)
0.10.17 (2026-04-12)
0.10.16 (2026-04-11)
0.10.15 (2026-04-11)
0.10.14 (2026-04-09)
0.10.13 (2026-04-07)
0.10.12 (2026-04-07)
0.10.11 (2026-04-07)
0.10.10 (2026-04-06)
0.10.9 (2026-04-06)
- ensure OpenCode plugin update triggers release (2f33879)
0.10.8 (2026-04-06)
0.10.7 (2026-04-06)
0.10.6 (2026-04-06)
0.10.5 (2026-03-21)
0.10.4 (2026-03-21)
0.10.3 (2026-03-17)
- make ICM store instructions mandatory with explicit triggers (7a60af3)
- mandatory ICM store triggers for all AI tools (2d0298a)
0.10.2 (2026-03-17)
- blob validation, Vec pre-alloc, replace collect-all-topics N+1 (9a8a435)
- harden input bounds, clamp confidence, deduplicate helpers (faa3651)
- fix N+1 queries in memoir operations and dedup inject_claude_hook (161900b)
0.10.1 (2026-03-16)
- add CLI commands for all MCP-only tools (update, health, feedback) (#16) (157b3e0)
- add conversational extraction patterns for PreCompact (#27) (b621895), closes #11
- add executable actions to TUI dashboard (#31) (56a0811)
- add interactive TUI dashboard (icm dashboard / icm tui) (#30) (085204a), closes #21
- add OpenCode plugin for auto-extraction (layers 0/1/2) (#28) (1764a22), closes #14
- add PreToolUse hook for CLI-first multi-tool support (#17) (f6f32c7)
- add RTK Cloud sync for shared memories (4943141)
- auto-consolidation, agent memory scope, pattern extraction (c2cbea9)
- compact mode on by default, shorter MCP instructions (60cc469)
- full Rust hooks, no shell scripts (#18) (caebfd1)
- install all 3 hook layers via icm init --mode hook (#26) (d79e1bc), closes #9
- memoir graph export (JSON, DOT, ASCII, AI) with confidence levels (#24) (f548fe5)
- RTK Cloud compat — X-Org-Id header, rtk-pro credential fallback, email login (d13a469)
- RTK Cloud sync compatibility (bb1b2dc)
- write ICM instructions to each tool's native file (#19) (b786240)
- add opt-out for embedding model download (#25) (5334d45), closes #8
- cross-platform config path (Windows/Linux/macOS) (12aede9)
- cross-platform credentials path and password input (09188f3)
- improve extract fact scoring for dev tool outputs (#3) (037dfc4)
- use correct Zed context_servers format (command.path instead of flat command) (f2c0ea6)
- use cross-platform config path via directories crate (a292ee9), closes #22