Peter Tripp

Results 428 comments of Peter Tripp

This makes sense. [Different implementations](https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/) support `NO_PROXY` differently, I think where possible we should try and match the behavior of curl. - `NO_PROXY="localhost,127.0.0.1"` -- Note IPs will only match if...

Do you have `GOTOOLCHAIN` set to `go1.22` instead of `go1.22.x` perhaps?

Yep. Looks like we define a `default_fast` for each provider, and since you're using the OpenAI provider Zed defaults to `gpt-4.1-mini`: https://github.com/zed-industries/zed/blob/28398af1ecb05ac9e6c0526967b3de3217deb4fe/crates/open_ai/src/open_ai.rs#L101-L103 As a workaround can, you try specifying you...

I'm going to go ahead and close because there hasn't been any activity in a while. Happy to review a subsequent PR if you pick this up again in the...

I was able to test this, it worked some, but I was able to trigger the following error: > Failed to connect to Mistral API: 400 Bad Request {"object":"error","message":"Unexpected role...

It was with `codestral-latest`. I haven't been able to come up with a consistent repro. :(

Closing as duplicate of: - https://github.com/zed-industries/zed/issues/28398

I believe the root cause is the same. Zed is not correctly notifying the search multibuffer to remove the result when the underlying buffer non-longer exists (either because the file...