Skip to content

Commit a883a73

Browse files
committed
Introduce ccstatusline
1 parent 6062f42 commit a883a73

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/dot_claude/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"sandbox": {
3131
"enabled": false
3232
},
33+
"statusLine": {
34+
"type": "command",
35+
"command": "ccstatusline",
36+
"padding": 0
37+
},
3338
"alwaysThinkingEnabled": false
3439
}

src/dot_config/mise/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node = "24"
33
pnpm = "latest"
44
"npm:@anthropic-ai/claude-code" = "latest"
55
"npm:@devcontainers/cli" = "latest"
6+
"npm:ccstatusline" = "latest"
67

78
python = "3.13"
89
uv = "latest"

0 commit comments

Comments
 (0)