Add reasoning effort, git change breakdown, and opt-in status-line visuals#4
Merged
Conversation
…suals Show the reasoning effort beside the model (Opus 4.8 (high)) and drop the "(1M context)" suffix. Break the git dirty count into new/modified/deleted (+1 ~2 -1) beside the branch. Add four opt-in visual features, each behind its own env var (default off, since none can be reliably auto-detected): - CCBIT_NERD_FONT — Nerd Font glyphs for git change marks - CCBIT_ICONS — a leading icon per ambient segment - CCBIT_GIT_COLOR — color git marks green/yellow/red - CCBIT_CTX_GAUGE — a mini fill bar beside ctx% - CCBIT_RATE_COLOR — escalate 5h/7d meters to yellow/red While idle and quiet, rotate a faint one-line hint advertising whichever features are still off, so they're discoverable without reading the docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Opus 4.8 (high)) and drop the(1M context)suffix.main +1 ~2 -1 ↑1.CCBIT_NERD_FONTCCBIT_ICONSCCBIT_GIT_COLORCCBIT_CTX_GAUGEctx%(ctx ▆▆▁▁▁ 38%)CCBIT_RATE_COLORTest plan
go test ./...— all green; new hermetic tests cover git color, ctx gauge, rate color, Nerd Font marks, and idle-tip rotation.go vet ./...clean.ccbit demo.🤖 Generated with Claude Code