auto
Smart router - Single entry point with natural language intent detection
[advanced] Resume a previous agent by ID — continue an interrupted task where it left off
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/resumeContext preview
What this command does when you run it.
[advanced] Resume a previous agent by ID — continue an interrupted task where it left off
command: resume disable-model-invocation: true description: "[advanced] Resume a previous agent by ID — continue an interrupted task where it left off"
**Your first output line MUST be:** `🐙 Octopus Agent Resume`
Resume a previously-running Claude agent by ID. Picks up the agent's transcript and continues where it left off.
**When the user explicitly invokes `/octo:resume`, you MUST call the `agent-resume` orchestrator path below.** You are PROHIBITED from pretending to resume an agent from memory or starting unrelated fresh work without telling the user.
If you don't have the agent ID:
Use the Bash tool to execute:
**Preflight check — Ensure plugin root is resolvable (run via Bash tool FIRST):**
set -euo pipefail
OCTO_ROOT="${HOME}/.claude-octopus/plugin"
if [[ ! -x "$OCTO_ROOT/scripts/orchestrate.sh" ]]; then
helper="$OCTO_ROOT/scripts/helpers/ensure-plugin-root.sh"
if [[ ! -x "$helper" ]]; then
helper="$(find "${HOME}/.claude/plugins/cache" "${HOME}/Library/Application Support/Claude" "${LOCALAPPDATA:-/dev/null}/Claude" "${XDG_DATA_HOME:-${HOME}/.local/share}/Claude" -maxdepth 8 -path "*/nyldn-plugins/octo/*/scripts/helpers/ensure-plugin-root.sh" -print -quit 2>/dev/null)"
fi
[[ -x "$helper" ]] && bash "$helper" >/dev/null 2>&1 || true
fi
test -x "$OCTO_ROOT/scripts/orchestrate.sh" && echo "plugin-root:ok" || echo "plugin-root:missing"If the output is `plugin-root:missing`, stop and ask the user to run `/octo:setup`.
${HOME}/.claude-octopus/plugin/scripts/orchestrate.sh agent-resume "$ARGUMENTS"Pass the agent ID as `$ARGUMENTS`. Optionally append a follow-up prompt:
# Just agent ID (resumes with "Continue where you left off.") orchestrate.sh agent-resume abc123 # Agent ID + custom prompt orchestrate.sh agent-resume abc123 "fix the failing test in auth.ts"
Run `/octo:skill-doctor` to verify that the required flags are active.
If continuation is not supported, spawn a fresh agent with `/octo:develop` and describe what was in progress.
Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code
Repo: nyldn/claude-octopus
Smart router - Single entry point with natural language intent detection
Start a creative thought partner brainstorming session
Switch Octopus model routing to the configured budget tier
[advanced] Activate destructive command warnings for the session
[advanced] Compatibility view of the deterministic Octopus usage report
Multi-LLM council for advice, decision support, implementation plans, and gated implementation