Skip to content

Commit

Permalink
fix(amazonq): missing @workspace command on welcome tab (#5164)
Browse files Browse the repository at this point in the history
`contextCommands` was not being passed through
  • Loading branch information
rli authored Dec 5, 2024
1 parent f39209c commit 69f79b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fix `@workspace` missing from the Amazon Q Chat welcome tab"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const welcomeScreenTabData = (tabs: TabDataGenerator): MynahUITabStoreTab
isSelected: true,
store: {
quickActionCommands: tabs.quickActionsGenerator.generateForTab('welcome'),
contextCommands: tabs.getTabData('cwc', false).contextCommands,
tabTitle: 'Welcome to Q',
tabBackground: true,
chatItems: [
Expand Down

0 comments on commit 69f79b1

Please sign in to comment.