- Fix CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var name (was missing L) - Restore model setting in claude settings - Update marketplace paths and timestamps - Remove META_CLAUDE_CODE_RELEASE from zshenv (no longer set locally)
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"env": {
|
|
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
"DISABLE_AUTOUPDATER": "1"
|
|
},
|
|
"model": "opus[1m]",
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "~/.claude/statusline.sh",
|
|
"padding": 0
|
|
},
|
|
"enabledPlugins": {
|
|
"code-simplifier@claude-plugins-official": true,
|
|
"llm-rules@Meta": true,
|
|
"meta@Meta": true,
|
|
"ralph-loop@claude-plugins-official": true,
|
|
"superpowers@claude-plugins-official": true,
|
|
"trajectory@Meta": true
|
|
}
|
|
}
|