Skip to content

v0.8.0

Choose a tag to compare

@asx8678 asx8678 released this 07 Jun 22:14
· 3 commits to main since this release

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, and agent_run_shell_command β€” with guardrails. delete_file is 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.)