Skip to content

Commit eb52b22

Browse files
committed
fix(amazonq): missing @workspace command on welcome tab
1 parent f39209c commit eb52b22

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
4+
}

plugins/amazonq/mynah-ui/src/mynah-ui/ui/walkthrough/welcome.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const welcomeScreenTabData = (tabs: TabDataGenerator): MynahUITabStoreTab
1010
isSelected: true,
1111
store: {
1212
quickActionCommands: tabs.quickActionsGenerator.generateForTab('welcome'),
13+
contextCommands: tabs.getTabData('cwc', false).contextCommands,
1314
tabTitle: 'Welcome to Q',
1415
tabBackground: true,
1516
chatItems: [

0 commit comments

Comments
 (0)