Commit d9f39d7
Tulga Tsogtgerel
fix: set isAnswerOnly to false to actually implement changes
Change isAnswerOnly from true to false in auggie.prompt() call.
When isAnswerOnly is true, Auggie only provides a text description
of what it would do without actually making file changes.
With isAnswerOnly: false, Auggie will:
- Actually edit the files
- Make the requested changes
- Allow git to detect and commit the changes1 parent 1bb3c66 commit d9f39d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments