From 3a1dc8a156c2a38f1d25e1aecd4f56232f87ee2c Mon Sep 17 00:00:00 2001 From: Galib Sarayev <126112721+sarayev@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:34:44 +0200 Subject: [PATCH] fix(q): fix the welcome message for Feature Development (/dev) (#4243) --- .../bugfix-6ce2090a-e75c-41da-91a8-830278f864c7.json | 4 ++++ plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/bugfix-6ce2090a-e75c-41da-91a8-830278f864c7.json diff --git a/.changes/next-release/bugfix-6ce2090a-e75c-41da-91a8-830278f864c7.json b/.changes/next-release/bugfix-6ce2090a-e75c-41da-91a8-830278f864c7.json new file mode 100644 index 0000000000..6a980a5935 --- /dev/null +++ b/.changes/next-release/bugfix-6ce2090a-e75c-41da-91a8-830278f864c7.json @@ -0,0 +1,4 @@ +{ + "type" : "bugfix", + "description" : "Amazon Q Code Feature Development: fix the welcome message for /dev command" +} \ No newline at end of file diff --git a/plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts b/plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts index ffa38a40ce..701d788460 100644 --- a/plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts +++ b/plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts @@ -47,7 +47,7 @@ export class TabDataGenerator { 'featuredev', `Welcome to /dev. -Here I can provide code suggestions across files in your current project by looking at /src, if it exists. +Here I can provide code suggestions across files in your current project. Before I begin generating code, let's agree on an implementation plan. What change would you like to make? `,