Skip to content

Commit b15462e

Browse files
committed
Revert "fix(plugins): enable bundled Brave web search plugin by default (#52072)"
This reverts commit 0ea3c4d.
1 parent 80bd5ba commit b15462e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/plugins/config-state.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,6 @@ describe("resolveEnableState", () => {
271271
expect(state).toEqual({ enabled: true });
272272
});
273273

274-
it("enables bundled web search providers like brave by default", () => {
275-
const state = resolveEnableState("brave", "bundled", normalizePluginsConfig({}));
276-
expect(state).toEqual({ enabled: true });
277-
});
278-
279274
it("allows bundled plugins to opt into default enablement from manifest metadata", () => {
280275
const state = resolveEnableState("profile-aware", "bundled", normalizePluginsConfig({}), true);
281276
expect(state).toEqual({ enabled: true });

src/plugins/config-state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export type NormalizedPluginsConfig = {
3131
export const BUNDLED_ENABLED_BY_DEFAULT = new Set<string>([
3232
"amazon-bedrock",
3333
"anthropic",
34-
"brave",
3534
"byteplus",
3635
"cloudflare-ai-gateway",
3736
"deepseek",

0 commit comments

Comments
 (0)