agent-orchestrator/packages/cli
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
..
__tests__ Merge pull request #246 from suraj-markup/feat/issue-245 2026-03-02 03:24:14 +05:30
src feat: add --continue flag to `ao start` for orchestrator conversation continuity 2026-03-02 14:11:12 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
package.json fix: three spawn regressions from PR #88 session-manager refactor (#100) 2026-02-18 17:53:33 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30