off
The off command disables Governor's compact response mode, allowing Claude to return full-length responses while maintaining any configured tool filtering and telemetry hooks. Use this when you need complete, unabridged responses from Claude but want to keep monitoring and tool management systems active in the background.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/off.md -o ~/.claude/commands/off.mdoff.md
# Governor Off
Run:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/governor.py" mode off
```
Then confirm briefly: Governor compact response mode is off. Tool filtering and
telemetry hooks may still run if configured.Audit recurring context files and suggest usage-limit optimizations.
Explain or summarize Governor vs Caveman performance benchmark results.
Automatically compress CLAUDE.md or other memory files with protected-span safety. One-command token savings.
Temporarily ask Governor to avoid compacting tool output for the next diagnostic step.
Check current changes against the latest approved implementation contract.
Install Governor compact-mode rule files into a project for Codex, Gemini, Cursor, Windsurf, or Cline.
Enable Governor compact professional mode for all prompts in this Claude Code session.
Create a compact implementation contract before broad app/site/game/refactor work.