π LogicAppsUX Daily Status β May 7, 2026
Auto-generated daily health check for the Azure Logic Apps UX monorepo.
π Latest Release
v5.956.0 β published yesterday (May 6)
VS Code extension VSIX: vscode-azurelogicapps-5.956.0.vsix (15.6 MB, 8 downloads already!)
Agent Chat IFrames bundle also shipped
π¬ Recent Merged Work (Last 7 Days)
Date
Contribution
May 5
π§ͺ test(vscode): Add appendLog mock for enableDevContainer integration test (#9127 )
May 1
π fix(designer): Extract useRawInputsOutputs hook to fix portal freeze (#9129 )
Apr 29
π fix(designer): Fix infinite recursive nesting in monitoring run history values (#9123 )
Apr 28
β¨ feat(DesignerV2): Workflow Assistant v3 backend integration (#9120 )
Apr 28
π fix(vscode): Improve dev-container onboarding & local debug startup (#9080 )
Apr 28
π chore(Deps): Security dependency updates (#9106 )
Apr 28
β¨ feat(designer): Agent Harness tab for consumption agent workflows (#9119 )
Apr 24
π fix(designer): Restore deploymentModelProperties for AzureOpenAI serialization (#9110 )
Apr 23
π fix(a2a-core): Prevent DOM XSS via consentLink and chat hijacking via agentCard
Great velocity this week β security fixes, a nasty portal freeze resolved, and exciting AI/Agent features landing! π
π§ Open Pull Requests (20 open)
π₯ Active Feature Work
PR
Area
Description
#8691
VS Code
feat: Deploy to Azure webview and deploy flow
#8626
VS Code
feat: Container support for extension dependencies
#7887
VS Code
feat: "Generate tests" command for full branch coverage
#8828
VS Code
feat: Additional C# LSP server functionality
#9072
Designer V2
feat: hiddenBrowseCategories configuration option
#6930
Designer
feat: Remove hard-coded AI operations from Consumption (move to backend API)
#8718
Data Mapper V2
feat: Make XSLT the source of truth for map definitions
#8542
Designer
feat: Direct standalone initialization
π Awaiting Review β Bug Fixes
PR
Description
#9130
fix(designer-v2): Correct actiontype filter value
#9108
fix(designer): Restore deploymentModelProperties for AzureOpenAI agent connections
#8921
fix(designers): Improve action name validation
#8852
fix(designer): Dynamic invoke calls for invokeWorkflow action
#8834
fix(designer): Update Hybrid API endpoint for Fetching A2A Keys
#8858
fix(vscode): Fix log subscriptions telemetry
#8607
fix(vscode): Prompt for Azure connector details on new workflows
π¦ Dependency Updates (Dependabot)
π‘ Tip : The Dependabot PRs are low-risk and worth quick merges to keep the dependency graph tidy.
π Open Issues Needing Attention
Issue
Priority Area
#9144
VS Code: Deployed logic app fails to open in portal (prolonged loading)
#9143
VS Code: Run Trigger button disabled and workflow runtime URL vanishes
#8906
VS Code: Error opening Logic App workspace in duplicate folder
#9084
Portal failing to get authentication token β rendering issues
#8905
SQL + NuGet bundle errors on deployed logic app
#8280
Last parameter value not saved correctly (only first char stored)
#6825
Creating a new API connection not functioning correctly
π― Active Themes & Progress
π€ AI/Agent Features β High Momentum
π οΈ VS Code Extension β Rapid Development
π¬ DesignerV2 Modernization
π Data Mapper V2
β
Recommended Next Steps
Review & merge quick bug fix PRs: fix(designer-v2): change actiontype filter value from 'trigger' to 'triggers'Β #9130 , fix(designer): restore deploymentModelProperties for AzureOpenAI agent connectionsΒ #9108 , fix(designers): Improving action name validationΒ #8921 , fix(vscode): Fix log subscriptions telemetryΒ #8858 β all appear focused and low-risk
Triage VS Code runtime issues (VS Code: Run Trigger button is currently disabled and workflow runtime URL vanishes after some time for deployed logic appsΒ #9143 , VS Code: Deployed logic app fails to open in the portal with prolonged loading and no content displayed.Β #9144 ) β users are hitting blockers with debug/run flows
Merge Dependabot PRs (chore(deps-dev): bump uuid from 10.0.0 to 14.0.0Β #9102 , chore(deps-dev): bump postcss from 8.5.6 to 8.5.10Β #9121 , chore(deps): bump happy-dom from 20.0.2 to 20.8.9Β #8980 ) to keep security posture clean
Investigate the parameter save bug (Last parameter value not saved correctly, only first character is stored when saving multiple parameters.Β #8280 ) β data loss is high-impact for users
Prioritize the "Deploy to Azure" PR (feat(vscode): add "Deploy to Azure" webview and deploy flow (create Logic App without wizard)Β #8691 ) β this is a high-value feature for VS Code users
π€ Generated automatically β’ View all open PRs β’ View all open issues
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 .
π LogicAppsUX Daily Status β May 7, 2026
π Latest Release
v5.956.0 β published yesterday (May 6)
vscode-azurelogicapps-5.956.0.vsix(15.6 MB, 8 downloads already!)π¬ Recent Merged Work (Last 7 Days)
test(vscode): AddappendLogmock forenableDevContainerintegration test (#9127)fix(designer): ExtractuseRawInputsOutputshook to fix portal freeze (#9129)fix(designer): Fix infinite recursive nesting in monitoring run history values (#9123)feat(DesignerV2): Workflow Assistant v3 backend integration (#9120)fix(vscode): Improve dev-container onboarding & local debug startup (#9080)chore(Deps): Security dependency updates (#9106)feat(designer): Agent Harness tab for consumption agent workflows (#9119)fix(designer): RestoredeploymentModelPropertiesfor AzureOpenAI serialization (#9110)fix(a2a-core): Prevent DOM XSS viaconsentLinkand chat hijacking viaagentCardGreat velocity this week β security fixes, a nasty portal freeze resolved, and exciting AI/Agent features landing! π
π§ Open Pull Requests (20 open)
π₯ Active Feature Work
feat: Deploy to Azure webview and deploy flowfeat: Container support for extension dependenciesfeat: "Generate tests" command for full branch coveragefeat: Additional C# LSP server functionalityfeat:hiddenBrowseCategoriesconfiguration optionfeat: Remove hard-coded AI operations from Consumption (move to backend API)feat: Make XSLT the source of truth for map definitionsfeat: Direct standalone initializationπ Awaiting Review β Bug Fixes
fix(designer-v2): Correctactiontypefilter valuefix(designer): RestoredeploymentModelPropertiesfor AzureOpenAI agent connectionsfix(designers): Improve action name validationfix(designer): Dynamic invoke calls forinvokeWorkflowactionfix(designer): Update Hybrid API endpoint for Fetching A2A Keysfix(vscode): Fix log subscriptions telemetryfix(vscode): Prompt for Azure connector details on new workflowsπ¦ Dependency Updates (Dependabot)
uuid10 β 14postcss8.5.6 β 8.5.10happy-dom20.0.2 β 20.8.9π Open Issues Needing Attention
π― Active Themes & Progress
π€ AI/Agent Features β High Momentum
π οΈ VS Code Extension β Rapid Development
π¬ DesignerV2 Modernization
hiddenBrowseCategoriesconfig option in review (feat(designer-v2): Add hiddenBrowseCategories configuration optionΒ #9072)π Data Mapper V2
β Recommended Next Steps
π€ Generated automatically β’ View all open PRs β’ View all open issues