mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-03 17:03:34 +00:00
* fix(moonshot): bound video description JSON response reads The Moonshot video description endpoint used an unbounded await res.json() to parse the media understanding response. Route through readProviderJsonResponse (16 MiB cap) to match the bound already in place for other media understanding providers (xai, openrouter). AI-assisted. Co-authored-by: Cursor <cursoragent@cursor.com> * test(moonshot): add bounds and malformed-JSON coverage for video description --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Moonshot OpenClaw provider
Official OpenClaw provider plugin for Moonshot.
Install
openclaw plugins install @openclaw/moonshot-provider
Docs
See docs/providers/moonshot.md in the OpenClaw repository, or the published docs at https://docs.openclaw.ai/providers/moonshot.