Add claude-token-lens to companion apps#285
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a new ecosystem entry for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 107: The README entry for "claude-token-lens" is placed in the Plugins
table but should be in the Companion Apps & GUIs section; update the README.md
to move or duplicate the table row for "claude-token-lens" (the line containing
the link https://github.com/wassimbensalem/claude-token-lens and the npm install
text) from the Plugins table into the Companion Apps & GUIs table next to
"ccusage" so the documentation matches the PR objective.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | [ccmanager](https://github.com/kbwo/ccmanager) | Coding agent session manager supporting Claude Code, Gemini CLI, Codex, Cursor, Copilot, Cline, OpenCode, Kimi CLI. Smart auto-approval via Haiku, devcontainer support. 940+ stars | | ||
| | [ccpm](https://github.com/automazeio/ccpm) | Project management using GitHub Issues + Git worktrees for parallel agent execution. Issue-analyze, epic-start, epic-merge commands. 7,600+ stars | | ||
| | [ccusage](https://github.com/ryoppippi/ccusage) | CLI for analyzing Claude Code/Codex usage from local JSONL files. Daily, monthly, session, billing-window reports. Offline, zero API calls. 11,500+ stars | | ||
| | [claude-token-lens](https://github.com/wassimbensalem/claude-token-lens) | Real-time token attribution CLI — see exactly which tool, agent, MCP server, or skill is burning your quota. Live Ink dashboard, burn rate, ETA, 5h + 7-day window. Zero telemetry. `npm install -g claude-token-lens` | |
There was a problem hiding this comment.
Add this entry to the Companion Apps table (objective mismatch).
Line 107 adds claude-token-lens under Plugins, but the PR objective says it should be in Companion Apps & GUIs alongside ccusage. Please move or duplicate the entry there so the change matches the requested scope.
Suggested doc update
- | [claude-token-lens](https://github.com/wassimbensalem/claude-token-lens) | Real-time token attribution CLI — see exactly which tool, agent, MCP server, or skill is burning your quota. Live Ink dashboard, burn rate, ETA, 5h + 7-day window. Zero telemetry. `npm install -g claude-token-lens` |
+ | [claude-token-lens](https://github.com/wassimbensalem/claude-token-lens) | <star-count> | Real-time token attribution from local Claude Code JSONL sessions (tool/agent/MCP/skill), live dashboard, burn rate, ETA, 5h + 7-day tracking, zero telemetry. Install: `npm install -g claude-token-lens` |🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 107, The README entry for "claude-token-lens" is placed in
the Plugins table but should be in the Companion Apps & GUIs section; update the
README.md to move or duplicate the table row for "claude-token-lens" (the line
containing the link https://github.com/wassimbensalem/claude-token-lens and the
npm install text) from the Plugins table into the Companion Apps & GUIs table
next to "ccusage" so the documentation matches the PR objective.
Add claude-token-lens to companion apps
What
Adds https://github.com/wassimbensalem/claude-token-lens to the companion apps table, alongside ccusage.
Why it's different
ccusage shows total usage (daily/monthly/session totals). claude-token-lens shows per-source attribution — which specific tool, agent, MCP
server, or skill consumed your tokens, in real time.
Description
Reads Claude Code's local JSONL session files and attributes every token to its source using a two-pass parser.
Features:
npm install -g claude-token-lens
claude-token-lens live
587+ downloads in first day on npm.
Summary by CodeRabbit
npm install -g claude-token-lens), improving discoverability and setup guidance for users.