feat(claude): update statusline

This commit is contained in:
2026-09-18 15:42:30 +02:00
parent 2c1a37660b
commit 9c9448a446
2 changed files with 159 additions and 42 deletions

View File

@@ -10,7 +10,18 @@
"hooks": {},
"statusLine": {
"type": "command",
"command": "sh \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\""
"command": "bash \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\""
},
"enabledPlugins": {
"typesafe@typesafe-ai": true
},
"extraKnownMarketplaces": {
"typesafe-ai": {
"source": {
"source": "github",
"repo": "typesafe-ai/skills"
}
}
},
"effortLevel": "high",
"tui": "default",