You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
committed
feat: show effort level and thinking flag on dedicated model line
Move model display to its own line and add the current Claude effort
level (color-coded: dim/plain/yellow/red) plus a thinking-mode indicator
when extended thinking is enabled. Reads .effort.level and
.thinking.enabled from the statusline JSON input.
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: GitButler <gitbutler@gitbutler.com>
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# claude-statusline
2
2
3
-
An enhanced multi-line status line for [Claude Code](https://claude.com/claude-code) that adds repo name, git branch info, cost tracking, rate limits, and token usage — grouped by category across three lines.
3
+
An enhanced multi-line status line for [Claude Code](https://claude.com/claude-code) that adds repo name, git branch info, model + effort level, cost tracking, rate limits, and token usage — grouped by category across four lines.
4
4
5
5
## Features
6
6
7
7
- Shows current repo name with a folder icon
8
8
- GitButler support: displays active GitButler branches when on `gitbutler/workspace`
9
9
- Falls back to regular git branch display when not using GitButler
10
+
- Shows current model name with its effort level (color-coded) and a thinking-mode indicator when extended thinking is on
10
11
- Cost tracking via [goccc](https://github.com/backstabslash/goccc) (session + daily cost in your local currency)
11
12
- Rate limit progress bar (5-hour window with time remaining, color-coded green/yellow/red)
12
13
- Falls back to session duration display when rate limit data isn't available
@@ -17,7 +18,8 @@ An enhanced multi-line status line for [Claude Code](https://claude.com/claude-c
0 commit comments