Skip to content

Releases: thugpint/Bicameral

Release list

v0.1.0

Choose a tag to compare

@thugpint thugpint released this 06 Sep 22:53
e9b29e1

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