mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* feat(xai): add realtime voice provider Co-authored-by: Vitor Cepeda Lopes <vitor@vitorcepedalopes.com> * fix(xai): satisfy realtime voice validation * fix(xai): harden realtime relay boundaries * chore: drop release-owned changelog edit * chore(i18n): refresh native voice catalogs * chore(i18n): refresh Control UI raw-copy baseline * chore(plugin-sdk): refresh API baseline hashes * chore(i18n): use canonical main catalogs * chore(i18n): refresh realtime voice source inventory * chore: refresh xai voice landing head [skip ci] * chore: refresh integrated protocol artifacts [skip ci] --------- Co-authored-by: Vitor Cepeda Lopes <vitor@vitorcepedalopes.com>
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"name": "@openclaw/xai-plugin",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw xAI plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"typebox": "1.3.3",
|
|
"ws": "8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|