Skip to content

Commit 4dda74f

Browse files
authored
fix(amazonq): Quick Action commands in new tabs are coming disabled (#4707)
* fixed quick actions in new tabs are coming disabled
1 parent 47a11fc commit 4dda74f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: Fixed newly opening tabs have all quick actions disabled."
4+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class QuickActionGenerator {
8383
unavailableItems: ['/dev', '/transform'],
8484
},
8585
unknown: {
86-
description: "This command isn't available",
87-
unavailableItems: ['/dev', '/transform', '/help', '/clear'],
86+
description: '',
87+
unavailableItems: [],
8888
},
8989
}
9090

0 commit comments

Comments
 (0)