con un clic
cco
Show context usage heatmap for current session
Menú
Show context usage heatmap for current session
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — supports Opus 4.7 1M context tier)
Analyze the user's last prompt for clarity, scope and specificity — give a quality score and concrete suggestions to make the next prompt produce better results
Health check for the context-optimizer plugin install — verifies versions, hooks, data dir, model config, and reports any issues
Build an optimal context pack for the user's task — ranked file list with offset/limit suggestions, based on git state, mentioned paths, and historical patterns
Calculate monthly token savings and ROI by model
Show recent session summaries for quick context recovery
| name | cco |
| description | Show context usage heatmap for current session |
| license | MIT |
| allowed-tools | ["Bash","Read"] |
Show the user a visual heatmap of their context usage in the current session.
Run the following command to get the current session's tracking data (uses the most recent session automatically):
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js heatmap
If no data is available yet (empty session), tell the user: "No data in this session yet. Just keep working — the optimizer tracks your reads, edits, and searches automatically!"
Present the heatmap output to the user and highlight:
If waste is over 30%, suggest specific ways to reduce it based on the files shown.