fry69

Results 270 comments of fry69

> Currently, aider uses `SEARCH/REPLACE` to move or remove files. Which is very slow an unoptimized. We may prompt engineer to suggest `rm` or `mv` instead. LLMs work in not...

Thank you for filing this issue. Without more context (e.g. the actual error message from OpenAI) this error is inconclusive. Can you please provide more background? What model were you...

Your PR and proposed changes seem to be completely unrelated to the aider project. I'd recommend you close your PR.

Thank you for filing this issue. Unfortunately GitPython (which aider uses) really does not like a git repository in detached head state (checkout without being on a branch). For now...

Thank you for filing this issue. LLMs can get confused when there is not enough content in the context and answer in a random language, some models might do this...

PR is out -> #1907 You can test this with these instructions -> ``` pip install git+https://github.com/fry69/aider@language-prompt-fix # or pipx install git+https://github.com/fry69/aider@language-prompt-fix --force ``` Please report if this works better...

Thank you for filing this issue. As a current workaround you cab use and modify the shell alias I posted here -> https://github.com/paul-gauthier/aider/issues/1859#issuecomment-2385403725 Ideas for modification: - print out the...

This seems to be an OS issue with fonts or color settings. On my Mac with default settings dark mode works just fine, see attached images. My VSCode JSON configuration...

Thank you for filing this issue. As far as I know this is a necessary test for a known limitation of how the clipboard/pasting images works on Windows. But maybe...