zeroclaw/src/tools
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
..
browser_open.rs fix(security): harden redirect/browser_open and restore masked secrets 2026-02-24 16:03:01 +08:00
browser.rs fix(tools): recover rust-native browser session on stale webdriver 2026-02-24 16:03:00 +08:00
cli_discovery.rs fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
composio.rs fix(security): harden redirect/browser_open and restore masked secrets 2026-02-24 16:03:01 +08:00
content_search.rs fix(security): respect allowed_roots in tool-level path pre-checks (#3434) 2026-03-13 16:15:30 -04:00
cron_add.rs fix(cron): support Matrix announce delivery (#3373) 2026-03-13 15:16:10 -04:00
cron_list.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00
cron_remove.rs fix(security): unify cron shell validation across API/CLI/scheduler (#3270) 2026-03-12 12:48:13 +00:00
cron_run.rs fix(security): unify cron shell validation across API/CLI/scheduler (#3270) 2026-03-12 12:48:13 +00:00
cron_runs.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00
cron_update.rs fix(security): unify cron shell validation across API/CLI/scheduler (#3270) 2026-03-12 12:48:13 +00:00
delegate.rs fix: expose MCP tools to delegate subagents (#3436) 2026-03-13 16:26:01 -04:00
file_edit.rs fix: improve allowed_roots guidance for filesystem access 2026-02-21 17:33:11 +08:00
file_read.rs fix(security): respect allowed_roots in tool-level path pre-checks (#3434) 2026-03-13 16:15:30 -04:00
file_write.rs fix: improve allowed_roots guidance for filesystem access 2026-02-21 17:33:11 +08:00
git_operations.rs feat(channel): stream LLM responses to Telegram via draft message edits 2026-02-18 16:33:33 +08:00
glob_search.rs fix(security): respect allowed_roots in tool-level path pre-checks (#3434) 2026-03-13 16:15:30 -04:00
hardware_board_info.rs fix: resolve all clippy warnings, formatting, and Mistral endpoint 2026-02-17 20:00:08 +08:00
hardware_memory_map.rs fix: resolve all clippy warnings, formatting, and Mistral endpoint 2026-02-17 20:00:08 +08:00
hardware_memory_read.rs fix(security): resolve rebase conflicts and provider regressions 2026-02-17 19:19:06 +08:00
http_request.rs fix(tool): treat max_response_size = 0 as unlimited 2026-02-24 16:03:00 +08:00
image_info.rs chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
mcp_client.rs fix: use cfg-conditional AtomicU32 fallback for 32-bit targets in mcp_client (#3432) 2026-03-13 15:33:31 -04:00
mcp_protocol.rs feat(tools/mcp): add MCP subsystem tools layer with multi-transport client (#3394) 2026-03-13 14:23:48 -04:00
mcp_tool.rs feat(tools/mcp): add MCP subsystem tools layer with multi-transport client (#3394) 2026-03-13 14:23:48 -04:00
mcp_transport.rs feat(tools/mcp): add MCP subsystem tools layer with multi-transport client (#3394) 2026-03-13 14:23:48 -04:00
memory_forget.rs fix(policy): standardize side-effect tool autonomy gates 2026-02-18 12:42:56 +08:00
memory_recall.rs feat(memory): add session_id isolation to Memory trait (#530) 2026-02-17 07:44:05 -05:00
memory_store.rs fix(channels): recover malformed invoke/tool_call output in daemon mode 2026-02-18 17:01:36 +08:00
mod.rs fix: expose MCP tools to delegate subagents (#3436) 2026-03-13 16:26:01 -04:00
model_routing_config.rs feat(tools): add natural-language model routing config tool 2026-02-21 20:45:43 +08:00
pdf_read.rs fix: improve allowed_roots guidance for filesystem access 2026-02-21 17:33:11 +08:00
proxy_config.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
pushover.rs chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
schedule.rs fix(cron): support Matrix announce delivery (#3373) 2026-03-13 15:16:10 -04:00
schema.rs fix(build): complete strict lint and test cleanup (replacement for #476) 2026-02-18 00:18:54 +08:00
screenshot.rs Addressed clippy lint issues 2026-03-10 01:48:19 -04:00
shell.rs feat(tools): add Windows support for shell tool_call execution (#3442) 2026-03-13 17:12:16 -04:00
sop_advance.rs fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
sop_approve.rs fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
sop_execute.rs fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
sop_list.rs fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
sop_status.rs fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
traits.rs test: deepen and complete project-wide test coverage (#297) 2026-02-16 05:58:24 -05:00
web_fetch.rs Harden config secret masking and web_fetch limits 2026-02-24 16:03:01 +08:00
web_search_tool.rs fix(tool): resolve Brave API key lazily with decryption support (#3078) (#3320) 2026-03-12 13:53:35 +00:00