mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 01:11:38 +00:00
* fix(chutes): redact OAuth error response body in token exchange and refresh Replace readResponseTextLimited + raw body in error message with extractProviderErrorDetail for bounded, redacted structured error detail. Ref: #102953 * fix(chutes): update test assertions for extractProviderErrorDetail message format * fix(chutes): remove unused readResponseTextLimited and CHUTES_OAUTH_ERROR_BODY_LIMIT_BYTES * fix(chutes): normalize OAuth HTTP failures * test(chutes): assert redaction without fixed mask --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
OpenClaw Chutes Provider
Official OpenClaw provider plugin for Chutes.
Install from OpenClaw:
openclaw plugins install @openclaw/chutes-provider
openclaw gateway restart
See https://docs.openclaw.ai/providers/chutes for setup and configuration.