zot/internal/agent/tools
patriceckhart ba3f3287e9 fix(bash): kill process group immediately on cancel
Watches for context cancellation in a goroutine and kills the entire process group plus closes the pipe immediately, instead of waiting for cmd.Wait() which deadlocks when child processes hold the pipe open.
2026-04-23 18:47:44 +02:00
..
bash.go fix(bash): kill process group immediately on cancel 2026-04-23 18:47:44 +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