zot/internal/agent/tools
patriceckhart b6529cf5c4 fix(bash): kill entire process group on cancel
Sets Setpgid on bash commands and sends SIGTERM/SIGKILL to the negative pgid so backgrounded children are cleaned up on esc. Also splits the status bar onto multiple lines on narrow terminals when a spinner is active.
2026-04-23 09:43:57 +02:00
..
bash.go fix(bash): kill entire process group on cancel 2026-04-23 09:43:57 +02:00
bash_unix.go fix(bash): kill entire process group on cancel 2026-04-23 09:43:57 +02:00
bash_windows.go fix(bash): kill entire process group on cancel 2026-04-23 09:43:57 +02:00
edit.go feat(tui): context diffs + framed tool blocks + paced streaming 2026-04-20 15:50:39 +02:00
read.go rename: /lock -> /jail, /unlock -> /unjail 2026-04-20 08:57:40 +02:00
sandbox.go rename: /lock -> /jail, /unlock -> /unjail 2026-04-20 08:57:40 +02:00
sandbox_test.go initial commit 2026-04-17 20:36:38 +02:00
tools_test.go perf(read): drop line numbers from model-facing output 2026-04-19 17:33:05 +02:00
write.go feat(tui): live-stream file body during write/edit tool calls 2026-04-20 08:37:14 +02:00