Skip to content
v1.75.0

Local semantic memory for AI agents.

Changelog

Unreleased

Features

  • plugins: roca mcp serve raises plugin-declared session companions. A plugin.json may name an executable inside the plugin directory plus fixed argv; serve starts that child for the session, reaps it on exit, retries crashes with bounded backoff, and leaves a dying companion down without blocking queries. Plugins without the field are unchanged. Telemetry is JSONL under the data directory logs area, never a database.

  • vector: ship a local embedding engine inside the vector companion. The user downloads exactly one embeddings model. macOS and Linux no longer need a separate embedding runtime; Windows keeps the previous path until its native lane exists. Indexing walks newest material first. MCP sessions keep one companion process for their lifetime and prepare the model in the background. Engine timings land in rotated JSONL under the data directory logs area, never in a database.

  • vector: remove the vocab discovery verb

  • remove all model credential machinery; agent models authenticate through their own CLIs

Most users need to do nothing: an already signed-in Codex or Claude CLI is detected and used automatically. Existing remote-provider configuration is tolerated and receives a migration proposal when a supported local CLI is available, or a removal proposal when none is available. A provider table that declares its own command keeps that command: the proposal removes only the retired authentication keys. Recovery backups made while retiring those providers are credential-redacted rather than byte-exact. If an older installation left files under ~/.roca/credentials, La Roca no longer reads them; they never disable a working CLI transport and are offered for removal on their own. roca init retires nothing behind its model confirmation, and roca update no longer refreshes a remote model catalogue.

The bootstrap JSON field external_credential is now named command_transport; it reports that the selected model runs through a local agent CLI without implying that La Roca owns authentication.

1.75.0 (2026-08-24)

