v0.8.0
What's new
Orchestrator agent π―
New opt-in orchestrator agent β a pure read-only conductor that follows the bd ready queue and delegates every code change to specialist agents. It has no write tools by design; everything is delegated and verified.
Dual-mode Planning agent π§
The planning-agent is now dual-mode:
- Plan Mode (default): read-only investigation, roadmaps, architecture analysis.
- Fix/Execute Mode: for small, well-understood changes it can directly use
create_file,replace_in_file,delete_snippet, andagent_run_shell_commandβ with guardrails.delete_fileis intentionally not exposed.
Docs & tests
- Documented the multi-agent delegation flow, session continuity, and per-agent model-pinning in README.md and AGENTS.md.
- Added tests for the orchestrator/planning tool sets and prompts.
(0.7.0β0.7.2 skipped β their PyPI filenames were burned by prior deleted uploads.)