From 9c2801b6430600a229ae46717bc56129a9453296 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 17 Mar 2026 14:55:33 -0600 Subject: [PATCH] feat: modified sisyphus agents to use the new ddg-search MCP server for web searches instead of built-in model searches --- assets/agents/explore/config.yaml | 3 ++- assets/agents/oracle/config.yaml | 3 ++- assets/agents/sisyphus/config.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/agents/explore/config.yaml b/assets/agents/explore/config.yaml index 345f8cd..af90c5b 100644 --- a/assets/agents/explore/config.yaml +++ b/assets/agents/explore/config.yaml @@ -8,12 +8,13 @@ variables: description: Project directory to explore default: '.' +mcp_servers: + - ddg-search global_tools: - fs_read.sh - fs_grep.sh - fs_glob.sh - fs_ls.sh - - web_search_loki.sh instructions: | You are a codebase explorer. Your job: Search, find, report. Nothing else. diff --git a/assets/agents/oracle/config.yaml b/assets/agents/oracle/config.yaml index 1c194ff..70d245e 100644 --- a/assets/agents/oracle/config.yaml +++ b/assets/agents/oracle/config.yaml @@ -8,12 +8,13 @@ variables: description: Project directory for context default: '.' +mcp_servers: + - ddg-search global_tools: - fs_read.sh - fs_grep.sh - fs_glob.sh - fs_ls.sh - - web_search_loki.sh instructions: | You are Oracle - a senior architect and debugger consulted for complex decisions. diff --git a/assets/agents/sisyphus/config.yaml b/assets/agents/sisyphus/config.yaml index 538019a..f669e9a 100644 --- a/assets/agents/sisyphus/config.yaml +++ b/assets/agents/sisyphus/config.yaml @@ -22,12 +22,13 @@ variables: description: Auto-confirm command execution default: '1' +mcp_servers: + - ddg-search global_tools: - fs_read.sh - fs_grep.sh - fs_glob.sh - fs_ls.sh - - web_search_loki.sh - execute_command.sh instructions: |