openclaw/extensions/microsoft-foundry
oliviareid-svg 337f1b2a42
fix(microsoft-foundry): replace unsafe non-null assertion in subscription lookup (#62742)
subs.find() can return undefined if the selected subscription ID does not match any enabled subscription. Replace the unsafe non-null assertion with an explicit guard and descriptive error.

Co-authored-by: oliviareid-svg <oliviareid@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-11 03:59:34 -05:00
..
auth.ts fix(microsoft-foundry): replace unsafe non-null assertion in subscription lookup (#62742) 2026-05-11 03:59:34 -05:00
cli.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
index.test.ts fix(microsoft-foundry): replace unsafe non-null assertion in subscription lookup (#62742) 2026-05-11 03:59:34 -05:00
index.ts
onboard.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
openclaw.plugin.json perf: mark provider plugins startup lazy 2026-04-28 04:33:47 +01:00
package.json chore(release): prepare 2026.5.10-beta.1 2026-05-10 06:13:38 +01:00
provider.ts
runtime.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
shared-runtime.ts
shared.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
tsconfig.json