Thanks for helping improve a zero-config CLI used across the local AI coding tool ecosystem (pi, Claude Code, Codex, Gemini CLI, OpenCode, Grok CLI).
git clone https://github.com/evanlong-me/model-usage.git
cd model-usage
npm install
npm run build
node dist/cli.js --helpRequires Node.js >= 22.
- Bug reports — use the Bug report issue form; include OS, Node version,
mu -v, and the source tool involved (Codex, Claude Code, etc.). - Feature requests — use the Feature request form; explain the workflow and why existing flags are not enough.
- Code — small, focused PRs are easiest to review. One concern per PR.
- New data sources — add one file under
src/sources/; auto-discovery picks it up. Keep README.md, AGENTS.md, andsrc/usage.tssupported-tool lists in sync.
-
npm run buildpasses - Change verified with
node dist/cli.jsand the affected flags - Docs updated if behavior changed (README.md, AGENTS.md, help text in
src/cli.ts) - No secrets, session files, or personal paths committed
Primary maintainer: @evanlong-me.
External PRs are welcome. Merged changes ship via npm (model-usage) and GitHub Packages after version bumps on main.
Be respectful and constructive. Harassment or bad-faith behavior will result in blocked interaction with the project.