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> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| config.ts | ||
| index.ts | ||
| lifecycle-manager.ts | ||
| metadata.ts | ||
| orchestrator-prompt.ts | ||
| paths.ts | ||
| plugin-registry.ts | ||
| prompt-builder.ts | ||
| session-manager.ts | ||
| tmux.ts | ||
| types.ts | ||
| utils.ts | ||