@daliovic/cc-statusline 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,7 @@ A minimal, informative statusline for [Claude Code](https://claude.ai/claude-cod
12
12
  - **Context usage** - Percentage + token count (turns orange at 75%)
13
13
  - **Usage limits** - 5-hour session and 7-day limits with reset times
14
14
  - **Budget delta** - Shows if you're under (▼ green) or over (▲ red) your expected usage rate
15
+ - **Customizable** - Interactive wizard to configure colors, visibility, and thresholds
15
16
 
16
17
  ## Installation
17
18
 
@@ -89,10 +90,10 @@ Config is saved to `~/.claude/cc-statusline.json`.
89
90
  🤖 Model │ 📊 Context% Tokens │ ⏱ 5hr% Time Delta/7day% Time Delta
90
91
  ```
91
92
 
92
- **Colors:**
93
+ **Default Colors** (customizable via `--config`):
93
94
  - Cyan: Model name and icons
94
95
  - Gray: Percentages and times
95
- - Orange: Context at 75%+
96
+ - Orange: Context at threshold
96
97
  - Green ▼: Under budget
97
98
  - Red ▲: Over budget
98
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daliovic/cc-statusline",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Minimal Claude Code statusline with usage limits and budget tracking",
5
5
  "type": "module",
6
6
  "main": "dist/statusline.js",