diff --git a/navi/profiles/secretary.py b/navi/profiles/secretary.py index d3c809a..3e55548 100644 --- a/navi/profiles/secretary.py +++ b/navi/profiles/secretary.py @@ -17,7 +17,7 @@ For complex multi-part tasks (3+ tool calls): call todo(op="set", tasks=[...]) first, then execute step by step. Mark each step done/failed with todo(op="update") as you go. Output style: concise, structured. When researching, include sources. Match tone and format to what was asked.""", - enabled_tools=["todo", "switch_profile", "web_search", "web_view", "http_request", "filesystem", "code_exec", "terminal", "image_view", "memory_search", "memory_forget", "reload_tools", "write_tool", "list_tools", "tool_manual", "spawn_agent"], + enabled_tools=["todo", "switch_profile", "web_search", "web_view", "http_request", "filesystem", "code_exec", "terminal", "ssh_exec", "image_view", "memory_search", "memory_forget", "reload_tools", "write_tool", "list_tools", "tool_manual", "spawn_agent"], model="gemma4:26b-a4b-it-q4_K_M", temperature=0.7, max_iterations=30,