zeroclaw/src/config
Argenis ea9eccfe8b
feat: make shell tool timeout configurable via config.toml (#4468)
Add `[shell_tool]` section to config schema with `timeout_secs` field
(default 60s). The ShellTool struct now carries the timeout as an
instance field instead of relying on the hardcoded constant, and the
full tool registry reads the value from Config at construction time.

Closes #4331
2026-03-24 00:07:46 -04:00
..
mod.rs feat: make shell tool timeout configurable via config.toml (#4468) 2026-03-24 00:07:46 -04:00
schema.rs feat: make shell tool timeout configurable via config.toml (#4468) 2026-03-24 00:07:46 -04:00
traits.rs fix format 2026-02-21 19:38:19 +08:00
workspace.rs feat(workspace): add multi-client workspace isolation 2026-03-15 22:41:18 -04:00