From 48174ec25a3195d161fa76eb3a0448d433edd708 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 5 Jan 2026 20:09:20 +0900 Subject: [PATCH] chore(config): update schema after websearch_exa removal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- assets/oh-my-opencode.schema.json | 1 - src/hooks/agent-usage-reminder/constants.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index 067674c..0797996 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -13,7 +13,6 @@ "items": { "type": "string", "enum": [ - "websearch_exa", "context7", "grep_app" ] diff --git a/src/hooks/agent-usage-reminder/constants.ts b/src/hooks/agent-usage-reminder/constants.ts index 26e6c87..31ccfd9 100644 --- a/src/hooks/agent-usage-reminder/constants.ts +++ b/src/hooks/agent-usage-reminder/constants.ts @@ -16,7 +16,6 @@ export const TARGET_TOOLS = new Set([ "webfetch", "context7_resolve-library-id", "context7_get-library-docs", - "websearch_exa_web_search_exa", "grep_app_searchgithub", ]);