Daniel Orozco
Daniel Orozco
Thanks for the quick response! You are right — after my initial report, the issue started working again without any local configuration changes. I agree this suggests a possible backend-side...
Please open this improvement request. I consider it very important to have the option to validate changes before applying them, and that it can be an option that can be...
@paul-gauthier While using /undo to revert changes or disabling auto commits with --no-auto-commits are useful options, having the ability to validate changes before applying them is very important for several...
Using aider `--show-diffs `to automatically see unified diffs for each change as it is applied is useful. However, from a user experience (UX) perspective, I believe validating changes before applying...
Additionally, reviewing changes before applying them reduces cognitive load by eliminating the need to remember and undo incorrect changes.
Additionally, while the` /undo` command is useful for discarding the last commit, it doesn't fully address scenarios where multiple changes are made consecutively. If a mistake is found after several...
And the` /undo `command is useful for discarding the last commit, it only works if the changes have been committed. If a developer prefers to accumulate several changes before committing,...