Skip to content

Add ready message when creating from PR - #333968

Merged
Alex Ross (alexr00) merged 3 commits into
mainfrom
alexr00/weak-moth
Sep 2, 2026
Merged

Add ready message when creating from PR#333968
Alex Ross (alexr00) merged 3 commits into
mainfrom
alexr00/weak-moth

Conversation

@alexr00

Copy link
Copy Markdown
Member

Fixes #331194

Copilot AI balanced review requested due to automatic review settings September 2, 2026 10:49
@alexr00
Alex Ross (alexr00) enabled auto-merge (squash) September 2, 2026 10:49
@alexr00 Alex Ross (alexr00) self-assigned this Sep 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Failed or cancelled bootstrap requests currently produce a misleading success message.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review tier: Balanced
Findings: 1 Medium severity

New issues introduced by this change (1)
Severity Finding
Medium severity src/​vs/​sessions/​contrib/​chat/​browser/​chatView.tshiddenRequestIncomplete === false means only that the response reached any terminal state.…
What changed in this PR

Adds a completion message confirming when a pull-request session is ready.

Changes:

  • Persists an optional transcript-context ready message.
  • Displays completed preparation with a checkmark.
  • Adds PR-specific messaging and regression tests.
File Description
chatVariableEntries.ts Persists ready messages.
chatWidget.ts Renders completed transcript progress.
stateToProgressAdapter.test.ts Tests metadata restoration.
pullRequestPicker.ts Defines the PR-ready message.
pullRequestPicker.test.ts Tests PR attachment output.
chatView.ts Selects pending or completed progress.
chatView.test.ts Tests completion visibility.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/vs/sessions/contrib/chat/browser/chatView.ts Outdated
@alexr00
Alex Ross (alexr00) marked this pull request as draft September 2, 2026 10:54
auto-merge was automatically disabled September 2, 2026 10:54

Pull request was converted to draft

@alexr00
Alex Ross (alexr00) marked this pull request as ready for review September 2, 2026 11:14
@alexr00
Alex Ross (alexr00) enabled auto-merge (squash) September 2, 2026 11:14
@alexr00
Alex Ross (alexr00) merged commit 359cba2 into main Sep 2, 2026
40 checks passed
@alexr00
Alex Ross (alexr00) deleted the alexr00/weak-moth branch September 2, 2026 12:00
@vs-code-engineering vs-code-engineering Bot added this to the 1.137.0 milestone Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclear when a PR check out was finished

3 participants