Skip to content

Commit 10c436c

Browse files
Merge master into feature/amazonq
2 parents 8959cce + 84971ce commit 10c436c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q FeatureDev: update welcome message and menu item description for /dev command"
4+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class FollowUpGenerator {
4747
text: 'Would you like to follow up with',
4848
options: [
4949
{
50-
pillText: 'What are some examples?',
50+
pillText: 'What are some examples of tasks?',
5151
type: 'DevExamples',
5252
},
5353
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class QuickActionGenerator {
3030
command: '/dev',
3131
placeholder: 'Briefly describe a task or issue',
3232
description:
33-
'Use all project files as context for code suggestions (increases latency).',
33+
'Plan and implement new functionality across multiple files in your workspace.',
3434
},
3535
]
3636
: []),

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export class TabDataGenerator {
4646
],
4747
[
4848
'featuredev',
49-
`Welcome to /dev.
49+
`Welcome to feature development.
5050
51-
Here I can provide code suggestions across files in your current project.
52-
53-
Before I begin generating code, let's agree on an implementation plan. What change would you like to make?
51+
I can generate code to implement new functionality across your workspace. We'll start by discussing an implementation plan, and then we can review and regenerate code based on your feedback.
52+
53+
To get started, describe the task you are trying to accomplish.
5454
`,
5555
],
5656
[

0 commit comments

Comments
 (0)