Installed Headroom token-compression proxy for Claude Code with a claudeh shim
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
Takeaway: I'd start by asking it to grep the installed package for HEADROOM_ env vars directly instead of trusting the hosted docs, since those turned out to be too vague to use.
Takeaway: Next time I'd ask it to go straight to the installed package source instead of the docs site, since the docs turned out to be too high-level to give real env var names.