File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,38 @@ Local overrides: `~/.shelltime/config.local.yaml`
6868
6969The daemon handles network sync in the background with automatic retry and buffering.
7070
71+ # # Claude Code Statusline Integration
72+
73+ Display real-time cost and context usage in [Claude Code's status bar](https://code.claude.com/docs/en/statusline).
74+
75+ # ## Setup
76+
77+ Add to your Claude Code settings (`~/.claude/settings.json`) :
78+
79+ ` ` ` json
80+ {
81+ "statusLine": {
82+ "type": "command",
83+ "command": "shelltime cc statusline"
84+ }
85+ }
86+ ` ` `
87+
88+ The status line will display :
89+
90+ ` ` `
91+ π€ Opus | π° $0.12 | π $3.45 | π 45%
92+ ` ` `
93+
94+ | Section | Description |
95+ |---------|-------------|
96+ | π€ Model | Current model name |
97+ | π° Session | Current session cost |
98+ | π Today | Today's total cost (requires daemon + OTEL) |
99+ | π Context | Context window usage % |
100+
101+ For full details, see [Claude Code Statusline Guide](docs/CC_STATUSLINE.md).
102+
71103# # Security
72104
73105- **Data Masking**: Sensitive info automatically redacted
You canβt perform that action at this time.
0 commit comments