dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 12f319c7ef6216ba2a3a09692ba3aafd8bacbac6
parent 044b8afe9525f5fd4e0d6d5539b42d207e2c81c2
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 14 Mar 2026 11:21:23 +0900

zed: update zed config to latest defaults

Every time I open it, zed seems to change something. Maybe time to check
out the version with AI ripped out.

Diffstat:
M.config/zed/settings.json | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -7,13 +7,20 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { + "agent_servers": { + "claude-acp": { + "type": "registry", + }, + }, "edit_predictions": { - "provider": "zed" + "provider": "zed", }, "agent": { "default_model": { + "effort": "high", + "enable_thinking": true, "provider": "zed.dev", - "model": "claude-3-5-sonnet-latest", + "model": "claude-sonnet-4-6", }, }, "theme": "Ayu Mirage",