agent-orchestrator/packages/cli/src
Prateek 93ff9341be feat: add --continue flag to `ao start` for orchestrator conversation continuity
When the orchestrator needs a fresh system prompt (e.g. CLAUDE.local.md was
updated), `ao start --continue` kills the existing session and respawns with
`claude --continue`, preserving conversation history while reloading prompts.

Changes:
- Add `continue` option to AgentLaunchConfig and OrchestratorSpawnConfig
- Claude Code agent plugin passes --continue to CLI when set
- Session manager forwards continue option to agent launch config
- `ao start --continue` kills existing orchestrator, respawns with continue flag
- Other agent plugins unaffected (optional field, backwards-compatible)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:11:12 +05:30
..
commands feat: add --continue flag to `ao start` for orchestrator conversation continuity 2026-03-02 14:11:12 +05:30
lib Merge pull request #246 from suraj-markup/feat/issue-245 2026-03-02 03:24:14 +05:30
index.ts feat: implement ao start command for unified orchestrator startup (#42) 2026-02-16 04:58:39 +05:30