Commit 8a02d60
authored
fix(amazonq): agent tabs open with prompt options (aws#7265)
## Problem
Inconsistent behavior when opening agent tabs (/review, /doc, etc). When
the tab is reused it keeps the prompt input options visible, but when a
new tab is created it doesn't.
https://github.com/user-attachments/assets/2ff7264f-f7a3-46f6-9a34-e29835768833
## Solution
Set `promptInputOptions` to empty when an existing tab is reused.
---
- 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 529f833 commit 8a02d60
File tree
2 files changed
+6
-0
lines changed- packages
- amazonq/.changes/next-release
- core/src/amazonq/webview/ui/quickActions
2 files changed
+6
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
| 359 | + | |
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| |||
0 commit comments