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 plan
condense statsShow code-index stats (files, symbols)
condense savingsShow session + lifetime token/$ savings
condense tail [N]Show last N telemetry events (default 30)
condense reindexRebuild the AST symbol index for current project
condense login [KEY]Save API key to lift trial limits
condense router startStart the local model-routing proxy
condense router stopStop the model-routing proxy
condense router statusShow router proxy status
condense resetClear session telemetry (add --all to wipe everything)
condense telemetry offDisable anonymous usage telemetry
condense updateUpdate plugin to latest version

Configuration

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 memory
memory.decayRatenumber0.95Per-day decay factor for memory scores
router.enabledbooleanfalseEnable local model-routing proxy
router.portnumber4891Port for the routing proxy
index.autoRebuildbooleantrueRebuild AST index on file changes
index.excludePatternsstring[]["node_modules","dist",".git"]Patterns to exclude from indexing