update zed config to fix deprecation warnings

This commit is contained in:
Joakim Repomaa
2025-08-08 09:07:12 +03:00
parent 52a8dbede0
commit 14b23c5463

View File

@@ -84,7 +84,6 @@ in
};
agent = {
enabled = true;
version = "2";
default_model = {
provider = "zed.dev";
model = "claude-sonnet-4-thinking";
@@ -202,7 +201,10 @@ in
};
context_servers = {
browser-tools-context-server = {
npx_command = "${pkgs.nodejs}/bin/npx";
source = "extension";
settings = {
npx_command = "${pkgs.nodejs}/bin/npx";
};
};
};
};