Files
dotfiles/claude/shared/settings.json
T
2026-06-09 17:28:58 -05:00

17 lines
409 B
JSON

{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true
},
"autoUpdatesChannel": "latest",
"agentPushNotifEnabled": true,
"skipAutoPermissionPrompt": true,
"statusLine": {
"type": "command",
"command": "bash /home/daniel/.claude/statusline-command.sh"
}
}