fry69
fry69
> I then tried to ask aider to split file 1 into multiple files to ensure that it's more efficient and robust, but it never makes it through to the...
Thank you for filing this issue. This document may be helpful -> https://aider.chat/docs/troubleshooting/edit-errors.html
Some LLMs may not be capable of understanding aider's system prompts or be unable to reply in the correct format. An 8B model falls likely in this category. See also...
Thank you for filing this issue. There seems to be a bug launching the GUI/browser currently in this setup, the terminal version of aider should work fine though.
This pull request is not in state where it can be merged and the discussion tends to go off-topic. I'll close this for now.
Thank you for filing this issue. If I understand your question/suggestion correctly, you do not want to have to put the `.aider.*` entry in every project `.gitignore` which you use...
Using Codestral API I see autocompletion after typing the comma inside the closed `}`, see image. So this problem is limited to your setup and/or DeepSeek (note that autocompletion support...
I can see no special treatment for DeepSeek in the autocomplete part of Continue, except for necessary template -> https://github.com/search?q=repo%3Acontinuedev%2Fcontinue+path%3A%2F%5Ecore%5C%2Fautocomplete%5C%2F%2F+deepseek&type=code And since completion inside (curly) parentheses works, as shown above,...
Thank you for filing this issue. The error you reported ``` FileNotFoundError: [Errno 2] No such file or directory ``` is not conclusive without more context. Can you please describe...
Thank you for filing this issue. You can try committing manually with `/run git add . && git commit -m "commit message"` or similar. Otherwise have a look at GitPython,...