refactor: finish browser compat untangle

This commit is contained in:
Peter Steinberger
2026-03-26 22:41:46 +00:00
parent 8ee809f3cc
commit 83ca6fbfc6
266 changed files with 424 additions and 179 deletions

View File

@@ -7,6 +7,7 @@ export async function loadGeneratedBundledPluginEntries() {
anthropicPluginModule,
bluebubblesPluginModule,
bravePluginModule,
browserPluginModule,
byteplusPluginModule,
chutesPluginModule,
cloudflareAiGatewayPluginModule,
@@ -84,6 +85,7 @@ export async function loadGeneratedBundledPluginEntries() {
import("../../extensions/anthropic/index.js"),
import("../../extensions/bluebubbles/index.js"),
import("../../extensions/brave/index.js"),
import("../../extensions/browser/index.js"),
import("../../extensions/byteplus/index.js"),
import("../../extensions/chutes/index.js"),
import("../../extensions/cloudflare-ai-gateway/index.js"),
@@ -162,6 +164,7 @@ export async function loadGeneratedBundledPluginEntries() {
anthropicPluginModule.default,
bluebubblesPluginModule.default,
bravePluginModule.default,
browserPluginModule.default,
byteplusPluginModule.default,
chutesPluginModule.default,
cloudflareAiGatewayPluginModule.default,