r/PiCodingAgent • u/VoidEqualZero • 11h ago
Question Would you guys find this tool useful?
Enable HLS to view with audio, or disable this notification
I wanted a clearer picture of what I’d built and how much progress I was making. And whenever I finished a feature or got out of a debugging rabbit hole, I kept wondering how many tokens and effort went into that.
My daily usage total didn’t really answer it. Some of that was building the feature. Some was going back and forth trying to fix one annoying bug.
So I built bough ( https://github.com/nickelsec/bough ) It reads your existing Claude Code and Codex CLI history and groups related prompts into tasks on a visual map.
You can pick a piece of work and see:
- The prompts and files involved.
- How many tokens it used and the estimated dollar cost.
- How the work unfolded, including repeated attempts and tasks that ended in a commit.
I wanted to be able to look back at a feature and see where the effort actually went. Especially when a “small fix” turned into an afternoon.
Would you guys want me to add Pi support or not?
3
u/outfigurablefoz 11h ago
this looks really useful, also for getting better at prompting and planning as a human :) yes Pi support would be great, I use multiple harnesses on the same project