mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
41 lines
871 B
JSON
41 lines
871 B
JSON
{
|
|
"name": "@openclaw/codex",
|
|
"version": "2026.5.4",
|
|
"description": "OpenClaw Codex harness and model provider plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-coding-agent": "0.73.0",
|
|
"@openai/codex": "0.128.0",
|
|
"ajv": "^8.20.0",
|
|
"ws": "^8.20.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/codex",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.5.1-beta.1"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.4"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.4"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|