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
This commit is contained in:
MetaX e|acc
2026-03-26 14:33:14 +08:00
committed by GitHub
parent 06de515b6c
commit a16dd967da
13 changed files with 2588 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@openclaw/microsoft-foundry",
"version": "2026.3.14",
"private": true,
"description": "OpenClaw Microsoft Foundry provider plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}