huangjianxiong
c335ecdb73
fix(microsoft-foundry): keep Azure CLI error truncation UTF-16 safe ( #102604 )
...
* fix(microsoft-foundry): keep Azure CLI error truncation UTF-16 safe
Replace `.slice(0, 300)` with `truncateUtf16Safe(normalized, 300)` in
summarizeAzErrorMessage to prevent surrogate pair corruption.
Ref. lsr911 pattern — mechanical substitution, no behavior change.
* test(microsoft-foundry): cover UTF-16-safe CLI errors
* test(microsoft-foundry): assert complete CLI error
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-09 11:49:35 +01:00
Vincent Koc
2fa9a5eaa0
fix(foundry): scope Entra tokens by API
2026-06-11 11:11:20 +09:00
Peter Steinberger
4fa5092cdc
docs: document small extension sources
2026-06-04 21:02:07 -04:00
Vincent Koc
c96181fdbe
fix(foundry): wrap malformed az token json
2026-05-14 19:10:08 +08:00
Peter Steinberger
827b0de0ce
refactor: reduce plugin sdk surface
2026-05-10 12:37:10 +01:00
Peter Steinberger
05f607c149
refactor: trim provider internal exports
2026-05-01 15:16:02 +01:00
Peter Steinberger
22955fcdcb
refactor: simplify foundry cli output handling
2026-04-10 23:43:27 +01:00
Peter Steinberger
b52f106533
refactor: dedupe ui foundry trimmed readers
2026-04-08 01:36:39 +01:00
MetaX e|acc
a16dd967da
feat: Add Microsoft Foundry provider with Entra ID authentication ( #51973 )
...
* Microsoft Foundry: add native provider
* Microsoft Foundry: tighten review fixes
* Microsoft Foundry: enable by default
* Microsoft Foundry: stabilize API routing
2026-03-26 01:33:14 -05:00