@owloops/claude-powerline 1.5.1 → 1.5.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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -222,7 +222,7 @@ Configuration priority (top overrides bottom):
222
222
  "segments": {
223
223
  "directory": {
224
224
  "enabled": true,
225
- "useBasename": false
225
+ "showBasename": false
226
226
  },
227
227
  "git": {
228
228
  "enabled": true,
@@ -259,7 +259,7 @@ Configuration priority (top overrides bottom):
259
259
 
260
260
  ### Segment Details
261
261
 
262
- - **directory**: Current working directory name (supports `useBasename` option)
262
+ - **directory**: Current working directory name (supports `showBasename` option)
263
263
  - **git**: Branch, status, and extensive repository information (see Git Configuration below)
264
264
  - **model**: Current Claude model being used
265
265
  - **session**: Token usage and costs for current session
@@ -274,7 +274,7 @@ Configuration priority (top overrides bottom):
274
274
  ```json
275
275
  "directory": {
276
276
  "enabled": true,
277
- "useBasename": false // Show only folder name instead of full path
277
+ "showBasename": false // Show only folder name instead of full path
278
278
  }
279
279
  ```
280
280
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Beautiful vim-style powerline statusline for Claude Code with real-time cost tracking, git integration, and custom themes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",