Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:45
· 1 commit to main since this release

Added

  • Background shells. The bash tool can now start long-lived commands such
    as dev servers with run_in_background: true. Background processes stay alive
    across agent turns, retain combined stdout/stderr and exit status for polling
    through bash_output, and can be stopped with bash_kill. Any remaining
    process group is terminated when the session closes.