Added
- Background shells. The
bashtool can now start long-lived commands such
as dev servers withrun_in_background: true. Background processes stay alive
across agent turns, retain combined stdout/stderr and exit status for polling
throughbash_output, and can be stopped withbash_kill. Any remaining
process group is terminated when the session closes.