From 8d54eae4d0601440119c7594a40a018c8f2e6ab6 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Feb 2026 14:29:02 -0700 Subject: [PATCH] feat: Allow the explore agent to run search queries for understanding docs or API specs --- assets/agents/explore/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/agents/explore/config.yaml b/assets/agents/explore/config.yaml index 8be28bf..566669d 100644 --- a/assets/agents/explore/config.yaml +++ b/assets/agents/explore/config.yaml @@ -14,6 +14,7 @@ global_tools: - 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.