Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sathyarajshetigar/dfee0860bf10b3bb526598aa67e424c8 to your computer and use it in GitHub Desktop.

Select an option

Save sathyarajshetigar/dfee0860bf10b3bb526598aa67e424c8 to your computer and use it in GitHub Desktop.
Zed settings
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"agent_servers": {
"auggie": {
"command": "node",
"args": [
"patch\\augment.mjs",
"--acp",
"--allow-indexing",
"--model",
"sonnet4.5",
"-w",
"${workspaceFolder}",
"--permission",
"save-file:ask-user",
"--permission",
"str-replace-editor:ask-user",
"--permission",
"remove-files:ask-user"
]
}
},
"telemetry": {
"diagnostics": false,
"metrics": false
},
"icon_theme": "Zed (Default)",
"context_servers": {
"mcp-server-gitlab": {
"source": "extension",
"enabled": true,
"settings": {}
}
},
"ssh_connections": [
{
"host": "143.110.183.123",
"projects": []
}
],
"agent": {
"play_sound_when_agent_done": true,
"default_model": {
"provider": "copilot_chat",
"model": "claude-3.5-sonnet"
},
"model_parameters": [],
"always_allow_tool_actions": true
},
"base_keymap": "JetBrains",
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "One Dark"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment