mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
f9dbc5b669
Rebuild 2026.8.1-beta.2 on frozen main commit be600d0a24, including the trusted Telegram isolation repair.
Preserve the still-release-specific plugin/package fixture corrections, Matrix/Buzz QA ownership, current generated config and locale artifacts, and restore intentional out-of-band Slack native approvals after an unrelated forwarded-image PR added a conflicting channel guard.
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Vyctor H. Brzezowski <51521767+vyctorbrzezowski@users.noreply.github.com>
Co-authored-by: Ayaan Zaidi <hi@obviy.us>
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "@openclaw/nvidia-provider",
|
|
"version": "2026.8.1-beta.2",
|
|
"private": true,
|
|
"description": "OpenClaw NVIDIA provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|