fry69
fry69
> Looks like it only received 1 token? These look very much like ping keepalive packets, those are capped at 1 token via `max_tokens`, though their timing look a bit...
Since this fix is now released in `0.58.1`, I think it is time to close this issue. Thank you all for discovering and helping fix this problem.
Thank you for filing this issue. You are running a very outdated version of aider, please try uninstalling and reinstalling. See here for instructions -> https://aider.chat/docs/install/install.html Update: I just saw...
> Any idea when your fix will be merged? Only @paul-gauthier knows.
FYI: I am an avid Firefox user on the latest version (`138.0.4` on a MB Air M1, `aarch64`). Marimo always worked great in this browser, even latest version/main branch (except...
Thank you for filing this issue. aider's source of truth is the git repository. If those directories do not get ignored via `.gitignore` they might get added. That is outside...
aider uses GitPython, which respects everything what git does too (except for some arcane features which do not matter for this discussion). Most certainly GitPython respects git ignore files everywhere...
Yes. That is outside of the control of git and its ignore files. If you add a directory with e.g. `/read` it will recursively add the whole contents (that was...
I'm closing this issue for now. If any new related concerns arise, please feel free to comment, and I'll reopen the issue.
> This feels like it's wrong [Update]: Oh, I see this is inside the `messages` block. Do the `providerOptions` need to be there? My brain places them outside this block,...