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): Fixing bugs for agentic chat (aws#6952)
## Problem
- Pair programming features should be restricted to Q Chat but right now
its available in other tabs like `/test`
- Multiple spinner loading events were causing delayed display of code
difference views
## Solution
- Improved performance by adding a specific check for 'cwc' tab type
- Optimized loading by eliminating redundant spinner events sent to the
Mynah UI.
---
- 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.
// This is for the case when writing tool is executed. The toolUseEvent is non stop but in toolUseInput is not empty. In this case we need show user the current spinner UI.
289
-
this.sendInitalStream(tabID,triggerID,undefined)
287
+
// TODO: Add a spinner component for fsWrite, previous implementation is causing lag in mynah UX.
0 commit comments