Skip to main content
ClaudeWave
Slash Command96 repo starsupdated 5d ago

off

Disable Governor compact response mode while keeping telemetry/tool hooks available.

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.