@owloops/claude-powerline 1.9.8 → 1.9.9

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,12 @@
12
12
 
13
13
  [![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hesreallyhim/awesome-claude-code)
14
14
 
15
+ ### Demo
16
+
17
+ <img src="images/demo.gif" alt="Claude Powerline Demo" width="600"/>
18
+
19
+ *Live demonstration: real-time usage tracking, git integration, and theme showcase*
20
+
15
21
  <table>
16
22
  <tr>
17
23
  <td align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.9.8",
3
+ "version": "1.9.9",
4
4
  "description": "Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",