Skip to content

Commit 837c8ee

Browse files
fix(featureDev): update welcome message (#4603)
Problem: - Current: Welcome to feature development. ... Solution: - Update: Hi, I'm the Amazon Q Developer Agent for software development. ...
1 parent f6d853a commit 837c8ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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" : "Feature Development: update /dev welcome message"
4+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class TabDataGenerator {
4545
],
4646
[
4747
'featuredev',
48-
`Welcome to feature development.
48+
`Hi, I'm the Amazon Q Developer Agent for software development.
4949
5050
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

0 commit comments

Comments
 (0)