whetstone-cli 2.2.2

Installer and CLI for Claude Code token optimization (Headroom + RTK + Memory)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Headroom — Context Compression Proxy

Headroom proxy at localhost:8787 compresses CC tool outputs by ~34%, extending effective context window. Auto-started by the session-start hook if installed.

## Troubleshooting
- If you see connection errors to the Anthropic API, Headroom proxy may have crashed. Check: `curl http://127.0.0.1:8787/health`
- To check token savings: `curl http://127.0.0.1:8787/stats`
- To restart manually: `headroom proxy --llmlingua-device cpu --port 8787 &`
- If Headroom is not installed, CC works normally — the proxy is optional

## Startup
- Terminal 1: `headroom proxy --llmlingua-device cpu`
- Terminal 2: `set ANTHROPIC_BASE_URL=http://127.0.0.1:8787` (then start CC)