mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:21:35 +00:00
* feat(talk): add GPT-Live gateway relay peer * fix(talk): ignore duplicate GPT-Live sideband audio * fix(openai): harden GPT-Live relay startup * fix(deps): replace vulnerable werift ip helper * fix(deps): scope werift ip override version * fix(openai): normalize relay startup errors * test(ci): register GPT-Live gateway live shard * fix(talk): tighten GPT-Live relay readiness * fix(talk): keep relay override helper private * fix(talk): resolve relay readiness with launch model * fix(openai): preserve GPT-Live media clock * fix(talk): align GPT-Live relay readiness and framing * fix(openai): expire pending GPT-Live reservations * fix(openai): harden GPT-Live delegation audio * style(openai): satisfy RTP reorder lint
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"name": "@openclaw/openai-provider",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw OpenAI provider plugins",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"libopus-wasm": "0.2.0",
|
|
"werift": "0.24.1",
|
|
"ws": "8.21.1",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|