Skip to content

Commit 96f33dc

Browse files
authored
fix(q): Make copy/text changes to Feature Development capability (#4353)
1 parent 856a066 commit 96f33dc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Code Feature Development: Update welcome message and menu item description for /dev command"
4+
}

plugins/amazonq/mynah-ui/src/mynah-ui/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
],

plugins/amazonq/mynah-ui/src/mynah-ui/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
: []),

plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ export class TabDataGenerator {
4545
],
4646
[
4747
'featuredev',
48-
`Welcome to /dev.
48+
`Welcome to feature development.
4949
50-
Here I can provide code suggestions across files in your current project.
50+
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.
5151
52-
Before I begin generating code, let's agree on an implementation plan. What change would you like to make?
52+
To get started, describe the task you are trying to accomplish.
5353
`,
5454
],
5555
[

0 commit comments

Comments
 (0)