refactor: switch browser ownership to bundled plugin

This commit is contained in:
Peter Steinberger
2026-03-26 22:18:41 +00:00
parent 197510f693
commit 8eeb7f0829
255 changed files with 16981 additions and 21074 deletions

View File

@@ -298,6 +298,29 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
},
},
},
{
dirName: "browser",
idHint: "browser-plugin",
source: {
source: "./index.ts",
built: "index.js",
},
packageName: "@openclaw/browser-plugin",
packageVersion: "2026.3.25",
packageDescription: "OpenClaw browser tool plugin",
packageManifest: {
extensions: ["./index.ts"],
},
manifest: {
id: "browser",
configSchema: {
type: "object",
additionalProperties: false,
properties: {},
},
enabledByDefault: true,
},
},
{
dirName: "byteplus",
idHint: "byteplus",