github codeaholicguy/ai-devkit cli@0.63.0
0.63.0

4 hours ago

What's Changed

  • Redesigned the capacity command output into a single per-quota table with usage bars, threshold colors, humanized reset times (in 4h 40m · 20:25), and used/total amounts instead of duplicated window summaries with truncated ISO timestamps. (3c65af7)
  • Split capacity identity into harness and provider (codex | OpenAI, pi | z.ai) via a new harness field on CapacityReport; the Codex probe now reports provider: "openai". (3c65af7)
  • ai-devkit capacity without arguments now probes every supported provider and renders one Harness/Provider/Status table; --json emits a single object for one provider and an array for many, and per-provider probe failures warn instead of aborting the whole listing. (3c65af7)
  • Added global z.ai usage limits to ai-devkit capacity through a new getZaiCapacityReport probe in @ai-devkit/agent-manager 0.34.0 (pinned in this release). (4ea4868)
  • Added shared UI formatting utilities (pluralization, status labels, time formatting) reused across CLI commands. (#243)
  • Clarified agent list and detail rendering. (#245)
  • Polished channel status rendering. (#246)
  • Aligned status output with the visible checks. (#244)
  • Refreshed lint human output. (#247)
  • Aligned skill result rendering. (#248)
  • Capitalized memory --table headers and shortened the UUID column. (#242)
  • Standardized flow success output. (#249)
  • Moved the opencode adapter into the agent-manager provider structure with no public API changes via @ai-devkit/agent-manager 0.34.0. (f34a9a3)

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.61.0...cli@0.63.0

Don't miss a new ai-devkit release

NewReleases is sending notifications on new releases.