You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.8.43 should make agent state and evidence legible. The user should never be left staring at Working... without knowing what is running, what is blocked, what last happened, and what basis the agent has for its claims.
This is the cockpit release: expose the machine without making the UI noisy.
Product thesis
The terminal becomes trustworthy when it can answer:
What is active right now?
Which tool, command, subagent, request, or background process owns the wait?
What was the last meaningful event?
Is this slow, blocked, retrying, cancelled, or waiting for user input?
What evidence supports the agent's current claim or next action?
What is the one safest next action or inspection path?
In scope
A unified runtime state model for active turns, tool calls, shell commands, subagents, RLM sessions, and app-server/serve tasks.
A compact user-facing state surface in the TUI plus a command or detail pager for deeper inspection.
Clear stuck-state classification: API stall, process wait, blocked pipe, background job, cancellation pending, approval wait, or UI/input dead zone.
Evidence records for important claims: file path, command, issue/PR, test, log, memory, or user-provided context.
Trust labels for verified current, memory-derived, user-reported, unverified, and needs maintainer decision.
Open log/detail, retry, cancel, and resume affordances wired to the state model where they already exist. Deep interruption semantics can wait for v0.8.45.
Candidate issue clusters to promote from v0.8.42 triage
Release theme
v0.8.43 should make agent state and evidence legible. The user should never be left staring at
Working...without knowing what is running, what is blocked, what last happened, and what basis the agent has for its claims.This is the cockpit release: expose the machine without making the UI noisy.
Product thesis
The terminal becomes trustworthy when it can answer:
In scope
verified current,memory-derived,user-reported,unverified, andneeds maintainer decision.Candidate issue clusters to promote from v0.8.42 triage
Review lenses
Acceptance criteria
unknownstate with diagnostic pointers.