claude-statusline-powerline
Version:
Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring
146 lines (88 loc) • 2.69 kB
Markdown
claude-statusline-powerline
# 0.0.19
## Patch Changes
- 92b575f: use slqlite db for both session and uasage
# 0.0.18
## Patch Changes
- 15de6dd: add in sqlite db for local session information stats
# 0.0.17
## Patch Changes
- readme demo image
# 0.0.16
## Patch Changes
- fc7ecb1: update/simplify settings configuration
# 0.0.15
## Patch Changes
- 74f2fe8: add utility function for formatting token counts
# 0.0.14
## Patch Changes
- b282ae9: Add context segment to statusline with cache hit rate and
token usage
# 0.0.13
## Patch Changes
- 9e2a5cf: add segment truncation and git commit details
# 0.0.12
## Patch Changes
- 5bd4ca5: project level config
# 0.0.11
## Patch Changes
- 3bf9e48: git icon/segment alignment
# 0.0.10
## Patch Changes
- 4f0113b: add custom indicators
# 0.0.9
## Patch Changes
- update schema
# 0.0.8
## Patch Changes
- b582abd: night owl theme double chevron added
# 0.0.7
## Patch Changes
- e54cb06: set correct schema location
# 0.0.6
## Patch Changes
- 42a2c9f: add json schema validation for settings config
# 0.0.5
## Patch Changes
- 2c5b497: Refactor configuration handling and enhance font profile
support
- Updated cli-config.ts to improve code organization and
readability.
- Changed separator theme keys from camelCase to snake_case in
config.ts.
- Enhanced statusline.ts to utilize font profiles from
configuration.
- Modified demo.ts to support new configuration options and improved
output.
- Updated font-profiles.ts to allow font profile retrieval from
config.
- Adjusted directory and git segments to use the specified font
profile.
- Improved separator styles to accommodate new font profile
handling.
- Enhanced theme-test.ts to provide clearer instructions and
examples.
- Updated types.ts to include font profile in the StatuslineConfig
interface.
- Ensured consistent naming conventions across the codebase.
# 0.0.4
## Patch Changes
- 043712a: update install process
# 0.0.3
## Patch Changes
- Standardize npm package with improved keywords, metadata, and
cleaner file structure
- Add comprehensive keywords for better discoverability (ai-tools,
cost-tracking, session-monitoring, etc.)
- Improve package description with session tracking and cost
monitoring details
- Add repository, bugs, and homepage URLs for better npm page
- Clean up .npmignore to exclude development files and reduce
package size
- Update author information with proper contact details
# 0.0.2
## Patch Changes
- 04896fa: tidy things for npm release
# 0.0.1
## Patch Changes
- initial release