Skip to content
Development
Command

/off

Turn rolling-context off for this session (or --global for the whole machine) — full history goes upstream uncompressed, no restart needed

From plugin
rolling-context
253 skills3 commands1 hook
Install
$ npx -y skills add NodeNestor/claude-rolling-context --agent claude-code

Ships with rolling-context. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/off

Context 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

Command definition

off.md
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 $ARGUMENTS
Ships withrolling-context

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

Get the whole plugin, auto-invoked
Stats
25
Stars
0
Views
5
Forks
Active
Maintenance
Python
Language
MIT
License
21h ago
Last commit
5mo ago
Created

Repo: NodeNestor/claude-rolling-context