17 lines
409 B
JSON
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"
|
|
}
|
|
}
|