Skip to content

Commit 9949c6d

Browse files
authored
feat(amazonq): add two more tips for the did you know section (#2063)
1 parent e1e286c commit 9949c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chat-client/src/client/tabs/tabFactory.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Select code & ask me to explain, debug or optimize it, or type \`/\` for quick a
187187
'MCP is available in Amazon Q!',
188188
'Pinned context is always included in future chat messages',
189189
'Create and add Saved Prompts using the @ context menu',
190+
'Compact your conversation with /compact',
191+
'Ask Q to review your code and see results in the code issues panel!',
190192
]
191193

192194
const randomIndex = Math.floor(Math.random() * hints.length)

0 commit comments

Comments
 (0)