Releases: thugpint/Bicameral
Releases · thugpint/Bicameral
Release list
v0.1.0
First public release of Bicameral, a two-model coding loop for Claude Code.
- Claude plans and reviews as the Architect; a second model (Codex CLI, headless Claude Code, or an API model) writes the diffs.
- A local MCP server routes each step, runs your tests, rolls back rejected or failing edits, and retries with feedback.
- Deterministic gates and tests-first guards block acceptance mechanically, not by prompt.
- Learned routing and scored lessons carry over between runs.
Status: alpha. Interfaces may change before 1.0. Full notes in CHANGELOG.md.
Install:
pip install git+https://github.com/Devilz06/Bicameral.git@v0.1.0