Bennet Bo Fenner

Results 104 comments of Bennet Bo Fenner

I haven't looked at the PR in the detail, but I assume that we will run into the same issues I encountered in #10565. In particular there are these two...

@thedocbwarren You should be able to achieve this by using theme overrides, in your settings file you can add something like this: ```json "experimental.theme_overrides": { "editor.background": "#000000" }, ```

Can reproduce, the `agent: ...` actions still show up.

This change has one side effect (which might actually be desirable): When a diagnostic is wrapped we do not underline the whitespace in a newline anymore. Previously: The least invasive...

`test_chunks_with_soft_wrapping` is failing with: ``` assertion `left == right` failed left: [("fn \n", None), ("oute", Some(Hsla { h: 0.6666667, s: 1.0, l: 0.5, a: 1.0 })), ("\n", None), ("r", Some(Hsla...

We added support for attaching images when using Copilot Chat, closing. @Xyndra @nilskch To make Claude 4 Models show up in Zed you need to enable them in the Copilot...

Seems like `deepseek-reasoner` also supports function calling, as stated here: https://api-docs.deepseek.com/guides/reasoning_model Tested it locally and seems to work for both models.

This works as expected, but I agree that this is not the ideal solution/can be confusing. We have plans to rework this feature in the coming weeks (similar to how...

Google does not support full JSON Schema for tool parameters (yet). When using the Google AI provider we try to make the Schema compatible with what Google supports https://github.com/zed- industries/zed/blob/8ec69afab17057eb94719b33e1a5c9ca2dac4261/crates/assistant_tool/src/tool_schema.rs#L9...

One thing that i do not love is that `/models` seems to return a very long list for available models (150 for me). It does not seem like most people...