You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(amazonq): inconsistent Quick Actions, prompt input not focused after code sent #4680
Problem:
- Quick action commands are inconsistent between Q tabs (`/dev`, `/transform` and q chat)
- Prompt input doesn't get focus when user sends code to Q chat
- No indication when all tabs closed.
Solution:
- All quick action commands are now visible in all Q tab types. But depending on the tab type, some of them are disabled with description messages.
- Prompt input now gets auto focus after code is sent to Q chat. It is solved with [mynah-ui update](aws/mynah-ui@402425c) which is available from version [4.5.4](https://github.com/aws/mynah-ui/releases/tag/v4.5.4)
- Added indication and open new tab button when all tabs are closed with a [mynah-ui update](aws/mynah-ui@02785da) which is available from [4.5.3](https://github.com/aws/mynah-ui/releases/tag/v4.5.3)
0 commit comments