Skip to content

Commit 2e055dc

Browse files
Merge master into feature/q-dev-execution
2 parents 20d8283 + 92f9ae3 commit 2e055dc

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": "Bug Fix",
3+
"description": "@workspace is missing from the welcome to q chat tab"
4+
}

packages/core/src/amazonq/webview/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)