π LogicAppsUX Daily Status β May 19, 2026
Good morning, team! Here's your daily snapshot of what's happening across the Azure Logic Apps UX monorepo. π
π Latest Release
v5.961.2 β Released yesterday (May 18)
- Hotfix release on the
hotfix/v5.961 branch
- Includes:
feat(DesignerV2): Improve WF Assistant tool calling flow
- Assets: VS Code extension
.vsix + Agent Chat IFrames zip
π Recent Merges (Last ~48 Hours)
| PR |
Description |
| #9186 |
feat(DesignerV2): Improve WF Assistant tool calling flow |
| #9167 |
fix(DesignerV2): Include connectionReference in discover_connectors results |
| #9142 |
feat(vscode): Codeful Public Preview π |
| #9161 |
fix(vscode): Reduce E2E Test Flakiness |
| #9148 |
fix(vscode): Prevent multiple Create clicks in convert-to-workspace webview |
| #9155 |
fix(vscode): Remove devcontainer extension dependency + fix undefined start path |
| #9169 |
Revert .NET 10 custom code support for v5.959 hotfix |
ποΈ Open Pull Requests (20 open)
π₯ High Priority / Risk
- #9181
perf(ci): Strict per-scenario VS Code E2E matrix (risk:high, pr-validated) β Step 3 of VS Code E2E CI restructuring stack
π§ CI & Performance Improvements
- #9178
perf(ci): Add setup-extension-build shared job + fix .turbo cache key (Step 1)
- #9180
test(vscode-e2e): Split createWorkspace + add rulesEngine runtime coverage (Step 2)
- #9164
perf(vscode): Parallelize E2E matrix + harden runtime readiness (risk:medium)
- #9141 Chore: Update Node.js from 20 β 24 across CI, packages, and extension
β¨ Features
- #9188
fix(DesignerV2): Persist search term in Redux to prevent reset (pr-validated)
- #9158 Add Hybrid (Container Apps) deployment script generation for ADO (risk:medium)
- #9072
feat(designer-v2): Add hiddenBrowseCategories configuration option
- #8828
feat(vscode): Additional C# LSP server functionality
π Bug Fixes
- #9147
fix(vscode): Stop debug startup on Azurite readiness timeout (risk:medium)
- #9130
fix(designer-v2): Change actiontype filter value from 'trigger' to 'triggers'
- #9108
fix(designer): Restore deploymentModelProperties for AzureOpenAI agent connections
π¦ Dependencies
- #9152 Bump axios
1.15.0 β 1.15.2
- #9102 Bump uuid
10.0.0 β 14.0.0 (major!)
- #9121 Bump postcss
8.5.6 β 8.5.10
- #8980 Bump happy-dom
20.0.2 β 20.8.9
π Open Issues (Needs Attention)
| # |
Title |
Priority |
| #9189 |
Custom MCP Connector: New connections missing auth dropdown |
π΄ New |
| #9131 |
autoCreateConnectionIfPossible fires in loop (unguarded useEffect) |
π΄ Bug |
| #9136 |
Agent Loop: duplicate key error + MCP OAuth broken |
π΄ Bug |
| #9174 |
No agent log in designer v2 |
π‘ Feature gap |
| #9173 |
Search text doesn't stay filtered when enlarging |
π‘ UX |
| #9165 |
Respect Color Themes for Visually Impaired |
π‘ Accessibility |
| #9146 |
Conditional runAfter statuses don't persist after save |
π‘ Bug |
| #9144 |
VS Code: Deployed logic app fails to open in portal |
π‘ Bug |
Recently Closed π
- #9176 New Designer: trigger search also returning actions β fixed
π Highlights & Trends
π€ AI/Workflow Assistant β Big Week!
The Workflow Assistant (WF Assistant) in Designer V2 is getting significant investment:
- Tool calling flow improved (merged β hotfixed to v5.961.2 same day!)
connectionReference now included in discover_connectors results
- Backend integration for v3 recently landed
π§ͺ VS Code E2E CI Restructuring Stack
A coordinated 3-PR stack (#9179 β #9178 β #9180 β #9181) is targeting sub-15-minute E2E CI times. This is a great effort to keep developer velocity high. π
π Codeful Public Preview
#9142 landed β VS Code Codeful Public Preview is now merged! Big milestone for the VS Code experience.
β
Recommended Next Steps for Maintainers
- π΄ Triage #9189 β Custom MCP Connector auth dropdown missing is blocking new connections
- π΄ Investigate #9131 β Infinite loop in
autoCreateConnectionIfPossible could cause portal performance issues
- π Review and merge #9188 β Low-risk fix for search term persistence (already pr-validated)
- π¦ Evaluate #9102 β uuid major version bump (v10 β v14) needs careful review for breaking changes
- ποΈ Advance the E2E CI stack β PRs #9178, #9179, #9180 are ready for review
- π Node.js 24 upgrade #9141 β Worth landing soon to stay on a supported LTS
Auto-generated daily status report. Current release: v5.961.2 | Open PRs: 20 | Open Issues: ~15 active
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 19, 2026
Good morning, team! Here's your daily snapshot of what's happening across the Azure Logic Apps UX monorepo. π
π Latest Release
v5.961.2 β Released yesterday (May 18)
hotfix/v5.961branchfeat(DesignerV2): Improve WF Assistant tool calling flow.vsix+ Agent Chat IFrames zipπ Recent Merges (Last ~48 Hours)
feat(DesignerV2): Improve WF Assistant tool calling flowfix(DesignerV2): Include connectionReference in discover_connectors resultsfeat(vscode): Codeful Public Preview πfix(vscode): Reduce E2E Test Flakinessfix(vscode): Prevent multiple Create clicks in convert-to-workspace webviewfix(vscode): Remove devcontainer extension dependency + fix undefined start pathποΈ Open Pull Requests (20 open)
π₯ High Priority / Risk
perf(ci): Strict per-scenario VS Code E2E matrix (risk:high, pr-validated) β Step 3 of VS Code E2E CI restructuring stackπ§ CI & Performance Improvements
perf(ci): Add setup-extension-build shared job + fix .turbo cache key (Step 1)test(vscode-e2e): Split createWorkspace + add rulesEngine runtime coverage (Step 2)perf(vscode): Parallelize E2E matrix + harden runtime readiness (risk:medium)β¨ Features
fix(DesignerV2): Persist search term in Redux to prevent reset (pr-validated)feat(designer-v2): AddhiddenBrowseCategoriesconfiguration optionfeat(vscode): Additional C# LSP server functionalityπ Bug Fixes
fix(vscode): Stop debug startup on Azurite readiness timeout (risk:medium)fix(designer-v2): Change actiontype filter value from'trigger'to'triggers'fix(designer): Restore deploymentModelProperties for AzureOpenAI agent connectionsπ¦ Dependencies
1.15.0 β 1.15.210.0.0 β 14.0.0(major!)8.5.6 β 8.5.1020.0.2 β 20.8.9π Open Issues (Needs Attention)
autoCreateConnectionIfPossiblefires in loop (unguarded useEffect)Recently Closed π
π Highlights & Trends
π€ AI/Workflow Assistant β Big Week!
The Workflow Assistant (WF Assistant) in Designer V2 is getting significant investment:
connectionReferencenow included indiscover_connectorsresultsπ§ͺ VS Code E2E CI Restructuring Stack
A coordinated 3-PR stack (#9179 β #9178 β #9180 β #9181) is targeting sub-15-minute E2E CI times. This is a great effort to keep developer velocity high. π
π Codeful Public Preview
#9142 landed β VS Code Codeful Public Preview is now merged! Big milestone for the VS Code experience.
β Recommended Next Steps for Maintainers
autoCreateConnectionIfPossiblecould cause portal performance issuesAuto-generated daily status report. Current release: v5.961.2 | Open PRs: 20 | Open Issues: ~15 active