Clarify user confirmation requirement in issue and pull request creation messages#2094
Merged
mattdholloway merged 2 commits intomainfrom Feb 25, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the clarity of user confirmation messages for issue and pull request operations in insiders mode with UI support. The changes make it explicit to AI agents that operations requiring user confirmation have NOT been completed yet, helping prevent misunderstandings about the state of these operations.
Changes:
- Enhanced confirmation messages for create_pull_request, create_issue, and update_issue operations to explicitly state the operation has not been completed and requires user confirmation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/github/pullrequests.go | Updated create_pull_request UI confirmation message to clarify operation is pending user confirmation |
| pkg/github/issues.go | Updated create_issue and update_issue UI confirmation messages to clarify operations are pending user confirmation |
tommaso-moro
approved these changes
Feb 25, 2026
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.
Summary
This pull request updates user-facing confirmation messages in the interactive issue and pull request creation/update workflows. The changes clarify that no action has been taken yet and that explicit user confirmation is required before proceeding.
Why
Fixes #
What changed
User-facing messaging improvements:
pkg/github/issues.go, updated the messages shown when preparing to create or update an issue to clearly state that the issue has NOT been created or updated yet, and that the user MUST confirm the operation.pkg/github/pullrequests.go, updated the message shown when preparing to create a pull request to clarify that the PR has NOT been created yet and requires explicit user confirmation.MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
deprecated_tool_aliases.goNote: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.
Lint & tests
./script/lint./script/testDocs