Skip to content

Commit e892c64

Browse files
jpinkney-awslaileni-aws
authored andcommitted
fix(amazonq): missing @workspace command on welcome tab (aws#6145)
## Problem - On the welcome to q chat tab `@workspace` is missing ## Solution - Pull in all context commands that should be available for the regular cwc tab into the welcome to q tab --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0d91956 commit e892c64

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)