aws / aws/amazon-q-developer-cli
Enable chat to operate on the most up to date information during edits
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
**Users report:**
> I had bypassed Q to fix something, it kept trying to undo my fixes [on subsequent edits].
**Explanation:**
Q CLI is not aware of the context associated with the change in file made since its last edit.
As such, subsequent edits initiated by the model will try to revert said changes as to establish continuity with the context it does have.
**Goal:**
- Changes made by the users should be respected by the model on subsequent model initiated edits
Contributor guide
Assessment
This issue has not been assessed yet.