ccusage doesn't work with pi-coding-agent (https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent), an alternative Claude CLI. The pi agent stores its session data in ~/.pi/ rather than ~/.claude/projects/, so ccusage can't find or parse the logs.
Would it be possible to add support for pi-coding-agent's log format/location? I've opened a corresponding issue on their repo to discuss whether they could adopt a compatible log format: badlogic/pi-mono#104
ccusage doesn't work with pi-coding-agent (https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent), an alternative Claude CLI. The pi agent stores its session data in
~/.pi/rather than~/.claude/projects/, so ccusage can't find or parse the logs.Would it be possible to add support for pi-coding-agent's log format/location? I've opened a corresponding issue on their repo to discuss whether they could adopt a compatible log format: badlogic/pi-mono#104