π Daily Status Report β March 23, 2026
Hey Logic Apps UX team! Big day today β a hotfix release just shipped and there's exciting momentum across agentic features, MCP server support, and VS Code tooling. Let's take a look! π
π·οΈ Latest Release
v0.444.9 β released today from hotfix/v0.444
- π¦ VS Code extension:
vscode-azurelogicapps-0.444.9.vsix
- π¬ Agent Chat IFrames:
AgentChatIFrames-0.444.9.zip
π Recent Merged Activity (Last 7 Days)
| Date |
Change |
| Mar 23 |
Add FlatFileSchemaGeneration as recognized built-in operation type (#8890) |
| Mar 20 |
fix(Designer): Add null safety to localeCompare in connector sort (#8949) |
| Mar 20 |
feat(knowledge): Adding create new hub and artifacts experience in knowledge wizard (#8937) |
| Mar 19 |
fix(DesignerV2): Fixed issue with dd fallback on initial load (#8943) |
| Mar 19 |
chore(Standalone): Updated standalone wf copilot system prompt (#8941) |
| Mar 18 |
feat(knowledge): Add list view and delete for knowledge hubs in wizard (#8933) |
| Mar 16 |
feat(designer): Foundry agent edit persistence, v2 proxy port, loading state, and agent name sync (#8928) |
| Mar 16 |
Remove hardcoded gpt-4o-mini default from consumption agent loop Manifest (#8908) |
| Mar 16 |
feat(designer): Foundry proxy, inline create agent, and eager RBAC (#8916) |
π₯ Knowledge hub features continue their rapid rollout β create, list, delete, and connection creation all shipped this week!
π Open Pull Requests (19 total)
β
Validated & Ready to Merge
| PR |
Description |
Author |
| #8950 |
fix(designer): Resolve RBAC propagation delay causing Foundry proxy failures |
@ccastrotrejo |
| #8901 |
Add MCP server support for Consumption Logic Apps |
@Bhavd13 |
| #8834 |
fix(designer): Update Hybrid API endpoint for Fetching A2A Keys |
@Eric-B-Wu |
| #8858 |
fix(vscode): Fix log subscriptions telemetry |
@andrew-eldridge |
| #8626 |
feat(vscode): Container support for extension dependencies |
@lambrianmsft |
| #8542 |
feat(Designer): Direct standalone initialization |
@rllyy97 |
| #8718 |
feat(data-mapper-v2): Make XSLT the source of truth for map definitions β οΈ high risk |
@hartra344 |
| #7887 |
feat(vscode): "Generate tests" command for full branch coverage |
@andrew-eldridge |
π Needs Update / In Progress
| PR |
Description |
Author |
| #8953 |
Mcp2 |
@Bhavd13 |
| #8932 |
feat(designer): Agent evaluations tab |
@andrew-eldridge |
| #8828 |
feat(vscode): Adding additional csharp lsp server functionality |
@lambrianmsft |
| #8852 |
fix(designer): Support dynamic invoke calls for invokeWorkflow action |
@preetriti1 |
| #8691 |
feat(vscode): Add "Deploy to Azure" webview and deploy flow |
@lambrianmsft |
π Other Notable PRs
π Open Issues Needing Attention (14 open)
| # |
Issue |
| #8945 |
Monitoring View fails to open when clicking "Show Raw Inputs/Outputs" |
| #8944 |
"Cannot set properties of undefined" error when clicking Run button |
| #8905 |
Bundle_SQL_Nuget: Deployed logic app shows error in SQL and NuGet artifacts |
| #8823 |
Publish button remains disabled after adding Trigger/Actions |
| #8655 |
Consumption: Save button in Code View doesn't save without changes |
| #8571 |
Publish button remains enabled for empty workflow |
| #8559 |
Request Trigger text still says 'Save' instead of 'Publish' |
| #8420 |
Unable to switch between Designer and Code View |
π Highlights & Themes
- π€ Agentic/AI Expansion β Foundry proxy, inline agent creation, eager RBAC, and MCP server support for Consumption all landing at once. Huge momentum!
- π Knowledge Hub β The feature is rapidly maturing with create, list, delete, and connection flows all shipping this week.
- π» VS Code Tooling β E2E test pipeline, C# LSP server, .NET 10 support, container dependencies, and Deploy-to-Azure all progressing in parallel.
- πΊοΈ Data Mapper v2 β XSLT-as-source-of-truth PR is validated and ready β big architectural improvement!
β
Recommended Next Steps
Keep up the amazing work, team! The pace of agentic and VS Code improvements is impressive. πͺ
Generated by Daily Repo Status
To install this workflow, run gh aw add githubnext/agentics/workflows/daily-repo-status.md@b0e9cfd3a20372ce7fe0462bb7bbca2272df4a88. View source at https://github.com/githubnext/agentics/tree/b0e9cfd3a20372ce7fe0462bb7bbca2272df4a88/workflows/daily-repo-status.md.
π Daily Status Report β March 23, 2026
Hey Logic Apps UX team! Big day today β a hotfix release just shipped and there's exciting momentum across agentic features, MCP server support, and VS Code tooling. Let's take a look! π
π·οΈ Latest Release
v0.444.9 β released today from
hotfix/v0.444vscode-azurelogicapps-0.444.9.vsixAgentChatIFrames-0.444.9.zipπ Recent Merged Activity (Last 7 Days)
Add FlatFileSchemaGeneration as recognized built-in operation type(#8890)fix(Designer): Add null safety to localeCompare in connector sort(#8949)feat(knowledge): Adding create new hub and artifacts experience in knowledge wizard(#8937)fix(DesignerV2): Fixed issue with dd fallback on initial load(#8943)chore(Standalone): Updated standalone wf copilot system prompt(#8941)feat(knowledge): Add list view and delete for knowledge hubs in wizard(#8933)feat(designer): Foundry agent edit persistence, v2 proxy port, loading state, and agent name sync(#8928)Remove hardcoded gpt-4o-mini default from consumption agent loop Manifest(#8908)feat(designer): Foundry proxy, inline create agent, and eager RBAC(#8916)π₯ Knowledge hub features continue their rapid rollout β create, list, delete, and connection creation all shipped this week!
π Open Pull Requests (19 total)
β Validated & Ready to Merge
fix(designer): Resolve RBAC propagation delay causing Foundry proxy failures@ccastrotrejoAdd MCP server support for Consumption Logic Apps@Bhavd13fix(designer): Update Hybrid API endpoint for Fetching A2A Keys@Eric-B-Wufix(vscode): Fix log subscriptions telemetry@andrew-eldridgefeat(vscode): Container support for extension dependencies@lambrianmsftfeat(Designer): Direct standalone initialization@rllyy97feat(data-mapper-v2): Make XSLT the source of truth for map definitions@hartra344feat(vscode): "Generate tests" command for full branch coverage@andrew-eldridgeπ Needs Update / In Progress
Mcp2@Bhavd13feat(designer): Agent evaluations tab@andrew-eldridgefeat(vscode): Adding additional csharp lsp server functionality@lambrianmsftfix(designer): Support dynamic invoke calls for invokeWorkflow action@preetriti1feat(vscode): Add "Deploy to Azure" webview and deploy flow@lambrianmsftπ Other Notable PRs
@lambrianmsft) π@Santiagosala2)@andrew-eldridge)π Open Issues Needing Attention (14 open)
π Highlights & Themes
β Recommended Next Steps
needs-pr-update(feat(designer): Agent evaluations tabΒ #8932, feat(vscode) - Adding additional csharp lsp server functionalityΒ #8828, fix(designer): Adding support for dynamic invoke calls for invokeWorkflow actionΒ #8852, feat(vscode): add "Deploy to Azure" webview and deploy flow (create Logic App without wizard)Β #8691) β ping authors to rebase/updateKeep up the amazing work, team! The pace of agentic and VS Code improvements is impressive. πͺ