From 813d287a09b3bdffecdb7e79226b39b4cb8ee211 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 28 Nov 2025 21:13:07 -0500 Subject: core: add explore agent for fast codebase navigation and improve task UI display --- .opencode/opencode.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.opencode/opencode.jsonc') diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 369832f9f..ce4a6658b 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -16,5 +16,12 @@ "type": "remote", "url": "https://mcp.exa.ai/mcp", }, + "morph": { + "type": "local", + "command": ["bunx", "@morphllm/morphmcp"], + "environment": { + "ENABLED_TOOLS": "warp_grep", + }, + }, }, } -- cgit v1.2.3