Skip to main content
ClaudeWave
Slash Command96 estrellas del repoactualizado 5d ago

off

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

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/off.md -o ~/.claude/commands/off.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.