agent-orchestrator/packages/core/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
..
__tests__ Merge pull request #242 from suraj-markup/feat/issue-238 2026-03-02 02:24:51 +05:30
config.ts Default dangerouslySkipPermissions to true (#226) 2026-02-27 19:04:50 +05:30
index.ts chore: remove static CLAUDE.orchestrator.md (#143) 2026-02-22 14:29:17 +05:30
lifecycle-manager.ts fix: use JSONL-based activity detection in lifecycle manager (#247) 2026-03-01 20:04:31 +05:30
metadata.ts fix(core): atomic metadata writes, restoredAt persistence, and session count/sorting bugs 2026-03-01 18:47:29 +05:30
orchestrator-prompt.ts chore: remove static CLAUDE.orchestrator.md (#143) 2026-02-22 14:29:17 +05:30
paths.ts fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
plugin-registry.ts fix: three spawn regressions from PR #88 session-manager refactor (#100) 2026-02-18 17:53:33 +05:30
prompt-builder.ts feat: layered prompt system for agent sessions (#27) 2026-02-14 20:07:13 +05:30
session-manager.ts feat: add --continue flag to `ao start` for orchestrator conversation continuity 2026-03-02 14:11:12 +05:30
tmux.ts fix: increase delays in spawn prompt submission to ensure Enter is processed (#62) 2026-02-16 20:31:07 +05:30
types.ts feat: add --continue flag to `ao start` for orchestrator conversation continuity 2026-03-02 14:11:12 +05:30
utils.ts fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30