docs-i18n: harden behavior fixture path reads

This commit is contained in:
Mason Huang
2026-04-15 17:31:45 +08:00
parent 2195370373
commit 5db94a7c9e

View File

@@ -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