zeroclaw/src/runtime
Argenis 05a0cdf6f4
feat(tools): add Windows support for shell tool_call execution (#3442)
Use `cmd.exe /C` instead of `sh -c` on Windows via cfg(target_os).
Make the shell allowlist, forbidden paths, env vars, risk classification,
and path detection platform-aware so the shell tool works correctly on
Windows without changing Unix behavior.

Closes #3327

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 17:12:16 -04:00
..
docker.rs test(runtime): stabilize docker root mount assertion 2026-02-18 14:42:39 +08:00
mod.rs feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
native.rs feat(tools): add Windows support for shell tool_call execution (#3442) 2026-03-13 17:12:16 -04:00
traits.rs docs(code): expand doc comments on security, observability, runtime, and peripheral traits 2026-02-19 13:19:46 -08:00
wasm.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00