Skip to content

Improve coding agent prompt title and description for consistency and clarity #7275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 10, 2025

This PR improves the phrasing of the coding agent prompt to enhance consistency and provide better transparency about the process.

Changes Made

Title: Changed "Copilot coding agent will continue your work..." to "Coding agent will continue your work..."

Description: Enhanced the description to mention branch creation: "Your current chat session will end, and its context will be used to continue your work in a new branch and pull request."

Motivation

The original prompt had inconsistencies in terminology:

  • The cloud tooltip says "Delegate to coding agent" (no mention of "Copilot")
  • The session logs are titled "Coding Agent Session Log"
  • But the prompt title said "Copilot coding agent"

Additionally, the description didn't mention that a new branch would be created, which provides important transparency about what happens during the process.

Before and After

Before:
Original prompt

After:
The title now reads "Coding agent will continue your work in 'repository'" and the description mentions "new branch and pull request".

Key Improvements

Consistency: Removed "Copilot" from title to match tooltip and session logs
Clarity: Added "new branch" to description for better transparency
Alignment: Title now matches the established phrasing approach used elsewhere

The changes are minimal and surgical, affecting only the localized strings in the commandImpl method of CopilotRemoteAgentManager.

Fixes #7250.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Coding agent prompt title and phrasing Improve coding agent prompt title and description for consistency and clarity Jul 10, 2025
@Copilot Copilot AI requested a review from bamurtaugh July 10, 2025 21:18
Copilot finished work on behalf of bamurtaugh July 10, 2025 21:18
@bamurtaugh bamurtaugh requested review from joshspicer and alexr00 July 10, 2025 22:53
@bamurtaugh bamurtaugh marked this pull request as ready for review July 10, 2025 22:53
@vs-code-engineering vs-code-engineering bot added this to the July 2025 milestone Jul 10, 2025
@@ -306,8 +306,8 @@ export class CopilotRemoteAgentManager extends Disposable {
};

let autoPushAndCommit = false;
const message = vscode.l10n.t('Copilot coding agent will continue your work in \'{0}\'.', repoName);
const detail = vscode.l10n.t('Your current chat session will end, and its context will be used to continue your work in a new pull request.');
const message = vscode.l10n.t('Coding agent will continue your work in \'{0}\'.', repoName);
Copy link
Member

Choose a reason for hiding this comment

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

I think this (and the instance below) should be The coding agent, but open to feedback

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated both instances to use "The coding agent" for better grammar and consistency. Changes are in commit 77501be.

Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com>
Copilot finished work on behalf of bamurtaugh July 10, 2025 23:13
@Copilot Copilot AI requested a review from bamurtaugh July 10, 2025 23:13
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.

Coding agent prompt title and phrasing
2 participants