Skip to content
Automation
Command

/unfreeze

[advanced] Remove freeze mode edit restriction

From plugin
octo
4.1k53 skills49 agents53 commands18 hooks
Install
> /plugin marketplace add nyldn/claude-octopus

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/unfreeze

Context preview

What this command does when you run it.

[advanced] Remove freeze mode edit restriction

Command definition

unfreeze.md
command: unfreeze
disable-model-invocation: true
description: "[advanced] Remove freeze mode edit restriction"

Unfreeze - Remove Edit Boundary

Instructions

When the user invokes `/octo:unfreeze`, remove the freeze mode restriction.

Deactivation

Remove the freeze state file:

_OCTO_SESSION_ID="${CLAUDE_CODE_SESSION_ID:-${CLAUDE_SESSION_ID:-$$}}"
rm -f "/tmp/octopus-freeze-${_OCTO_SESSION_ID}.txt"

What It Does

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.

Usage

/octo:unfreeze

After deactivation, confirm to the user:

๐Ÿ”“ Freeze mode deactivated. Edits are no longer restricted to a specific directory.

When to Use

  • Finished debugging a specific module
  • Need to edit files outside the current freeze boundary
  • Switching focus to a different part of the codebase

See Also

  • `/octo:freeze` โ€” Activate edit boundary enforcement
  • `/octo:guard` โ€” Activate both careful + freeze together
  • `/octo:careful` โ€” Destructive command warnings (independent of freeze)
Ships withocto

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

Get the whole plugin

Other commands on octo.