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-daemonprovider ($CLAUDE_CONFIG_DIR/jobs/*/state.json+daemon/roster.json). orra_spawn/orra_kill/orra_rebasenow drive nativeclaude --bgsessions; provenance recorded in.orra/spawns/.- Removed
orra_registerandorra_unblock(useclaude attach/claude --bg --resume). 13 → 11 tools. - Packaged as a Claude Code plugin (
.claude-plugin/plugin.json);npx orra-mcpremains as the standalone MCP server. - Orchestrator persona renamed to
orrawith 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.