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", ]);