zeroclaw/src/tools
xj 69f4b95f8e fix(hooks): add JsonSchema derive to HooksConfig and BuiltinHooksConfig
Upstream main now derives schemars::JsonSchema on all config structs.
Our HooksConfig and BuiltinHooksConfig were missing it, causing CI
Build (Smoke) failure when the merge commit was compiled.
2026-02-21 13:34:09 +08:00
..
browser_open.rs refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
browser.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00
composio.rs fix: resolve clippy warnings and rustfmt across codebase 2026-02-21 12:39:34 +08:00
cron_add.rs fix(security): enforce cron tool policy gates 2026-02-20 23:27:05 +08:00
cron_list.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00
cron_remove.rs fix(security): enforce cron tool policy gates 2026-02-20 23:27:05 +08:00
cron_run.rs fix(security): enforce cron tool policy gates 2026-02-20 23:27:05 +08:00
cron_runs.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00
cron_update.rs fix(security): enforce cron tool policy gates 2026-02-20 23:27:05 +08:00
delegate.rs fix(hooks): add JsonSchema derive to HooksConfig and BuiltinHooksConfig 2026-02-21 13:34:09 +08:00
file_edit.rs fix(tools): reject empty old_string in file_edit 2026-02-21 13:32:59 +08:00
file_read.rs fix(tools): file_read binary file support — PDF extraction + lossy fallback 2026-02-21 13:03:13 +08:00
file_write.rs readd tests, remove markdown files 2026-02-18 14:42:39 +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 feat(tool): add glob_search for workspace file pattern search 2026-02-21 02:27:54 +08: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 feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
image_info.rs chore: Remove blocking read strings 2026-02-19 14:52:29 +08: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 feat(tools): add file_edit tool for precise in-place text replacement 2026-02-21 13:32:59 +08:00
pdf_read.rs fix(tools): surface pdf_read empty-text warning in output 2026-02-21 01:58:25 +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(security): enforce schedule cron and policy gates 2026-02-20 22:04:26 +08:00
schema.rs fix(build): complete strict lint and test cleanup (replacement for #476) 2026-02-18 00:18:54 +08:00
screenshot.rs fix(ci): unblock dependabot dependency PR checks (#658) 2026-02-17 15:51:07 -05:00
shell.rs test(quality): replace bare .unwrap() with .expect() in agent and shell tests 2026-02-19 13:23:33 -08:00
traits.rs test: deepen and complete project-wide test coverage (#297) 2026-02-16 05:58:24 -05:00
web_search_tool.rs fix(errors): improve config error messages with section paths and remediation hints 2026-02-19 11:44:04 -08:00