From 5db94a7c9e75f104f7308878b1dbdff94f3178c4 Mon Sep 17 00:00:00 2001 From: Mason Huang Date: Wed, 15 Apr 2026 17:31:45 +0800 Subject: [PATCH] docs-i18n: harden behavior fixture path reads --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2744e0f5b49..d81ac302f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Docs: https://docs.openclaw.ai - QA/Matrix: split Matrix live QA into a source-linked `qa-matrix` runner and keep repo-private `qa-*` surfaces out of packaged and published builds. (#66723) Thanks @gumadeiras. - Control UI/Overview: add a Model Auth status card showing OAuth token health and provider rate-limit pressure at a glance, with attention callouts when OAuth tokens are expiring or expired. Backed by a new `models.authStatus` gateway method that strips credentials and caches for 60s. (#66211) Thanks @omarshahine. - docs-i18n: add behavior baseline fixtures (#64073). Thanks @hxy91819 +- docs-i18n: harden behavior fixture path reads (#67046). Thanks @hxy91819 ### Fixes