## π Daily Status Report β July 23, 2026 Great momentum this week! The team has been shipping fast β especially around the VS Code designer V2 experience. Here's what's been happening: --- ## π Recent Commits (Last 3 Days) | Date | Change | |------|--------| | Jul 23 | `fix(vscode)`: V2 designer fixes (#9441) β runtime port, custom code build, run history tab | | Jul 23 | `test(vscode)`: Regression test for node description persistence on save (#9448) | | Jul 22 | `fix(vscode)`: Serialize latest store state when saving workflow (#9447) | | Jul 22 | `fix(vscode)`: Disable MI auth by default, prompt user to enable on startup (#9446) | | Jul 22 | `chore(deps)`: Bump dompurify 3.4.11 β 3.4.12 (#9444) | | Jul 21 | `fix(vscode)`: Fix Workflow save, token persistence (#9406) | | Jul 21 | `chore(ci)`: Migrate GitHub Actions to Node 24 runtimes (#9424) | | Jul 21 | `fix(vscode)`: Speed up startup dependency validation (#9430) | | Jul 21 | `feat(vscode)`: Enable Managed Identity option in connector setup (#9390) | | Jul 21 | `fix(vscode)`: Add new V2 designer panels, address V2 designer bugs (#9416) | | Jul 20 | `fix(vscode)`: Write machine-local path settings to User settings (#9429) | | Jul 20 | `chore(vscode-e2e)`: Group E2E scenarios into named shards (#9423) | --- ## π Open Pull Requests (10 open) | PR | Description | Author | Status | |----|-------------|--------|--------| | #9450 | `fix(ci)`: Auth agentic workflows via built-in GITHUB_TOKEN | `@takyyon` | π Just opened | | #9449 | `fix(vscode)`: Exclude local-only settings from portal deploy | `@lambrianmsft` | β pr-validated | | #9443 | `fix(designer-v2)`: Preserve MCP allowed-tools after connection create | `@ccastrotrejo` | β pr-validated | | #9442 | `fix(vscode)`: Auto-enable multi-language worker for JDBC connector | `@ccastrotrejo` | β pr-validated | | #9436 | `perf(vs-code-designer)`: Fast lstat fingerprint for bundle integrity | `@lambrianmsft` | β pr-validated | | #9431 | Refactor shared Standalone toolbox modules | `@ccastrotrejo` | π·οΈ needs-pr-update | | #9437 | `chore(vscode)`: Remove unit test from run handler V1 panel | `@andrew-eldridge` | β pr-validated | | #9420 | `fix`: Prevent HttpClient from sending "Authorization: undefined" | Copilot π€ | π Needs review | | #9419 | `fix`: Deep-merge nested file-only properties in mergeJsonParameters | Copilot π€ | π Needs review | | #9418 | `fix`: Throw on missing accessToken instead of returning "******" | Copilot π€ | π Needs review | --- ## π Notable Open Issues - **#9438** β π΄ `[Hybrid]` File System connection PATCH drops `/home/site/wwwroot` volume mount, app fails to start - **#9439** β π΄ `[Hybrid]` Adding a File System connection is not idempotent; duplicates/corrupts volume mounts Both are tagged `bug + needs-investigation` and look related β could be a single root cause worth pairing on. --- ## π Highlights & Trends - π§ **VS Code V2 Designer** is getting heavy love β save/restore, token persistence, run history, and custom code fixes all landed this week - π **Managed Identity** support in connector setup shipped (`feat` in #9390) - β‘ **Performance**: Startup validation and bundle integrity checks got faster - π **Security**: DOMPurify bumped, axios bumped, auth token handling improved - π€ **CI**: Node 20 β 24 migration completed; E2E test sharding improved - Three Copilot-generated PRs (#9418, #9419, #9420) awaiting human review --- ## β Recommended Next Steps 1. **Review** Copilot PRs #9418, #9419, #9420 β low-risk auth/HTTP fixes 2. **Merge** the 4 validated PRs (#9449, #9443, #9442, #9437) once CI is green 3. **Investigate** #9438 + #9439 together (Hybrid File System volume mount bug) 4. **Update** PR #9431 (needs-pr-update label) before it goes stale 5. **Monitor** PR #9450 (CI auth fix) β it addresses an expired PAT which may be blocking agentic workflow runs --- _Generated automatically Β· 2026-07-23T15:44 UTC_ > Generated by [Daily Repo Status](https://github.com/Azure/LogicAppsUX/actions/runs/30021781617) Β· sonnet46 31.1 AIC Β· β 5.41 AIC Β· β 7.3K Β· [β·](https://github.com/search?q=repo%3AAzure%2FLogicAppsUX+is%3Aissue+%22gh-aw-workflow-call-id%3A+Azure%2FLogicAppsUX%2Fdaily-repo-status%22&type=issues) > <details> <summary><sub>Add this agentic workflow to your repo</sub></summary> To install this agentic workflow, run ``` gh aw add githubnext/agentics/workflows/daily-repo-status.md@b0e9cfd3a20372ce7fe0462bb7bbca2272df4a88 ``` </details> <!-- gh-aw-agentic-workflow: Daily Repo Status, engine: copilot, version: 1.0.73, model: claude-sonnet-4.6, id: 30021781617, workflow_id: daily-repo-status, run: https://github.com/Azure/LogicAppsUX/actions/runs/30021781617 --> <!-- gh-aw-workflow-id: daily-repo-status --> <!-- gh-aw-workflow-call-id: Azure/LogicAppsUX/daily-repo-status -->
π Daily Status Report β July 23, 2026
Great momentum this week! The team has been shipping fast β especially around the VS Code designer V2 experience. Here's what's been happening:
π Recent Commits (Last 3 Days)
fix(vscode): V2 designer fixes (#9441) β runtime port, custom code build, run history tabtest(vscode): Regression test for node description persistence on save (#9448)fix(vscode): Serialize latest store state when saving workflow (#9447)fix(vscode): Disable MI auth by default, prompt user to enable on startup (#9446)chore(deps): Bump dompurify 3.4.11 β 3.4.12 (#9444)fix(vscode): Fix Workflow save, token persistence (#9406)chore(ci): Migrate GitHub Actions to Node 24 runtimes (#9424)fix(vscode): Speed up startup dependency validation (#9430)feat(vscode): Enable Managed Identity option in connector setup (#9390)fix(vscode): Add new V2 designer panels, address V2 designer bugs (#9416)fix(vscode): Write machine-local path settings to User settings (#9429)chore(vscode-e2e): Group E2E scenarios into named shards (#9423)π Open Pull Requests (10 open)
fix(ci): Auth agentic workflows via built-in GITHUB_TOKEN@takyyonfix(vscode): Exclude local-only settings from portal deploy@lambrianmsftfix(designer-v2): Preserve MCP allowed-tools after connection create@ccastrotrejofix(vscode): Auto-enable multi-language worker for JDBC connector@ccastrotrejoperf(vs-code-designer): Fast lstat fingerprint for bundle integrity@lambrianmsft@ccastrotrejochore(vscode): Remove unit test from run handler V1 panel@andrew-eldridgefix: Prevent HttpClient from sending "Authorization: undefined"fix: Deep-merge nested file-only properties in mergeJsonParametersfix: Throw on missing accessToken instead of returning "******"π Notable Open Issues
[Hybrid]File System connection PATCH drops/home/site/wwwrootvolume mount, app fails to start[Hybrid]Adding a File System connection is not idempotent; duplicates/corrupts volume mountsBoth are tagged
bug + needs-investigationand look related β could be a single root cause worth pairing on.π Highlights & Trends
featin feat(vscode): Enable MI option in connector setupΒ #9390)β Recommended Next Steps
Generated automatically Β· 2026-07-23T15:44 UTC
Add this agentic workflow to your repo
To install this agentic workflow, run