Actualiser zed/config.json

This commit is contained in:
2026-08-04 10:17:46 +00:00
parent d77c88815c
commit d6f88d2c6b
+31 -38
View File
@@ -1,14 +1,4 @@
{ {
"agent_servers": {
"claude-acp": {
"default_config_options": {
"effort": "medium",
"model": "sonnet",
"mode": "default"
},
"type": "registry"
}
},
"agent": { "agent": {
"default_profile": "write", "default_profile": "write",
"default_model": { "default_model": {
@@ -43,6 +33,35 @@
"button": false, "button": false,
"dock": "right", "dock": "right",
}, },
"ssh_connections": [
{
"host": "PVE",
"args": [],
"projects": [
{
"paths": [
"/root/./"
]
}
]
},
{
"host": "PVE",
"args": [],
"projects": []
},
{
"host": "NetLab",
"args": [],
"projects": [
{
"paths": [
"/home/damien/arista-evpn-vxlan-clab"
]
}
]
}
],
"git_panel": { "git_panel": {
"dock": "left", "dock": "left",
"tree_view": true, "tree_view": true,
@@ -52,32 +71,6 @@
"metrics": false, "metrics": false,
}, },
"context_servers": { "context_servers": {
"mcp-server-context7": {
"enabled": true,
"remote": false,
"settings": {
"context7_api_key": "CONTEXT7_TOKEN",
},
},
"gitea": {
"enabled": true,
"remote": false,
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITEA_ACCESS_TOKEN",
"-e",
"GITEA_HOST",
"docker.gitea.com/gitea-mcp-server",
],
"env": {
"GITEA_ACCESS_TOKEN": "GITEA_TOKEN",
"GITEA_HOST": "https://gitea.home.lab/",
},
},
}, },
"edit_predictions": { "edit_predictions": {
"provider": "codestral", "provider": "codestral",
@@ -88,8 +81,8 @@
"buffer_font_family": "Hack Nerd Font", "buffer_font_family": "Hack Nerd Font",
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "One Light", "light": "Catppuccin Latte",
"dark": "ultraViolet", "dark": "Catppuccin Mocha",
}, },
"languages": { "languages": {
"Python": { "Python": {