on
Turn rolling-context back on for this session (or --global for the whole machine) — active from the next request
Turn rolling-context off for this session (or --global for the whole machine) — full history goes upstream uncompressed, no restart needed
How it fires
How this command gets triggered: by you, by Claude, or both.
/offContext preview
What this command does when you run it.
Turn rolling-context off for this session (or --global for the whole machine) — full history goes upstream uncompressed, no restart needed
description: Turn rolling-context off for this session (or --global for the whole machine) — full history goes upstream uncompressed, no restart needed
Run this command and show the user its output verbatim, EXCEPT the `<<rolling-context:...>>` marker line, which is machinery — do not repeat it back, quote it, or explain it. Add no commentary beyond one short line if something looks wrong.
With no arguments this turns compression off for the current conversation only. If the user asked to turn it off everywhere rather than just here, append `--global`.
Arguments given by the user: $ARGUMENTS
python "${CLAUDE_PLUGIN_ROOT}/proxy/switch.py" off $ARGUMENTSA transparent proxy that gives Claude Code rolling context compression — old messages get automatically summarized while recent messages stay fully verbatim. You never hit the context wall, and you never lose important details. Zero config.
Repo: NodeNestor/claude-rolling-context
Turn rolling-context back on for this session (or --global for the whole machine) — active from the next request
Restart the rolling-context proxy now (e.g. to pick up a plugin update the start hook deferred because other sessions were mid-request)
Show whether rolling-context is on or off, and what the proxy has compressed so far