mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 04:29:29 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"name": "@openclaw/codex-supervisor",
|
|
"version": "2026.6.10",
|
|
"private": true,
|
|
"description": "OpenClaw Codex app-server fleet supervision plugin.",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
"typebox": "1.1.39",
|
|
"ws": "8.21.0",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|