Files
openclaw/extensions/codex/package.json
pashpashpash 3f217964d1 Defer Codex dynamic tools behind search
Defer OpenClaw Codex dynamic tools behind Codex tool_search, keep required turn-control tools direct, pin the managed Codex harness to 0.129.0-alpha.15, and document the real behavior/token impact from the live dev-agent watch.
2026-05-07 16:40:37 -07:00

40 lines
859 B
JSON

{
"name": "@openclaw/codex",
"version": "2026.5.6",
"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.129.0-alpha.15",
"ajv": "^8.20.0",
"ws": "^8.20.0"
},
"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.6"
},
"build": {
"openclawVersion": "2026.5.6"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}