Skip to content

agent: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:41
0ddfedb

0.2.0 (2026-06-24)

Adds cancellation, timeouts, typed errors, and lifecycle helpers for more robust agent control. Also introduces file upload support for chat attachments and workspace files.

Highlights

  • Agents now support cancellation, timeouts, typed errors, and lifecycle helpers for finer-grained control over execution. (#13)
  • Added file upload support, covering both chat attachments and workspace files. (#10)

Features

  • agent: add file uploads (chat attachments + workspace files) (#10) (cfc5dd9)
  • agent: cancellation, timeouts, typed errors, and lifecycle helpers (#13) (08fa1dd)