Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:04

Added

  • 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.