From 2c153045f33e02cc821a623f6594fb4a6bebb321 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Mon, 30 Mar 2026 17:20:37 -0400 Subject: [PATCH] refactor: remove duplicate copilot websearch sync --- src/ccs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ccs.ts b/src/ccs.ts index ff2f99dc..32d94649 100644 --- a/src/ccs.ts +++ b/src/ccs.ts @@ -859,7 +859,6 @@ async function main(): Promise { ) ); } - syncWebSearchMcpToConfigDir(continuityInheritance.claudeConfigDir); const exitCode = await executeCopilotProfile( copilotConfig, remainingArgs,