openclaw/extensions/microsoft-foundry
huangjianxiong c067802cda
fix(microsoft-foundry): keep connection test error truncation UTF-16 safe (#102605)
* fix(microsoft-foundry): keep connection test error truncation UTF-16 safe

Replace `.slice(0, 200)` with `truncateUtf16Safe(body, 200)` in
testFoundryConnection error messages to prevent surrogate pair corruption.

Ref. lsr911 pattern — mechanical substitution, no behavior change.

* test(microsoft-foundry): cover UTF-16-safe connection errors

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 11:51:38 +01:00
..
auth.ts fix(foundry): label Anthropic Messages onboarding 2026-06-11 11:11:22 +09:00
cli.ts fix(microsoft-foundry): keep Azure CLI error truncation UTF-16 safe (#102604) 2026-07-09 11:49:35 +01:00
image-generation-provider.test.ts fix(image-gen): bound image generation provider JSON response reads (#96495) 2026-06-26 07:08:30 -04:00
image-generation-provider.ts fix(image-gen): bound image generation provider JSON response reads (#96495) 2026-06-26 07:08:30 -04:00
index.test.ts fix(microsoft-foundry): keep Azure CLI error truncation UTF-16 safe (#102604) 2026-07-09 11:49:35 +01:00
index.ts feat(microsoft-foundry): add MAI image provider 2026-06-09 15:34:28 +09:00
onboard.connection.test.ts fix(microsoft-foundry): keep connection test error truncation UTF-16 safe (#102605) 2026-07-09 11:51:38 +01:00
onboard.ts fix(microsoft-foundry): keep connection test error truncation UTF-16 safe (#102605) 2026-07-09 11:51:38 +01:00
openclaw.plugin.json fix(microsoft-foundry): expose auth for image setup 2026-06-09 15:34:28 +09:00
package.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
provider.ts fix(foundry): expose Claude 4.6 max effort 2026-06-11 11:11:22 +09:00
runtime.ts fix(foundry): type runtime auth result 2026-06-11 11:11:22 +09:00
shared-runtime.ts fix(foundry): scope Entra tokens by API 2026-06-11 11:11:20 +09:00
shared.ts refactor(extensions): remove unused provider helpers 2026-06-18 10:59:33 +08:00
tsconfig.json