Skip to content

Latest commit

 

History

History
192 lines (95 loc) · 11.3 KB

File metadata and controls

192 lines (95 loc) · 11.3 KB

Changelog

0.10.22 (2026-04-12)

Features

  • security: add SHA256 checksum verification + icm upgrade --apply (#103) (3aa18b1)

0.10.21 (2026-04-12)

Bug Fixes

  • persist hook counter in SQLite instead of /tmp file (#101) (a256a85)
  • zed: use correct settings format (#88) (0dd366d)

0.10.20 (2026-04-12)

Features

  • add web dashboard with Svelte frontend (#99) (d3ea043)

0.10.19 (2026-04-12)

Features

  • add Continue.dev MCP + Aider CLI support (#95) (1087917)

0.10.18 (2026-04-12)

Bug Fixes

  • improve recall coverage for Claude and Codex agents (#93) (1e7c562)

0.10.17 (2026-04-12)

Features

  • add graph-aware recall, auto-linking, and multi-tool hooks (#91) (20ae926)

0.10.16 (2026-04-11)

Features

  • add SessionStart Claude Code hook that injects wake-up pack (#86) (23692e2)

0.10.15 (2026-04-11)

Features

  • add icm wake-up command + icm_wake_up MCP tool (#84) (51a1081)

0.10.14 (2026-04-09)

Bug Fixes

  • preserve JSON key order in config files (#80) (4dc4e83)

0.10.13 (2026-04-07)

Features

  • icm import — conversations from Claude, ChatGPT, Slack (#78) (6f036c8)

0.10.12 (2026-04-07)

Features

0.10.11 (2026-04-07)

Features

  • add icm learn command — scan project into memoir knowledge graph (#72) (#74) (0801e7f)

0.10.10 (2026-04-06)

Features

  • add recall-project and save-project commands (#70) (51185fe), closes #69

0.10.9 (2026-04-06)

Bug Fixes

  • ensure OpenCode plugin update triggers release (2f33879)

0.10.8 (2026-04-06)

Bug Fixes

  • rewrite OpenCode plugin with native @opencode-ai/plugin SDK (#64) (#65) (a74a94d)

0.10.7 (2026-04-06)

Bug Fixes

  • lower extraction threshold + configurable settings (#61) (#62) (f8f904d)

0.10.6 (2026-04-06)

Features

  • add Copilot/Windsurf CLI instructions + integration docs (#55) (344df6a)

Bug Fixes

0.10.5 (2026-03-21)

Bug Fixes

  • comprehensive audit fixes — security, performance, tech debt, tests (#51) (c3555c9)

0.10.4 (2026-03-21)

Features

  • add .deb and .rpm packages, drop Windows ARM64 (#47) (c7f8775)

0.10.3 (2026-03-17)

Features

  • make ICM store instructions mandatory with explicit triggers (7a60af3)
  • mandatory ICM store triggers for all AI tools (2d0298a)

0.10.2 (2026-03-17)

Bug Fixes

  • blob validation, Vec pre-alloc, replace collect-all-topics N+1 (9a8a435)
  • harden input bounds, clamp confidence, deduplicate helpers (faa3651)

Performance Improvements

  • fix N+1 queries in memoir operations and dedup inject_claude_hook (161900b)

0.10.1 (2026-03-16)

Features

  • 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)

Bug Fixes

  • 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