This repository was archived by the owner on Aug 5, 2026. It is now read-only.
v0.0.23 β self-hosting hardening + always-on coder memory
v0.0.23
Self-hosting orchestrator hardening + always-on coder memory, plus deterministic release tooling and context-window robustness.
Highlights
- Coder Memory MCP is always-on β the code agents get live read-only project memory in any trust profile (no longer sealed-gated); all roster coders ship an MCP template.
- Budget-aware read cap + emergency-trim recovery β an agent can no longer overflow the model window with a single tool result:
read_filecaps to the live per-turn window budget, and the pre-flight guard truncates an irreducible oversized turn instead of failing. - Deterministic release tooling β
changelog_cut+release_prepbump the version across every file that carries it and cut the CHANGELOG in one call, so a release satisfies every version-consistency invariant. - Self-modification bootstrap machinery (epic #994) β staged-release guards (Test-PyPI-first routing, main-safe rollback), drain-before-update, an immutable protected floor, and fail-closed flip-readiness gates.
See CHANGELOG.md for the full list.