fry69

Results 270 comments of fry69

The only reason I can think of why GitPython inside aider cannot see your GPG key is that aider is running in an isolated environment (container) or something like that....

Can you please confirm this is still happening with current Pre-Release `0.9.196` (or the next stable version >= `0.8.46` if it got released in the meantime)?

> @fry69 Unfortunately, after a considerable period of usage, I’ve discovered that the editor still encounters freezing issues, which appear to be connected to automatic indexing. I attempted to disable...

Thank you for filing this issue. Can you please try to install or reinstall aider in a separate Python environment? Either with `venv` or `pipx`? Please remove the existing environment/aider...

I'm closing this issue for now. If any new related concerns arise, please feel free to comment, and I'll reopen the issue.

Thank you for filing this issue. An alternative way to specify files you need frequently is via command line -> ```shell aider --read CONVENTIONS.md app/*.py ``` or via a `.aider.conf.yml`...

Thank you for filing this issue. The autocomplete for `/model` is confusing currently, as the whole LiteLLM database gets pulled in and some of those entries do not seem to...

I'm closing this issue for now. If any new related concerns arise, please feel free to comment, and I'll reopen the issue.

Hi, thanks for reporting the issue. It seems you're encountering problems connecting Aider to a remote Ollama instance through the `OLLAMA_HOST` environment variable. To help us understand the issue better...

Theoretically you can use any LLM endpoint you can forward via ssh port forwarding or ngrok or whatever, aider does not really care or check. But the burden to set...