Features

  • cli: add tool-call-observer for live session tool calls (#254) (bb2db08)
  • cli: prove word search and ask the vector question inside init (#255) (6b050dc)
  • declare no-mistakes lint and test commands (#248) (05552fd)
  • distribution: install and update owner/repo plugins from published releases (#253) (7a5223d)
  • distribution: store one current row per fact in corpus databases (#250) (c2b6313)
  • plugins: raise plugin session companions from mcp serve (#251) (f441542)
  • vector: publish verified embedding model releases (#256) (96ea64c)

Bug Fixes

  • vector: prevent delta ingest hangs under Metal contention (#257) (392d8af)

1.74.2 (2026-08-23)

Bug Fixes

  • query: make hybrid search resilient across the federation (#245) (27a48ce)

1.74.1 (2026-08-23)

Bug Fixes

  • ingest: continue legacy imports after exact-payload overlaps (#243) (5557301)

1.74.0 (2026-08-23)

Features

  • vector: ship embedded local inference engine (#237) (b8dfc48)

1.73.0 (2026-08-23)

Features

  • query: add hybrid FTS and vector search (#240) (7012ac7)

1.72.0 (2026-08-23)

Features

  • vector: add contextual chunking and resumable re-embedding (#238) (5f17187)

1.71.0 (2026-08-23)

Features

  • ingest: import legacy store into corpus and ops (#235) (62b2f62)

1.70.0 (2026-08-22)

Features

  • cli: create default feature config during init (#230) (e92a2cf)

1.69.0 (2026-08-21)

Features

1.68.1 (2026-08-21)

Bug Fixes

  • vector: reuse legacy embeddings in federated sidecars (#226) (8d1542a)

1.68.0 (2026-08-21)

Features

  • distribution: teach federated hybrid retrieval (#224) (e22beb2)

1.67.0 (2026-08-21)

Features

  • vector: federate queries across routed sidecars (#222) (86c5e48)

1.66.0 (2026-08-21)

Features

  • vector: generate database-owned federated sidecars (#220) (663f9fa)

1.65.0 (2026-08-21)

Features

  • plugin: register vector surface contracts (#218) (4c22c6c)

1.64.0 (2026-08-21)

Features

  • corpuswriter: export shared conversation writer API (#209) (4fa6d7f)

1.63.0 (2026-08-21)

Features

  • incrementality: export reusable unchanged-pass primitives (#213) (2236fb1)

1.62.0 (2026-08-21)

Features

  • parsers: export public parser package (#210) (5fd44e8)

1.61.0 (2026-08-21)

Features

  • ingest: export provenance mapping package (#208) (d54a986)

1.60.1 (2026-08-20)

Bug Fixes

  • ingest: prevent write failures from aborting the corpus (#206) (f21b579)

1.60.0 (2026-08-19)

Features

  • query: add compound, join, and JSON SQL repairs (#202) (b477241)

1.59.0 (2026-08-19)

Features

  • query: add per-question database scoping (#201) (6d122f6)

1.58.0 (2026-08-18)

Features

  • ingest: ingest Cursor agent-home conversations (#195) (0a3f511)

1.57.0 (2026-08-18)

Features

  • distribution: teach exec-first hybrid search doctrine (#198) (cd6d79a)

1.56.0 (2026-08-18)

Features

  • vector: remove vocab discovery command (#196) (16e1bf4)

1.55.0 (2026-08-18)

Features

  • distribution: auto-install La Roca skills across agent runtimes (#193) (8e6d5d8)

1.54.0 (2026-08-18)

Features

  • query: support complete FTS schema generation and validation (#189) (3fec0b6)

1.53.1 (2026-08-18)

Bug Fixes

1.53.0 (2026-08-18)

Features

  • cli: add privacy-safe doctor support reports (#185) (8bf9ed1)

Bug Fixes

  • distribution: migrate vector plugin to roca-vector (#186) (4efa8eb)

1.52.0 (2026-08-18)

Features

  • vector: document setup and teach hybrid discovery (#183) (ee100e9)

1.51.0 (2026-08-18)

Features

  • ingest: complete Hermes source ingestion (#180) (469a336)

1.50.0 (2026-08-18)

Features

  • ingest: identify OpenCode Telegram sessions (#178) (9b61e43)

1.49.0 (2026-08-17)

Features

  • vector: compact paged embedding stores (#176) (d6c3c68)

1.48.0 (2026-08-17)

Features

  • distribution: bundle vector with core releases (#174) (8fdb427)

1.47.0 (2026-08-17)

Features

  • service: enforce and repair the live layer registry (#172) (7066fac)
  • vector: publish installable release archives (#171) (f388c08)

1.46.0 (2026-08-17)

Features

  • vector: add deterministic vocabulary discovery (#167) (b24bcbe)

1.45.1 (2026-08-17)

Bug Fixes

  • vector: clean session embeddings and add targeted reindexing (#164) (fe28f1b)

1.45.0 (2026-08-17)

Features

  • distribution: verify complete DATA-3 corpus custody (#166) (7b2f6f3)

Bug Fixes

  • ingest: index tool-only OpenCode assistant messages (#163) (84f759d)

1.44.0 (2026-08-17)

Features

  • store: enforce the exact duplicate law (#161) (28133af)

1.43.0 (2026-08-16)

Features

  • skill: two-skill suite with grok and qwen seats and semantic catalog (#158) (389ef06)

1.42.0 (2026-08-16)

Features

  • ingest: capture vendor export project surfaces and claude-web memories (#157) (0597ac2)

1.41.0 (2026-08-16)

Features

  • ingest: add Cursor conversation parser (#151) (c542750)

1.40.1 (2026-08-16)

Bug Fixes

  • ingest: close memory coverage gaps and exclude manifests from corpus (#147) (e5add10)

1.40.0 (2026-08-16)

Features

  • ingest: add Qwen Code and GLM parsers (#149) (a82f29a)

1.39.0 (2026-08-16)

Features

  • ingest: recover OpenCode message content (#148) (c0d2035)

1.38.0 (2026-08-16)

Features

  • distribution: serve reads through the in-memory federation hub (#144) (5aefdd5)

1.37.0 (2026-08-16)

Features

  • ingest: complete Pi private-store coverage (#141) (9fd2467)

1.36.0 (2026-08-16)

Features

  • ingest: persist canonical harness and source-model provenance (#136) (eedb57e)

1.35.1 (2026-08-16)

Bug Fixes

  • ingest: recover all Hermes sessions and their conversational content (#140) (8afec8e)

1.35.0 (2026-08-15)

Features

  • ops: persist durable redacted call history in roca-ops (#132) (b4a0d4e)

1.34.0 (2026-08-15)

Features

  • distribution: quarantine legacy execution history in shadow DATA SPLIT import (#130) (8ea5032)

1.33.0 (2026-08-15)

Features

  • distribution: shadow memory custody in the ops plugin database (#135) (5c43a8e)

1.32.0 (2026-08-15)

Features

  • distribution: shadow the corpus session archive in hidden version tables (#133) (f093ef2)

1.31.1 (2026-08-15)

Bug Fixes

  • ingest: read Grok sessions from the durable update stream (#129) (24e0b1f)

1.31.0 (2026-08-15)

Features

  • distribution: migrate the bundled ops plugin onto the federated manifest (#127) (e8f438f)

1.30.0 (2026-08-15)

Features

  • distribution: make bundled plugin databases self-describing and migration-resumable (#125) (fe68927)

1.29.0 (2026-08-15)

Features

  • plugins: add federated plugin manifest engine (#123) (07b6b6d)

1.28.0 (2026-08-15)

Features

  • ingest: ingest Grok Build CLI sessions as a new agent family (#121) (522fef4)

1.27.0 (2026-08-15)

Features

  • ingest: add agent parser contribution kit (#118) (0e1eb9b)

1.26.0 (2026-08-14)

Features

  • plugins: add opt-in vector search as an isolated executable plugin (#111) (498add4)

1.25.2 (2026-08-14)

Bug Fixes

  • cli: tell the two empty cascades apart in the model commands (#114) (262c565)

1.25.1 (2026-08-14)

Bug Fixes

  • ingest: recover legacy Codex prompts from fossil rollouts (#112) (8b6d896)

1.25.0 (2026-08-14)

Features

  • distribution: bundle the inert roca-corpus harvest plugin (#109) (dea41e2)

1.24.1 (2026-08-14)

Bug Fixes

  • distribution: bind plugin installs to one verified descriptor and gate the release redirect bound (#106) (d4f0d6a)

1.24.0 (2026-08-14)

Features

  • distribution: add the roca cron plugin ride train (#102) (b5c722d)

1.23.0 (2026-08-14)

Features

  • vector: add optional local semantic search under roca vector (#103) (0b48525)

1.22.0 (2026-08-13)

Features

  • cli: split model check from model set and retire login (#100) (43d5a74)

1.21.1 (2026-08-13)

Bug Fixes

  • ingest: make account exports one-shot imports instead of standing sources (#98) (f48b18e)

1.21.0 (2026-08-13)

Features

  • extract agent operational writes into a bundled roca-ops plugin (#94) (ea82e3f)

1.20.0 (2026-08-13)

Features

  • distribution: manage agent skill, prompt, and hook as versioned artifacts (#95) (141beb2)

1.19.0 (2026-08-13)

Features

  • grounded exploration mode with plain and deep explore (#91) (2499dc1)

1.18.0 (2026-08-13)

Features

  • plugin standard: per-plugin databases with semantic layers, attach-based querying, installer (#87) (f32a248)

1.17.0 (2026-08-13)

Features

  • security belt: execution timeout, prompt hardening, refuse, guarded interpretation (#85) (e2b6adf)

1.16.1 (2026-08-12)

Bug Fixes

  • repair and retry runtime FTS errors, keep subjects in previews, complete audit failures (#80) (138e256)

1.16.0 (2026-08-12)

Features

  • ingest the sharded ChatGPT export format (#75) (2e516d7)

1.15.1 (2026-08-12)

Bug Fixes

1.15.0 (2026-08-12)

Features

  • full audit log for every call, surfaced by doctor (#69) (b64249b)

1.14.0 (2026-08-12)

Features

  • one corrected retry with the gate error before degrading (#70) (124a8c7)

1.13.0 (2026-08-12)

Features

  • remove all credential machinery: models authenticate through their own CLIs (#59) (62e1b19)

1.12.0 (2026-08-12)

Features

  • repair known model SQL mistakes before the gate and validate questions first (#66) (119508f)

1.11.0 (2026-08-12)

Features

  • system-stamped authorship on memories (#64) (d84b0c7)

1.10.0 (2026-08-12)

Features

  • accent-insensitive search with automatic index rebuild (#61) (0976970)

1.9.2 (2026-08-12)

Bug Fixes

  • isolate malformed ChatGPT conversation envelopes (#55) (bd7e373)

1.9.1 (2026-08-12)

Bug Fixes

  • backfill collision groups enrich the numbered original and stay idempotent (#53) (6cb1847)

1.9.0 (2026-08-12)

Features

1.8.3 (2026-08-12)

Bug Fixes

  • normalize timestamps in provenance anchor matching (#49) (c1ed68f)

1.8.2 (2026-08-12)

Bug Fixes

  • provenance backfill matches historical rows by content anchor (#47) (ce984fd)

1.8.1 (2026-08-11)

Bug Fixes

  • replay provenance backfill for v2 corpora (#45) (39bdee4)

1.8.0 (2026-08-11)

Features

  • roca init lists detected agents and models and lets you choose (#41) (8f41729)

1.7.0 (2026-08-11)

Features

  • per-exchange provenance across all ingesters (#39) (2ab6396)

1.6.0 (2026-08-11)

Features

  • detected local binaries become the zero-login factory default (#33) (acf2bc5)

1.5.0 (2026-08-11)

Features

  • post-update capability reconciliation (#24) (5609810)

1.4.0 (2026-08-11)

Features

1.3.1 (2026-08-11)

Bug Fixes

  • claude-web parent-chain discards no longer cascade (#15) (a78a074)

1.3.0 (2026-08-11)

Features

  • ingest the Anthropic data export (#12) (0632cff)

1.2.0 (2026-08-11)

Features

1.1.1 (2026-08-11)

Bug Fixes

  • release tags can ship: the refusal scenario stamps its own dev build (#8) (11fc1d9)

1.1.0 (2026-08-11)

Features

  • launch local semantic memory for agent fleets (#1) (8e1c70f)