You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the public command group from `bl tokenplan` to `bl token-plan`
for kebab-case consistency. Source directory and reference doc renamed
accordingly; remote API paths (/tokenplan/...) and internal TS
identifiers are unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lishengzxc
changed the title
feat(tokenplan): add Token Plan organization & seats commandsfeat(token-plan): add Token Plan organization & seats commandsJun 24, 2026
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
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.
Summary
Adds a new
token-plancommand group that talks to the ModelStudio Token Plan POP APIs (ACS3-HMAC-SHA256 signed), plus a few small follow-ups.New commands
bl token-plan seats— list subscription seat detailsbl token-plan create-key— create an access keybl token-plan assign-seats— assign seatsbl token-plan add-member— add an organization member (with optional seat tier / role)Supporting changes
token-plan/utils.ts,types.ts,ak-sign.ts: shared ACS3 query-string signer + credential resolution + common query/AK optionscatalog.tsurls.tsskills/bailian-clireference docs (token-plan.md, setup, index) and READMEschore: bump Node.js to 24 (.node-version)Test plan
bl token-plan seats --dry-runresolves and dispatches correctlybl tokenplan seatsreports "Unknown command" (old name removed, no alias)pnpm run checkpasses (0 errors)bl token-plan create-key/assign-seats/add-memberround-trip against stagingomniandvideoe2e tests still pass🤖 Generated with Claude Code