Add plugin entry: tokenmaxx - #85
Open
pedroapfilho wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What the plugin does
Adds a nav panel for tokenmaxx, the local proxy that keeps
several Codex and Claude Code subscription accounts signed in and picks which one serves each
request.
reset countdowns, make-active, sign out, Codex reset credits, hide a window, and auto-rotation with
threshold, hold, and hysteresis.
per-provider and per-model breakdowns.
uninstall for codex, claude, and pi, and the full
tokenmaxx doctorreport.The sidebar row carries the fullest window across the active accounts, so pressure is readable
without opening the panel.
Source release
gitsource,https://github.com/pedroapfilho/bb-plugin-tokenmaxx.git, range^0.1.1, taggedv0.1.1(annotated, never moved). v0.1.0 is also tagged.Plugin checks
npx tsc --noEmitclean for both entries.bb plugin buildemitsdist/server.js,dist/app.js, anddist/app.css.npm install --omit=devunderNODE_ENV=productionbuilds both artifacts, so thegit install path works without dev dependencies.
policy updates, hidden windows, reset-credit read, account switch, and the login terminal stream.
Marketplace checks
npm ci --ignore-scripts,npm run build, andnpm run checkall pass (63 entries).icons/tokenmaxx-05b77465.svg(original artwork, 2 paths, no scripts or remotereferences), filename hashed from its content.
author.githubis the account opening this pull request.Security and permissions
~/.tokenmaxx/runtime/manager.sockfor reads andaccount actions, and shells out to the
tokenmaxxbinary only fordoctor, routing install anduninstall, daemon control, and login.
tokenmaxx login <provider>in a bb terminal because the provider CLIs need a pty. Theplugin never reads or stores credentials: tokenmaxx puts them in the macOS Keychain, and an API key
is typed into that terminal rather than passed on a command line.