fry69
fry69
Thank you for filing this issue. aider does not request or add those hashes, that is the LLM. In your case the model you are using (`mistral/mistral-large-latest`) may not be...
@aldoyh There is a fix in the current `main` branch that might help you with this problem, see here -> https://github.com/paul-gauthier/aider/commit/54cfbc4142e10dde73434accd20761bfc1ba3f1e You can install the `main` branch with -> ```shell...
As far as I know aider should automatically remind you and update to stable release once a new one is out (with the current fix included). So you should not...
This might an issue with the virtualization environment combined with binaries that Continue ships and the platform detection logic. The solution for a similar case was to install VSCode x86...
Sorry, I have no real clue how to download or install the x86/x64 version instead Arm64 on Windows, I'm on macOS. The message on Discord from the user who claimed...
Have you read -> https://github.com/paul-gauthier/aider/blob/main/CONTRIBUTING.md and set up your environment correctly?
Thank you for filing this issue. This is a limitation when you script aider via Python as do not initialize whole script this way. A possible workaround is to script...
No clue. But if I'd want to script aider, I'd either do it from a shell script or I'd start looking into aider's tests and guess from there what I'd...
Current workaround for installing via `pipx`: Run this afterwards -> ```shell pipx runpip debops install setuptools ```
Thank you for filing this issue. This is a limitation of the console input routine when prompt toolkit cannot be used. There is no easy way to fix this. As...