Skip to main content
ClaudeWave
Slash Command127 repo starsupdated 1mo ago

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.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/off.md -o ~/.claude/commands/off.md
Then start a new Claude Code session; the slash command loads automatically.

off.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.