v0.1.2
Minds CLI 0.1.2
Cognition balance and usage, Mind detail, circles, Bazaar catalog, X-Api-Key, and CLI polish in @animocabrands/minds-cli.
- cli
What shipped
New commands over your Builder API key:minds usage show --mind <uuid>andminds usage by-tool --mind <uuid>— cognition spend over time and broken down by toolminds cognition balance --mind <uuid>— per-Mind cognition balanceminds mind show --mind <uuid>— full Mind detail (GET /v1/minds/{mindId}): email,walletAddress,chain, species,isEnabled, and moreminds mind enable/minds mind disable— pause or resume a Mind without deleting itminds circle show|list|add|remove— manage human collaborators on a Mind's circleminds bazaar search|skills|apps— browse the public skills and apps catalog (no API key required)minds doctornow pingsGET /v1/auth/pingand checks the npm registry for CLI updates
- Authenticated routes send
X-Api-Keyonly —X-Access-Keyis deprecated (env/flag unchanged:MINDS_BUILDER_API_KEY,--builder-api-key) - Nested
--helpfor multi-segment commands (minds help usage by-tool,minds usage --help by-tool) circle addtreatsexists/already_in_circleas success; warns on stderr only when the mutation had no net effectminds --versionmatches the published package version (build-time injection)
Notes
usage showandusage by-tooltake different interval enums —1m/5m/15m/1h/1d/1w/1Mvshour/day/week/month. The CLI validates the interval before calling the API.- Circles accept human collaborator emails only; mind-to-mind circle membership is not supported via this API.
- Bazaar list commands use
--searchand--max(no--page/--page-size). The CLI auto-paginates internally when needed. - Bazaar catalog is also in the client library as
client.bazaar.*.minds bazaar searchreturns top-levelskillsandappsobjects (not a singleitemsarray). Skills useskillId; apps useappIdandappName. Equip HTTP APIs are not on api.build yet — Bazaar is for ID discovery only. - Canonical help pattern:
minds <group> <subcmd> --help.