Files
cleveragents-core/robot
HAL9000 851fd39fd4
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 54s
CI / benchmark-regression (pull_request) Failing after 1m0s
CI / quality (pull_request) Successful in 1m9s
CI / typecheck (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 1m18s
CI / helm (pull_request) Successful in 29s
CI / build (pull_request) Successful in 40s
CI / push-validation (pull_request) Successful in 24s
CI / integration_tests (pull_request) Successful in 3m14s
CI / unit_tests (pull_request) Successful in 4m22s
CI / e2e_tests (pull_request) Failing after 3m30s
CI / docker (pull_request) Successful in 2m13s
CI / coverage (pull_request) Successful in 11m12s
CI / status-check (pull_request) Failing after 4s
fix(cli): add per-tier budget utilization breakdown to context show
Extends the budget utilization summary in `context show` to display
hot/warm/cold tier utilization percentages individually, satisfying
the spec requirement for a per-tier breakdown. Previously only hot
tier utilization was shown.

- Hot tier: tokens used vs. max_tokens_hot budget
- Warm tier: fragment count vs. max_decisions_warm budget
- Cold tier: fragment count vs. max_decisions_cold budget

Also updates Robot Framework helper to verify per-tier breakdown
is present in output, and updates CHANGELOG/CONTRIBUTORS.

ISSUES CLOSED: #9586
2026-05-08 14:27:56 +00:00
..