auto
Smart router - Single entry point with natural language intent detection
[advanced] Remove freeze mode edit restriction
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/unfreezeContext preview
What this command does when you run it.
[advanced] Remove freeze mode edit restriction
command: unfreeze disable-model-invocation: true description: "[advanced] Remove freeze mode edit restriction"
When the user invokes `/octo:unfreeze`, remove the freeze mode restriction.
Remove the freeze state file:
_OCTO_SESSION_ID="${CLAUDE_CODE_SESSION_ID:-${CLAUDE_SESSION_ID:-$$}}"
rm -f "/tmp/octopus-freeze-${_OCTO_SESSION_ID}.txt"Removes the edit boundary set by `/octo:freeze` or `/octo:guard`. After unfreezing, Edit and Write operations are unrestricted again.
**Note:** This does NOT deactivate careful mode. If careful mode was activated (via `/octo:careful` or `/octo:guard`), destructive command warnings remain active.
/octo:unfreeze
After deactivation, confirm to the user:
๐ Freeze mode deactivated. Edits are no longer restricted to a specific directory.
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