Sync dotfiles: update settings, marketplaces, and zshenv

- 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)
This commit is contained in:
Viktor Barzin 2026-02-08 15:41:25 +00:00
parent 53a47bf1f8
commit 71ca79e2a4
3 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"installLocation": "/usr/local/bin/claude_code/",
"lastUpdated": "2025-10-10T13:44:43.103Z",
"source": {
"path": "/usr/local/bin/claude_code/marketplace.json",
"path": "/usr/local/bin/claude_code/.claude-plugin/marketplace.json",
"source": "file"
}
},
@ -25,7 +25,7 @@
},
"claude-templates": {
"installLocation": "/opt/facebook/claude-templates-cli/components",
"lastUpdated": "2026-02-03T19:32:45.113Z",
"lastUpdated": "2026-02-08T15:38:15.833Z",
"source": {
"path": "/opt/facebook/claude-templates-cli/components/.claude-plugin/marketplace.json",
"source": "file"

View file

@ -1,7 +1,9 @@
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"DISABLE_AUTOUPDATER": "1"
},
"model": "opus[1m]",
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",

View file

@ -11,6 +11,3 @@ export EDITOR='vim'
# Cargo/Rust
[[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
# Claude Code
export META_CLAUDE_CODE_RELEASE=latest