mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(desktop): add agent settings to zed
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user