openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
36 lines (35 loc) • 805 B
JSON
{
"name": "@openclaw/opencode-go-provider",
"version": "2026.9.2",
"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.js"
],
"install": {
"clawhubSpec": "clawhub:@openclaw/opencode-go-provider",
"npmSpec": "@openclaw/opencode-go-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.7.2"
},
"compat": {
"pluginApi": ">=2026.9.2"
},
"build": {
"openclawVersion": "2026.9.2",
"bundledDist": true
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}