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
Proactive background-job events — when a background job finishes on its own (a build
completes, a dev server crashes, a watched condition is met), the agent is notified and can act
on it automatically, even if you haven't typed anything.
Fixed
Tool calls display live — a tool now appears in the transcript the moment it starts running
(with a one-line arg preview and a "running…" marker) and fills in its output when done, instead
of only showing up after it finishes.
Interrupt aborts a hung tool — Esc now cancels a stuck tool call immediately (dropping it
also kills any spawned child process via kill-on-drop); the turn ends with the tool marked
interrupted and the conversation left in a valid state.