Commit ff4305b
committed
Implement SILENT_MODE to prevent reviewer from prompting user during autonomous loops
- Updates the reviewer agent to skip `vscode_askQuestions` when `SILENT_MODE` is present in the prompt.
- Ensures the engineer agent uses this mode during its review-fix iterations to maintain an uninterrupted workflow.
- Maintains interactive prompting only when the reviewer is invoked directly by a user.1 parent 1afdeae commit ff4305b
2 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
| 191 | + | |
194 | 192 | | |
| 193 | + | |
195 | 194 | | |
196 | 195 | | |
197 | | - | |
| 196 | + | |
198 | 197 | | |
199 | | - | |
| 198 | + | |
0 commit comments