mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-13 06:03:39 -06:00
c092900e3c
* fix(plugins): keep OpenCode Go bundled * fix(plugins): mark OpenCode Go dist bundled * fix(docs): show OpenCode Go as bundled * fix(release): defer bundled plugin publication
36 lines
805 B
JSON
36 lines
805 B
JSON
{
|
|
"name": "@openclaw/opencode-go-provider",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw OpenCode Go provider plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/opencode-go-provider",
|
|
"npmSpec": "@openclaw/opencode-go-provider",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.7.2"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1",
|
|
"bundledDist": true
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|