Skip to content

v1.0.0 — Orra on the Agents View

Latest

Choose a tag to compare

@bjornj12 bjornj12 released this 26 Jun 14:45

Breaking change. Orra no longer manages worktrees or spawns headless processes — it rides on Claude Code's Agents View as the substrate. Requires Claude Code ≥ 2.1.x with the Agents View enabled.

Highlights

  • Re-platformed onto the Claude Code daemon: agent state now comes from the claude-daemon provider ($CLAUDE_CONFIG_DIR/jobs/*/state.json + daemon/roster.json).
  • orra_spawn / orra_kill / orra_rebase now drive native claude --bg sessions; provenance recorded in .orra/spawns/.
  • Removed orra_register and orra_unblock (use claude attach / claude --bg --resume). 13 → 11 tools.
  • Packaged as a Claude Code plugin (.claude-plugin/plugin.json); npx orra-mcp remains as the standalone MCP server.
  • Orchestrator persona renamed to orra with a Prime Directive — delegate, don't execute.
  • Added SECURITY.md, GitHub Actions CI (Node 20 + 22), and ANSI/OSC log-parser stripping.

See the full changelog for the complete list, including the migration guide.