Skip to content

Commit f17ae94

Browse files
fix(chat): Some string change for agentic chat (aws#7063)
## Problem ## Solution ![image](https://github.com/user-attachments/assets/61c9bd5b-7801-42d2-acd0-a0407e497715) --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 16aa876 commit f17ae94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/amazonq/webview/ui/tabs/generator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ export class TabDataGenerator {
6262
header: {
6363
icon: 'code-block',
6464
iconStatus: 'primary',
65-
body: '## Pair programmer mode',
65+
body: '## Pair Programmer',
6666
},
6767
fullWidth: true,
6868
canBeDismissed: true,
69-
body: 'Pair code with Amazon Q, your virtual pair programmer that can work alongside you autonomously making real-time code changes on your behalf. \n\n Switch off pair programmer mode to get read-only responses from Q.',
69+
body: 'Amazon Q Developer chat can now write code and run shell commands on your behalf. Disable Pair Programmer if you prefer a read-only experience.',
7070
}
7171

7272
const regionProfileCard: ChatItem | undefined =
@@ -115,7 +115,7 @@ Enter \`/\` to view quick actions. Use \`@\` to add saved prompts, files, folder
115115
{
116116
type: 'switch',
117117
id: 'pair-programmer-mode',
118-
tooltip: 'Enable or disable pair programmer mode',
118+
tooltip: 'Enable or disable Pair Programmer',
119119
value: 'true',
120120
icon: 'code-block',
121121
},

0 commit comments

Comments
 (0)