Skip to content

agent-top v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:35
· 21 commits to main since this release

[0.8.0] - 2026-09-05

Added

  • Rate-limit view. Codex writes a rate_limits block on every usage record, a short rolling window (5 hours) and a long one (weekly), each with a used-percent and a reset time, plus the plan and whether the limit is currently hit. agent-top reads the latest one and shows it. The detail pane has a rate limit section with each window's usage, coloured green through amber to red as it fills, and the reset countdown; a hit limit is flagged LIMIT REACHED. --once and the plain output add a RATE LIMITS (near or at limit) section listing live and idle agents at or above 75 percent, so a session about to be throttled is visible without opening the detail pane. --json carries it as rate_limit on each agent. Only harnesses that write the figure populate it; Codex does today. A stopped session's snapshot is from when it last ran, so the plain-output warning is limited to agents whose limit still applies. Verified against the real rollouts on the build machine, including a session at 100 percent of its weekly window.