zot/packages/agent/tools
patriceckhart 4615780369
Some checks are pending
ci / test (macos-latest) (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
fix(jail): block POSIX-absolute cd targets on Windows
filepath.IsAbs("/etc") is false on Windows, so the cd-escape check
folded "/etc" back inside root via filepath.Join and let it through,
failing CI. Treat a leading forward slash that is not OS-absolute as an
escape attempt.
2026-06-17 17:24:02 +02:00
..
bash.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
bash_unix.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
bash_windows.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
edit.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
read.go fix(jail,tui): emit OSC 7 cwd and stop false-positive cd jail errors 2026-06-17 17:15:37 +02:00
sandbox.go fix(jail): block POSIX-absolute cd targets on Windows 2026-06-17 17:24:02 +02:00
sandbox_test.go fix(jail,tui): emit OSC 7 cwd and stop false-positive cd jail errors 2026-06-17 17:15:37 +02:00
swarm_spawn.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
telegram_send.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
tools_test.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00
write.go refactor: split source into packages/{provider,core,tui,agent} 2026-05-27 09:07:15 +02:00