Session search and unified usage analytics for coding agents
Project description
coding-agent-tools
Unified CLI for searching sessions and viewing token usage across coding agents (Claude Code, Codex, OpenCode, OpenClaw, OpenWhispr).
Install
uv tool install coding-agent-tools
Or via pipx install coding-agent-tools / pip install coding-agent-tools.
Requires Python 3.11+. The only runtime dependency is Rich.
Commands
find-session
Search and resume sessions across agents. Shows an interactive table where you can select a session to resume it, view its file path, or copy it.
find-session "langroid,MCP" # keyword search (AND logic)
find-session -g # all sessions across all projects
find-session "bug" --agents claude # limit to a specific agent
find-session -n 20 # show more results
agent-usage
Token and cost analytics. Fetches pricing from the LiteLLM registry to estimate costs. Claude Code usage is delegated to ccusage.
agent-usage # daily usage (default)
agent-usage weekly --breakdown # weekly with per-model breakdown
agent-usage monthly codex opencode # specific sources only
Supported software
| Software | Session search | Usage analytics | Data location |
|---|---|---|---|
| Claude Code | yes | yes (via ccusage) | ~/.claude/projects/*/*.jsonl |
| Codex | yes | yes | ~/.codex/sessions/**/rollout-*.jsonl |
| OpenCode | yes | yes | ~/.local/share/opencode/opencode.db |
| OpenClaw | -- | yes | ~/.openclaw/agents/*/sessions/*.jsonl |
| OpenWhispr | -- | yes | ~/Library/Application Support/open-whispr/transcriptions.db |
Acknowledgements
- ccusage -- Claude Code usage tracking
- claude-code-tools -- prior art
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coding_agent_tools-0.1.12.tar.gz.
File metadata
- Download URL: coding_agent_tools-0.1.12.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
045ecaff3ae15eeb9972049bbc710a9ecac5517064579502cbb7f9ed68217b25
|
|
| MD5 |
bfdd76e4d4c887d253bf1352f94f71db
|
|
| BLAKE2b-256 |
f48620165a37c7cfc7c8cd9ef0a32741a8377f42dc556d4382679b0043d1ae27
|
File details
Details for the file coding_agent_tools-0.1.12-py3-none-any.whl.
File metadata
- Download URL: coding_agent_tools-0.1.12-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51135b13c0085d45f4f3c662fe67520930bd282ee5ab585d4131028c5c9d78ed
|
|
| MD5 |
af6066744a7fc974065dd9e29640c5ee
|
|
| BLAKE2b-256 |
5703d6518174686bcff98d9fb2aa5a3119aa4bee6b172cc316d0b3080d5d7e8a
|