What's Changes
- Added an OpenAI platform usage provider to
ai-devkit capacity, resolvingOPENAI_API_KEYor the Pi OpenAI credential and reporting today and 7-day token windows from the platform Usage API (#252). - Added Claude subscription usage to
ai-devkit capacity, reading quota windows from the local Claude login (#251). ai-devkit capacitynow shows OpenAI usage from pi's OpenAI login alongside harness quotas (#254).- Added the Kiro CLI adapter — detects running Kiro CLI agents by matching
~/.kiro/sessions/clilock files to session metadata and transcripts, enabling Kiro inagent list/detailand channels (#115). - Added the Antigravity CLI adapter — detect, list, and inspect Google Antigravity CLI (
agy) agents alongside Claude, Codex, Gemini, and Grok (#133). - Resolved
agent session detailby exact session ID instead of enumerating every provider's history (~5.8s → ~0.45s), with identical output (e8a93ea). - Released
@ai-devkit/agent-manager0.36.0 with this version, exportingKiroAdapter,AntigravityCliAdapter, and the newgetClaudeCapacityReport/getOpenAiCapacityReportprobes (a78f668).
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.64.0...cli@0.65.0