1 parent 6062f42 commit a883a73Copy full SHA for a883a73
2 files changed
src/dot_claude/settings.json
@@ -30,5 +30,10 @@
30
"sandbox": {
31
"enabled": false
32
},
33
+ "statusLine": {
34
+ "type": "command",
35
+ "command": "ccstatusline",
36
+ "padding": 0
37
+ },
38
"alwaysThinkingEnabled": false
39
}
src/dot_config/mise/config.toml
@@ -3,6 +3,7 @@ node = "24"
3
pnpm = "latest"
4
"npm:@anthropic-ai/claude-code" = "latest"
5
"npm:@devcontainers/cli" = "latest"
6
+"npm:ccstatusline" = "latest"
7
8
python = "3.13"
9
uv = "latest"
0 commit comments