Autocompact Threshold banner
CannonCoPilot CannonCoPilot

Autocompact Threshold

Development community

Description

--- description: Set the JICM compression threshold and view native autocompact status allowed-tools: [Read, Edit, Write, Bash] --- # /autocompact-threshold — Context Compression Threshold Set the JICM watcher's token threshold for context compression. Also reports the native Claude Code autocompact setting (which requires a session restart to change). ## Usage ``` /autocompact-threshold [<tokens>] ``` ## Arguments - `$ARGUMENTS` — Token count threshold (e.g., `280000`, `350000`). Omit to

Installation

Installs to ~/.claude/commands/cannoncopilot-project_aion-autocompact-threshold.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/CannonCoPilot/Project_Aion/HEAD/.claude/commands/autocompact-threshold.md -o ~/.claude/commands/cannoncopilot-project_aion-autocompact-threshold.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository