mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 18:33:37 +00:00
refactor: finish browser compat untangle
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user