feat(vscode): add stateless codeful template - #9607
Open
Brian Lam (lambrianmsft) wants to merge 5 commits into
Open
feat(vscode): add stateless codeful template#9607Brian Lam (lambrianmsft) wants to merge 5 commits into
Brian Lam (lambrianmsft) wants to merge 5 commits into
Conversation
Auto-generated by Graphify after source code changes. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Brian Lam (lambrianmsft)
September 9, 2026 01:52
View session
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change needed |
| Commit Type | ✅ | Optionally align label to feat |
| Risk Level | ✅ | Medium is correct |
| What & Why | ✅ | No change needed |
| Impact of Change | ✅ | No change needed |
| Test Plan | ✅ | Unit tests confirmed |
| Contributors | Credit PMs/designers if any | |
| Screenshots/Videos | Optional: add a screenshot of the new option |
✅ This PR passes all required checks. Nice work — thorough tests and a well-structured description. The two warnings are optional and do not block merge.
Powered by: Copilot CLI (claude-opus-4.8) | Last updated: Wed, 09 Sep 2026 20:12:10 GMT
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Adds the missing Stateless workflow option and C# scaffold for codeful Logic Apps. Codeful workspace creation already supported Stateful, Autonomous agent, and Conversational agent workflows, while the shared workflow model defined a Stateless codeful type that was not exposed or generated. This change completes that end-to-end contract, discovers created Stateless workflows with the correct runtime kind, and makes them selectable in the existing Update debug mode command so
WithStatelessRunHistorycan be enabled and executed runs appear on Overview.Impact of Change
Microsoft.Azure.Workflows.Sdk; run-history persistence stays opt-in through the existing debug-mode setting.Test Plan
vs-code-reactandvs-code-designer; generated Stateless C# template compiled against the bundledMicrosoft.Azure.Workflows.Sdkwith 0 warnings and 0 errors; VS Code extension bundle completed successfully. The repository type-check still reports pre-existing errors in unrelated files.Contributors
Copilot
Screenshots/Videos
N/A - this adds an option to the existing workflow type dropdown and review summary without changing styling or layout.