0.9.1-rc.1 preview targeted for this weekend #1144
DeusData
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are targeting the first
0.9.1release candidate for this weekend.0.9.1-rc.1will focus on two of codebase-memory-mcp's central promises: reducing token consumption and providing stable, efficient code intelligence across demanding agent workflows.This release candidate targets several of the largest remaining gaps:
Lower-token tool output
A recent output regression caused some tools to return far more internal graph data than agents actually need. The release candidate introduces compact TOON output across the main query surface, removes unnecessary internal artifacts from default responses, adds strict output budgets, and keeps verbose JSON available when explicitly requested.
The objective is straightforward: agents should receive the evidence they need without spending context tokens on repeated keys, internal similarity data, or oversized source payloads.
Stable multi-session operation
We are also working on a new local CBM daemon for environments running multiple coding-agent sessions and subagents at the same time.
Instead of allowing every session to independently start indexing, watching, and memory-intensive work, the daemon coordinates compatible sessions, coalesces duplicate operations, applies memory and admission limits, and cancels session-owned work when that session disconnects.
The goal is stable CPU and memory behavior even when several agents or subagents are exploring the same repository concurrently. The daemon remains entirely local. It does not introduce cloud processing, telemetry, or an external service.
Experimental agent tiers
For clients that support custom agents or subagents, we are introducing three experimental evidence tiers:
These profiles are intended to let smaller or lower-cost agents handle focused discovery without paying the token cost of a full audit, while still escalating to stronger verification when correctness requires it.
The integration work now covers more than 40 automatic or conditional coding-agent and client surfaces, although the exact behavior depends on what each client supports.
Why this is a preview
This release candidate deliberately includes significant changes to output contracts, process coordination, and agent behavior. We therefore plan to publish it as a preview release rather than immediately declaring it stable.
We want power users to test it with real multi-session and subagent workloads before the final
0.9.1release. In particular, we want feedback on:Ideas, measurements, design proposals, and focused contributions are very welcome. If you have experience operating several coding agents against one repository, or have concepts for reducing context usage further without weakening correctness, we would especially like to hear from you.
The message for
0.9.1is clear: lower token consumption, stronger performance, and stable operation across real multi-agent workflows.Beta Was this translation helpful? Give feedback.
All reactions