// 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": {
"always_allow_tool_actions": true,
"default_profile": "write",
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-5-thinking",
},
"model_parameters": [],
},
"context_servers": {
"mcp-server-context7": {
"settings": {
"context7_api_key": "",
},
},
"github-mcp-server": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "",
},
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
},
"exa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp"],
"env": {
"EXA_API_KEY": "",
},
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
},
},
"telemetry": {
"diagnostics": false,
"metrics": false,
},
"terminal": {
"shell": {
"program": "pwsh",
},
},
"base_keymap": "Cursor",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark",
},
}
Reproduction steps
.gitdirectory.Current vs. Expected behavior
Expected Result**
A new thread should open normally.
Actual Result
The UI remains in a perpetual loading state.
Notes**
.gitdirectory).Zed version and system specs
Attach Zed log file
Test files attached:
test: Reproduces the #[bug.]
test2: Works as expected.
test.zip
test2.zip
Relevant Zed settings
settings.json
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None