v0.1.48
New Features
- Orchestra preset save/load: Save orchestration setups (agents, CLI types, tasks) to DB and reload them for reuse
- Cross-project orchestration: Assign each agent to a different project — agents work in their own project's worktree independently
- Note tree drag & drop: Custom mouse-based drag & drop now works in note mode (same as file mode)
Improvements
- Solo agent delegation: Start with 1 agent by default; only agents with tasks are launched (empty agents skipped)
- Per-agent project context: Each agent's terminal opens in the correct project directory with proper prompt context
- Secretary cross-project awareness: The secretary agent receives a summary showing which agent works on which project
Files Changed
src/components/OctoOrchestraModal.tsx— Preset save/load UI + KV storage, solo launch supportsrc/components/OctoOrchestraModal.css— Preset bar stylessrc/components/OrchestraSidebarPanel.tsx— Per-agent project selector, cross-project worktree creationsrc/pages/OrchestraPage.tsx— Per-agent project selector + launch logicsrc/App.tsx— Note tree custom DnD, pass allProjects to OrchestraSidebarPanel