cx_recallis now the sharp ancestor-walk operation for a single scope. Use the newcx_searchtool for subtree, set, or all-scope content search.- Read-route scope payloads use structured JSON selectors such as
{"kind":"path","path":"global/project:helioy"},{"kind":"cwd_inferred","cwd":"/repo"},{"kind":"subtree","path":"global/project:helioy"},{"kind":"set","paths":["global"]}, and{"kind":"all"}. Legacy plain-string scope payloads were removed from the structured wire contract. - Scope selection request inputs now use
scopeonly on migrated MCP, CLI, and cm-web surfaces. Publicscope_path,scope_mode, andscope="auto"inputs are rejected. - Use
{"kind":"cwd_inferred","cwd":"/repo"}when callers want cwd based scope inference. Linked git worktrees resolve through git metadata to the source repository identity. scope_pathremains part of persisted exact data, including stored entries, export rows, response DTOs, and internal exact path models.
- The web UI now launches through
cm web --open; the standalonecm-webcommand surface is retired. cx_getnow returns canonical capability validation text. Emptyidsreturnsids cannot be empty; the previousValidation error:prefix was removed for CLI/MCP error parity.
0.2.27 (2026-06-16)
0.2.26 (2026-06-16)
0.2.25 (2026-06-16)
0.2.24 (2026-06-16)
0.2.23 (2026-05-29)
0.2.22 (2026-05-21)
0.2.21 (2026-05-20)
0.2.20 (2026-05-18)
0.2.19 (2026-05-17)
0.2.18 (2026-05-14)
0.2.17 (2026-05-14)
0.2.16 (2026-05-04)
- cm-web: resolve pnpm via which crate so Windows finds .cmd shim (797af3f)
0.2.15 (2026-05-03)
- retrigger release pipeline after deleted workflow run (6c26bee)
0.2.14 (2026-05-03)
0.2.13 (2026-05-03)
0.2.12 (2026-04-30)
0.2.11 (2026-04-28)
0.2.10 (2026-04-22)
0.2.9 (2026-04-21)
- harden MCP and store behavior (6f4c9c4)
0.2.8 (2026-04-20)
0.2.7 (2026-04-20)
0.2.6 (2026-04-20)
- smart browse infer local scope for cx_browse (77a6820)
0.2.5 (2026-04-15)
0.2.4 (2026-04-15)
0.2.3 (2026-04-12)
0.2.2 (2026-04-11)
0.2.1 (2026-04-11)
- improved retrieval (ALP-1745) (bb72143)
0.2.0 (2026-04-11)
- redesign cx_* MCP response payloads to YAML text (#27)
0.1.12 (2026-03-21)
0.1.11 (2026-03-20)
- improve array parameter docs and error messages (759e511)
- improve cx_recall scope metadata and per-entry token estimates (4a628c0)
0.1.10 (2026-03-20)
0.1.9 (2026-03-20)
0.1.8 (2026-03-19)
- update Cargo.lock for v0.1.7 and sync lockfile in release workflow (09439e3)
0.1.7 (2026-03-19)
0.1.6 (2026-03-18)
0.1.5 (2026-03-14)
0.1.4 (2026-03-14)
- cx_recall without scope searches all entries instead of only global (14e382f)
0.1.3 (2026-03-14)
- restructure npm scoped package layout and add Windows build target (27f137c)
0.1.2 (2026-03-14)
- sanitize FTS5 query input to match unicode61 tokenizer behavior (df4947c)