Commit d9f39d7
committed
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 d9f39d7Copy full SHA for d9f39d7
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- assistant/src
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| 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