Skip to content
Development
Command

/status

Show whether rolling-context is on or off, and what the proxy has compressed so far

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/status

Context preview

What this command does when you run it.

Show whether rolling-context is on or off, and what the proxy has compressed so far

Command definition

status.md
description: Show whether rolling-context is on or off, and what the proxy has compressed so far

Run this command and show the user its output verbatim. Do not add commentary beyond one short line if something looks wrong.

python "${CLAUDE_PLUGIN_ROOT}/proxy/switch.py" status
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