mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 21:17:05 +02:00
Add DeepSeek V4 Flash/Pro support, update Pi packages to 0.70.2, and handle disabled thinking/None by stripping replayed reasoning content.
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "@openclaw/codex",
|
|
"version": "2026.4.20",
|
|
"description": "OpenClaw Codex harness and model provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mariozechner/pi-coding-agent": "0.70.2",
|
|
"ajv": "^8.18.0",
|
|
"ws": "^8.20.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
}
|
|
}
|
|
}
|