5 ms·
Aider has had support for Python and shell scripting [0] for a long time. I made a screencast [1] recently that included ad-hoc bash scripting aider as part of
by anotherpaulg 1y ago
Aider has had support for Python and shell scripting [0] for a long time.
I made a screencast [1] recently that included ad-hoc bash scripting aider as part of the effort to add support for 130 new programming languages. It may give a flavor for how powerful this approach can be.
[0] https://aider.chat/docs/scripting.html https://aider.chat/docs/scripting.html
[1] https://aider.chat/docs/recordings/tree-sitter-language-pack.html https://aider.chat/docs/recordings/tree-sitter-language-pack...
- k__ 1y agoAider could really profit from a polished GitHub Actions workflow. Add a file to your repo and you can talk to any model via issues.
- unshavedyak 1y agoHow close can you get Aider to Claude Code? Ie i liked the Claude Code UX, but i don't use it because i prefer Gemini 2.5 Pro. I don't really want it committing and stuff, i mostly like the UX of Claude Code. Thoughts?
- m3kw9 1y agoYou can turn off auto commit
- CGamesPlay 1y agoYou can disable the automatic commits, but you cannot disable the automatic modification of files. One nice thing about Claude Code is that you can give it feedback on a patch before it is even applied.
- mafro 1y agoThat's the whole point of /architect mode, no? You refine the solution in the prompt before aider asks you if you want to apply the changes.
- CGamesPlay 1y agoNo, I just tried this on the latest version of Aider and it automatically made the change with architect mode enabled.
- Imanari 1y agoThen use /ask mode. If this still edits your files something is broken.
- peterhadlaw 1y agohttps://aider.chat/docs/config/options.html#--auto-accept-architect https://aider.chat/docs/config/options.html#--auto-accept-ar...
- m3kw9 1y agoI’m ok with auto commit because I’m ok with just reversing it. Got to make sure you have a branch
- hztar 1y agoFreaking love Aider. MCPs are supported soon as well. Testing a development branch. Then you can actually develop end to end using PR, tickets etc using models you trust.
- jacob019 1y agoThat's great news! Love Aider too and that's the main thing that's missing right now. Oh the things I will build.