Sebastian Thiel
Sebastian Thiel
The future I imagine has the AI access implemented in the backend entirely, and the frontend is able to use it with streaming support. The latter is… unclear to me...
I love the idea of showing what would happen with the source once it's selected and we can choose the target - this sounds very useful. Further, I think we...
Thanks for reporting! Does this issue resolve for you after having taken a look at [the CORS related support document](https://docs.gitbutler.com/troubleshooting/custom-csp)? The gist is that `~/Library/Application\ Support/gitbutler/settings.json` needs an entry like...
I see, thanks for sharing! In case you have a beefy developer machine, you could consider running a local model as well. They work pretty well for the task, too,...
I think my understanding about this issue changed. By the looks of it, we'd have to provide an option that alters the header GitButler sends. But while that's done from...
Thanks for reporting! I don't think, however, that the implementation can be trusted and it's better to use the `git` command wrappers provided in GitPython. Getting a chunk of size...
I see. In this case I'd recommend using `pygit2` instead if it must be python, or go straight to Rust and `gitoxide` (or `git2`).
I thought more in the direction of having a little CLI that performs a specific task, to shell out to from the main application. Alternatively, one could do the same...
Thanks a lot for reporting! Is this repository something you'd be able to share so I can reproduce the discrepancy between the branch list and the actual branch detail locally?...
Thanks for reporting. Parsing should happen in real-time even though this looks like it's not able to separate the lines, or it sees all lines at once for some reason....