v1.1.0 — every proven Claude Code token optimization, in one curl command #1
sravan27
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone — v1.1.0 is out. If you are hitting the 5-hour rate window on Claude Pro/Max, this is for you.
What it does
One curl command installs 12 proven token optimizations:
terse— deeper contract than CLAUDE.md, enforced every turnnode_modules,dist,.next,target, 60+ noise dirs + lock files.env,*.pem,credentials.json, SSH keysMAX_THINKING_TOKENS=8000(default is 32K+)model · branch · context-os ✓on every prompt/compact,/context,/shipSee what you would save (no install)
curl -fsSL https://raw.githubusercontent.com/sravan27/context-os/main/setup.sh | bash -s -- --measureScans your repo, prints a conservative per-session estimate. No writes.
Install
Zero dependencies. Idempotent. Reversible (
--uninstallpreserves your own CLAUDE.md content).Real benchmark
scripts/benchmark.shruns the same task against a repo before and after install, parsesclaude --print --output-format json, reports measured delta. On a 2-file fixture: 32% token reduction, 18.8% cost reduction. Bigger repos benefit more.Feedback welcome
If you know a technique that measurably reduces Claude Code token consumption and it is not in the 12-row table, open an issue with benchmark numbers. The goal is completeness.
Release: https://github.com/sravan27/context-os/releases/tag/v1.1.0
Beta Was this translation helpful? Give feedback.
All reactions