Aider-AI / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
22.04k stars 2.05k forks source link

cursor.com compose like functions in diff #2321

Open Slach opened 5 days ago

Slach commented 5 days ago

Issue

It would be great to implements, side-by-side diff view with inline edit if possible I open this issue after no reaction to my previous post https://github.com/Aider-AI/aider/issues/248#issuecomment-1784487129

it would be really nice to look diffs similar way with https://github.com/dandavison/delta --side-by-side parameter

Version and model info

No response

paul-gauthier commented 3 days ago

Thanks for trying aider and filing this issue.

You can use /diff in aider to show diffs. This invokes git diff, which you can configure to use whatever differ you prefer.

Slach commented 2 days ago

Will it also available in --browser mode?

Slach commented 2 days ago

and what about if i want to change something before apply generated changes?