diff --git a/packages/core/src/amazonq/webview/ui/quickActions/handler.ts b/packages/core/src/amazonq/webview/ui/quickActions/handler.ts index f0d707247e9..f9cf3056683 100644 --- a/packages/core/src/amazonq/webview/ui/quickActions/handler.ts +++ b/packages/core/src/amazonq/webview/ui/quickActions/handler.ts @@ -308,6 +308,12 @@ export class QuickActionHandler { if (gumbyTabId !== undefined) { this.mynahUI.selectTab(gumbyTabId, eventId || '') this.connector.onTabChange(gumbyTabId) + this.mynahUI.notify({ + duration: 5000, + title: 'Q CodeTransformation', + content: + "Switched to the existing /transform tab; click 'Start a new transformation' below to run another transformation", + }) return }