Skip to main content
ClaudeWave
Slash Command127 estrellas del repoactualizado 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.

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.