fry69

Results 270 comments of fry69

I gave this a shot, please test and report -> ```shell pip install git+https://github.com/fry69/aider@quit # or pipx install git+https://github.com/fry69/aider@quit --force ``` New (hidden) quit command aliases `/q`, `/exit`, `/bye`, `/goodbye`....

Please upgrade to current version `0.56.0` with `aider --upgrade` If possible use `pipx` to install aider to separate it from other Python libraries. `pip`, `homebrew` and system packages often mess...

> Any idea why `git diff --cached` would fail when git doesn't consider the directory safe? Yes. Because if the directory is not marked safe, the `.git` directory seems to...

I have given this a shot, but I have not tested if it actually works. Please try and report -> ``` pip install git+https://github.com/fry69/aider.git@eos-bos ``` The new command line arguments...

@kv-gits Can you please try again? I fixed my branch to actually send the BOS/EOS tokens to LiteLLM, it involved a bit more than I initially thought. Here is how...

As I am digging deeper into this topic, I think that BOS/EOS tokens should best be left alone. It seems to be the responsibility of the inference software to apply...

Maybe also relevant -> https://huggingface.co/01-ai/Yi-Coder-9B-Chat/discussions/4

> I really hate having to construct long messages in the terminal. I nearly always construct my prompts in Obsidian (markdown note taking app) and copy/paste them into aider. This...

In the meantime the changelog is also available here -> https://aider.chat/HISTORY.html

Thank you for filing this issue. Please install aider separately from all other Python modules, as it needs specific versions. At best use `pipx` to let it manage the aider...