@alyibrahim/claude-statusline 1.2.0 → 1.2.1

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 (1) hide show
  1. package/package.json +28 -2
package/package.json CHANGED
@@ -1,7 +1,33 @@
1
1
  {
2
2
  "name": "@alyibrahim/claude-statusline",
3
- "version": "1.2.0",
4
- "description": "A zero-dependency Claude Code statusline reads rate limits from stdin, no API calls",
3
+ "version": "1.2.1",
4
+ "description": "Rich statusline for Claude Code — model, context bar, real-time token tracking, git branch, rate limits, and session stats. Rust binary, ~5ms startup.",
5
+ "keywords": [
6
+ "claude",
7
+ "claude-code",
8
+ "anthropic",
9
+ "statusline",
10
+ "status-bar",
11
+ "terminal",
12
+ "cli",
13
+ "ai",
14
+ "llm",
15
+ "token-tracking",
16
+ "context-window",
17
+ "rate-limit",
18
+ "git",
19
+ "developer-tools",
20
+ "productivity",
21
+ "rust"
22
+ ],
23
+ "homepage": "https://github.com/AlyIbrahim1/claude-statusline#readme",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/AlyIbrahim1/claude-statusline.git"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/AlyIbrahim1/claude-statusline/issues"
30
+ },
5
31
  "engines": {
6
32
  "node": ">=16"
7
33
  },