fix: clarify outside-workspace fs-safe errors (#29715) (thanks @YuzuruS)

This commit is contained in:
Ayaan Zaidi
2026-02-28 18:07:52 +05:30
committed by Ayaan Zaidi
parent 44220ef24a
commit f0c86039c7

View File

@@ -73,6 +73,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- FS/Sandbox workspace boundaries: add a dedicated `outside-workspace` safe-open error code for root-escape checks, and propagate specific outside-workspace messages across edit/browser/media consumers instead of generic not-found/invalid-path fallbacks. (#29715) Thanks @YuzuruS.
- Config/Doctor group allowlist diagnostics: align `groupPolicy: "allowlist"` warnings with per-channel runtime semantics by excluding Google Chat sender-list checks and by warning when no-fallback channels (for example iMessage) omit `groupAllowFrom`, with regression coverage. (#28477) Thanks @tonydehnke.
- Onboarding/Custom providers: use Azure OpenAI-specific verification auth/payload shape (`api-key`, deployment-path chat completions payload) when probing Azure endpoints so valid Azure custom-provider setup no longer fails preflight. (#29421) Thanks @kunalk16.