feat(desktop): add agent settings to zed

This commit is contained in:
tux
2026-09-16 15:21:26 +05:30
parent dc750c6bfe
commit 30e33cb768

View File

@@ -29,6 +29,25 @@
diagnostics = false; diagnostics = false;
metrics = false; metrics = false;
}; };
agent = {
dock = "right";
favorite_models = [];
model_parameters = [];
};
collaboration_panel = {
button = false;
};
agent_servers = {
opencode = {
default_config_options = {
model = "opencode-go/deepseek-v4.1-flash";
};
type = "registry";
};
};
}; };
}; };
}; };