Skip to content

Commit

Permalink
fix(featureDev): update welcome message (#4603)
Browse files Browse the repository at this point in the history
Problem:
- Current: Welcome to feature development. ...

Solution:
- Update: Hi, I'm the Amazon Q Developer Agent for software development. ...
  • Loading branch information
chengoramazon committed Jun 20, 2024
1 parent f6d853a commit 837c8ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Feature Development: update /dev welcome message"
}
2 changes: 1 addition & 1 deletion plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class TabDataGenerator {
],
[
'featuredev',
`Welcome to feature development.
`Hi, I'm the Amazon Q Developer Agent for software development.
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.
Expand Down

0 comments on commit 837c8ee

Please sign in to comment.