fry69
fry69
> This issue does not happen without no pretty Yes, that is intentional. With `--pretty` (the default) prompt toolkit gets used which can handle multi-line pastes. With `--no-pretty` a basic...
> Okay thx you but I would I add multiple files add once? I always did /add and then the path of the files. This should work fine as long...
FYI: `/clipboard` just got renamed to a much shorter and better named `/paste` -> https://github.com/paul-gauthier/aider/commit/c2c4dbd2a8319f3eab72939f60e2b199a452ff1d
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. aider uses LiteLLM to communication with LLM endpoints. I am not sure how to pass additional header fields for authentication currently. Maybe related: #1590...
> So I guess my question is how where do I configure these pieces No clue. Does anything in here look suitable to pass these headers? -> https://aider.chat/docs/config/adv-model-settings.html
Thank you for filing this issue. How did you install aider?
`0.0.59` is broken, use `0.0.56` for now until a new version (`0.0.61` or newer) has been released (may happen soon) Download from here -> https://plugins.jetbrains.com/plugin/22707-continue/versions and install from disk.
Thank you for filing this issue. Just to clarify: The costs for the request happened the second you pressed return and send the request to the LLM. If you interrupt...
Thank you for filing this issue. Actual connections to LLM endpoints and other low level networking stuff gets handled by [LiteLLM](https://github.com/BerriAI/litellm). aider requires a stable network connection. If your local...