π Daily Status Report β May 3, 2026
Good morning, Logic Apps UX team! Here's your daily snapshot of repo activity. The team has been shipping great work β especially around stability fixes and exciting new AI features! π
π Latest Release
Release
Published
Highlights
v5.294.7
May 1, 2026
π§ Critical portal freeze fix β extracted useRawInputsOutputs hook
v5.954.1
Apr 30, 2026
Follow-up fixes for monitoring run history
v5.954.0
Apr 30, 2026
Fix for infinite recursive nesting in monitoring run history values
β
Recently Merged PRs (Last 7 Days)
PR
Title
Author
#9132
fix(designer): Extract useRawInputsOutputs hook to fix portal freeze
@Elaina-Lee
#9129
fix(designer): Extract useRawInputsOutputs hook to fix portal freeze
@takyyon
#9126
fix(designer): Fix infinite recursive nesting in monitoring run history values
@takyyon
#9123
fix(designer): Fix infinite recursive nesting in monitoring run history values
@takyyon
#9120
feat(DesignerV2): Workflow assistant v3 backend integration π€
@rllyy97
#9119
feat(designer): Add Agent Harness tab for consumption agent workflows (v1)
@Elaina-Lee
#9106
chore(Deps): Updated deps for security
@rllyy97
#9080
fix(vscode): Improve dev-container onboarding and local debug startup
@lambrianmsft
#9061
feat(designer): Add Agent Harness tab for consumption agent workflows
@Elaina-Lee
9 PRs merged in the past week β excellent velocity! π―
π Active Open PRs (Needs Attention)
PR
Title
Author
Updated
#9127
fix(vscode): Fix enableDevContainer output channel mock
@lambrianmsft
Apr 29
#8607
fix(vscode): Prompt for azure connector details and start design-time host
@andrew-eldridge
Apr 29
#9121
chore(deps-dev): bump postcss from 8.5.6 to 8.5.10
dependabot
Apr 28
#8980
chore(deps): bump happy-dom from 20.0.2 to 20.8.9
dependabot
Apr 28
#8828
feat(vscode): Adding additional C# LSP server functionality
@lambrianmsft
Apr 23
π Open Issues (Recently Active)
Issue
Title
#9131
β οΈ autoCreateConnectionIfPossible fires in a loop due to unguarded effect
#9113
[New Experiment]: Code and Run History blade not clickable after initial publish
#9104
Logic App Std - Azure DevOps connector API connection Edit/Save gives an error
#9084
Portal authentication token issues causing render failure
#9039
Issue Triage Agent failure
π Highlights & Themes This Week
π€ AI & Agent Features Front and Center
The team is making big strides on agent-related UX! The Agent Harness tab for consumption workflows landed (PRs #9061 and #9119 ), and Designer V2 got Workflow Assistant v3 backend integration (#9120 ). AI-powered workflows are clearly a top priority.
π§ Stability Wins
Two critical fixes shipped in quick succession:
These were important enough to trigger hotfix releases, which shows great responsiveness. πͺ
π‘οΈ Security & Dependencies
chore(Deps) security update (#9106 ) and two Dependabot PRs pending review β worth merging promptly!
π Recommended Next Steps
Merge or triage Dependabot PRs (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 ) β security/dep updates waiting
Review #9131 β autoCreateConnectionIfPossible loop could impact UX in production
Progress long-running VS Code PRs β fix(vscode): Prompt for azure connector details and start design-time host on new projectsΒ #8607 , feat(vscode) - Adding additional csharp lsp server functionalityΒ #8828 have been open for a while
Review C# LSP server work (feat(vscode) - Adding additional csharp lsp server functionalityΒ #8828 ) β significant feature, may need prioritization
Test consumption agent harness β two PRs landed this week; validate integration is solid
π
Report generated: May 3, 2026 | Repo: Azure/LogicAppsUX
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 β May 3, 2026
Good morning, Logic Apps UX team! Here's your daily snapshot of repo activity. The team has been shipping great work β especially around stability fixes and exciting new AI features! π
π Latest Release
useRawInputsOutputshookβ Recently Merged PRs (Last 7 Days)
useRawInputsOutputshook to fix portal freeze@Elaina-LeeuseRawInputsOutputshook to fix portal freeze@takyyon@takyyon@takyyon@rllyy97@Elaina-Lee@rllyy97@lambrianmsft@Elaina-Leeπ Active Open PRs (Needs Attention)
@lambrianmsft@andrew-eldridge@lambrianmsftπ Open Issues (Recently Active)
autoCreateConnectionIfPossiblefires in a loop due to unguarded effectπ Highlights & Themes This Week
π€ AI & Agent Features Front and Center
The team is making big strides on agent-related UX! The Agent Harness tab for consumption workflows landed (PRs #9061 and #9119), and Designer V2 got Workflow Assistant v3 backend integration (#9120). AI-powered workflows are clearly a top priority.
π§ Stability Wins
Two critical fixes shipped in quick succession:
useRawInputsOutputshook extraction resolves infinite re-renders caused by TanStack Query's placeholderData inline object references (fix(designer): Extract useRawInputsOutputs hook to fix portal freezeΒ #9129, fix(designer): Extract useRawInputsOutputs hook to fix portal freezeΒ #9132)These were important enough to trigger hotfix releases, which shows great responsiveness. πͺ
π‘οΈ Security & Dependencies
chore(Deps)security update (#9106) and two Dependabot PRs pending review β worth merging promptly!π Recommended Next Steps
#9131βautoCreateConnectionIfPossibleloop could impact UX in production