wacheit
v1.4.50
Published
The open-source activity tracker for AI CLIs. Supports Gemini, Claude, and Codex.
Downloads
4,836
Maintainers
Readme
WacheIt CLI 🚀
The open-source activity tracker for AI command-line interfaces.
WacheIt allows you to track your productivity, "thinking time", and documentation research sessions while using AI tools like Gemini, Claude, and Codex.
Features
- Subcommand Support: Wraps
gemini,claude, andcodex. - Automatic Tracking: Detects your project root, programming language, and active work duration.
- Thinking Time: Measures the latency between your prompts and AI responses.
- Documentation Bridge: Automatically bridges gaps up to 10 minutes if you are researching or reading documentation.
- Zero Lag: Highly optimized stream-based tracking that doesn't slow down your typing.
- Privacy First: Only tracks metadata (duration, language, project); never sends your code or prompts.
Installation
npm install -g wacheitSetup
First, login with your WacheIt API key:
wacheit loginUsage
Simply prefix your AI CLI commands with wacheit:
wacheit gemini
wacheit claude
wacheit codexIt works exactly like the original tools while collecting metrics in the background.
License
MIT
