Get started in 10 seconds
One command. No config. No disruption.
1
Install the plugin
Terminal
claude plugin add codecondense
2
Verify it's active
Terminal
condense status
3
Start coding (that's it)
CodeCondense is now transparently intercepting and optimizing Claude's tool calls. Open any Claude Code session and start working normally.
4
Check your savings
Terminal
condense savings
CLI reference
condense statusShow license status, trial usage, and plancondense statsShow code-index stats (files, symbols)condense savingsShow session + lifetime token/$ savingscondense tail [N]Show last N telemetry events (default 30)condense reindexRebuild the AST symbol index for current projectcondense login [KEY]Save API key to lift trial limitscondense router startStart the local model-routing proxycondense router stopStop the model-routing proxycondense router statusShow router proxy statuscondense resetClear session telemetry (add --all to wipe everything)condense telemetry offDisable anonymous usage telemetrycondense updateUpdate plugin to latest versionConfiguration
All settings live in ~/.slimmer/config.json
FieldTypeDefaultDescription
apiKeystring""Your CodeCondense API key (from dashboard)telemetrybooleantrueSend anonymous usage counts (tokens/calls)memory.enabledbooleantrueEnable persistent session memorymemory.decayRatenumber0.95Per-day decay factor for memory scoresrouter.enabledbooleanfalseEnable local model-routing proxyrouter.portnumber4891Port for the routing proxyindex.autoRebuildbooleantrueRebuild AST index on file changesindex.excludePatternsstring[]["node_modules","dist",".git"]Patterns to exclude from indexing