@ttigger/claude-status 0.1.1 → 0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  </p>
12
12
 
13
13
  <p align="center">
14
- <img src="./media/demo.svg" width="820" alt="claude-status statusline HUD rendered in a terminal showing model, project, git branch, context, session and weekly usage">
14
+ <img src="https://raw.githubusercontent.com/TTigger/claude-status/main/media/demo.png" width="820" alt="claude-status statusline HUD rendered in a terminal showing model, project, git branch, context, session and weekly usage">
15
15
  </p>
16
16
 
17
17
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttigger/claude-status",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A portable Claude Code statusline HUD (usage, model, git, context) with 7 styles, a cc launcher, and a config CLI with live preview.",
5
5
  "license": "MIT",
6
6
  "engines": { "node": ">=18" },