we needed to measure claude tool performance locally for all devs, so we could speed up their usage and optimize token cost, so I built this little tool.
it gives `claude` a different `PATH` env that uses shimmed command line tools that track estimated token usage and duration.
stats are stored in local sqlite or can be sent to DataDog (we use DataDog).
billybat•3h ago
it gives `claude` a different `PATH` env that uses shimmed command line tools that track estimated token usage and duration.
stats are stored in local sqlite or can be sent to DataDog (we use DataDog).
it's one-shot install / uninstall:
`npx claudx bootstrap` `npx claudx uninstall`