Commit 9f5bfe4
authored
fix(amazonq): Improved LLM code review for file review #6162
## Problem
- Code diff for file review format has changed in payload to improve LLM
based code review accuracy and is dependent on git.
## Solution
- We are currently send entire file in diff format and run git commands
to extract it. This change will remove git dependency for LLM based code
review issues.1 parent e0c153f commit 9f5bfe4
File tree
2 files changed
+6
-6
lines changed- packages
- amazonq/.changes/next-release
- core/src/codewhisperer/util
2 files changed
+6
-6
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 125 | + | |
| 126 | + | |
131 | 127 | | |
132 | 128 | | |
133 | 129 | | |
| |||
0 commit comments