Session continuity + hardening on top of v2.0.0:
- Claude agents: wake/restart resumes the exact session (--resume , fallback --continue); fresh session only via /new; active session id is auto-captured and pinned in the topic
- Codex agents: wake/restart resumes the most recent session (codex resume --last); /new arms a fresh one
- Codex inbound fixed: the fleet MCP no longer hijacks the message stream from codex-shell
- /kill fully deterministic: deliberate-kill flag (no watchdog respawn), attach window closes, queue cleared
- /context and /usage relay the real terminal output into Telegram (correct for any model/window size)
- Single-instance fleet start: a stale runner is detected and replaced automatically