Added
- TokenPak Dispatch graduates from preview to a released feature. The
tokenpak dispatchcommand (intake/routing, Decision Inbox, run-ledger lifecycle, observability) now ships in the releasedpip install tokenpakpackage — the Dispatch engine, its registry/schema data, and the user guide are included in the wheel. Delivery/receipt remain an explicit post-alpha preview (no live station execution wired yet).
Fixed
- Importing the package no longer requires FastAPI:
tokenpak savings(and other core value commands) work on a base install without the optional serve/dashboard extra. - The CLI proxy-version probe now derives the expected version from the package version and reads
/health, instead of a hard-coded value.
Packaging
- Release wheels now include
budget_config.yamlandterm_cards.json; a build-time assertion verifies the Dispatch registry/schema data ships.
Added
- cli:
tokenpak upgradeopens the public Pro upgrade page, supports--print-urlfor non-interactive use, and honorsTOKENPAK_UPGRADE_URL.
Changed
- license/status: Free-tier upgrade guidance now points to
https://tokenpak.ai/pro.