Files
openclaw/extensions/chutes
ZOOWH 61893247ec fix(chutes): redact OAuth error response body (#103569)
* 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>
2026-07-10 18:40:58 +01:00
..

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.