| summary | read_when | |||
|---|---|---|---|---|
Kiro provider data sources: CLI-based usage via kiro-cli /usage command. |
|
Kiro uses the AWS kiro-cli tool to fetch usage data. No browser cookies or OAuth flow—authentication is handled by AWS Builder ID through the CLI.
- CLI command (primary and only strategy)
- Command:
kiro-cli chat --no-interactive "/usage" - Timeout: 20 seconds (idle cutoff after ~10s of no output once the CLI starts responding).
- Requires
kiro-cliinstalled and logged in via AWS Builder ID. - Output is ANSI-decorated; CodexBar strips escape sequences before parsing.
- Command:
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ | KIRO FREE ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃ Monthly credits: ┃
┃ ████████████████████████████████████████████████████████ 100% (resets on 01/01) ┃
┃ (0.00 of 50 covered in plan) ┃
┃ Bonus credits: ┃
┃ 0.00/100 credits used, expires in 88 days ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
- Primary window: Monthly credits percentage (bar meter).
usedPercent: extracted from███...█ X%pattern.resetsAt: parsed fromresets on MM/DD(assumes current or next year).
- Secondary window: Bonus credits (when present).
- Parsed from
Bonus credits: X.XX/Y credits used. - Expiry from
expires in N days.
- Parsed from
- Identity:
accountOrganization: plan name (e.g., "KIRO FREE").loginMethod: plan name (used for menu display).
Kiro does not have a dedicated status page. The "View Status" link opens the AWS Health Dashboard:
https://health.aws.amazon.com/health/status
Sources/CodexBarCore/Providers/Kiro/KiroProviderDescriptor.swiftSources/CodexBarCore/Providers/Kiro/KiroStatusProbe.swiftSources/CodexBar/Providers/Kiro/KiroProviderImplementation.swift