fix(tools): eagerly load all exec_shell companion tools

This commit is contained in:
donglovejava
2026-05-29 06:33:10 +08:00
committed by Hunter Bown
parent 9d3d453c50
commit 5d0a1c848e
@@ -36,7 +36,11 @@ pub(super) const DEFAULT_ACTIVE_NATIVE_TOOLS: &[&str] = &[
"apply_patch",
"checklist_write",
"edit_file",
"exec_interact",
"exec_shell",
"exec_shell_interact",
"exec_shell_wait",
"exec_wait",
"fetch_url",
"file_search",
"git_diff",
@@ -48,6 +52,8 @@ pub(super) const DEFAULT_ACTIVE_NATIVE_TOOLS: &[&str] = &[
"task_create",
"task_list",
"task_read",
"task_shell_start",
"task_shell_wait",
"update_plan",
"web_search",
"write_file",