Update CHANGELOG.md

This commit is contained in:
Vincent Koc
2026-04-15 11:40:46 +01:00
committed by GitHub
parent ec3bbae49b
commit 7883412294

View File

@@ -10,7 +10,6 @@ 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.
- GitHub Copilot/memory search: add a GitHub Copilot embedding provider for memory search, and expose a dedicated Copilot embedding host helper so plugins can reuse the transport while honoring remote overrides, token refresh, and safer payload validation. (#61718) Thanks @feiskyer and @vincentkoc.
- Tests: align pnpm test expectations with main (#67001). Thanks @hxy91819
### Fixes