Skip to content

Latest commit

 

History

History
160 lines (86 loc) · 9.33 KB

File metadata and controls

160 lines (86 loc) · 9.33 KB

Changelog

3.0.0 (2026-04-13)

⚠ BREAKING CHANGES

  • TypeScript upgraded from v5 to v6. Contributors must use TypeScript 6+ for type checking.

Miscellaneous Chores

2.2.0 (2026-04-10)

Features

  • use workspace.git_worktree and context_window.used_percentage from JSON input (635383a), closes #42

2.1.1 (2026-03-21)

Bug Fixes

  • add min length and even length check for hex detection (7e0815c)
  • parse hex-encoded macOS Keychain credentials for --show-usage (b890984), closes #37
  • use Unix timestamp for resets_at and bump to 3.0.0 (e330847)

Reverts

  • restore version to 2.1.0 for release-please (d6e679b)

2.1.0 (2026-02-24)

Features

  • add worktree detection with git-common-dir (f9e2a7d)
  • display worktree name with dedicated 🌲 emoji (894be35)

2.0.2 (2026-02-13)

Bug Fixes

  • add build step before npm publish (9e0eced)

2.0.1 (2026-02-13)

Bug Fixes

  • use dist/index.js as bin entry for bunx compatibility (f4c744d), closes #28

2.0.0 (2026-02-12)

Features

  • add --plan option for different subscription tiers (3542e82)
  • add biome check hook for auto-formatting (ab72260)
  • add limit reset timer display (a69505f)
  • add review-comments skill for PR comment handling (e40ef1b)
  • add usage metrics line with block usage and burn rate (80b307d)
  • initial release of cc-statusline (455ca05)
  • restore git diff display with file count (461a8eb), closes #5
  • switch to npmjs.org and support bunx execution (4ca6cde)
  • 리셋 시각 표시 변경 및 7일 리셋 시간 추가 (6671578)

Bug Fixes

  • address PR review comments (f2bb2dc)
  • align block cost calculation with /usage by correcting pricing and limits (7362c7c)
  • ci: checkout release tag for publish job (3e75054)
  • ci: handle empty pr output in release workflow (dd4cf9f)
  • ci: use gh pr list for reliable PR number lookup (6d48fc2)
  • ci: use merge commit instead of squash (eb7837f)
  • ci: use rebase merge strategy (702bb0d)
  • parse transcript directly for immediate context update (6e44f5a)
  • use latest transcript file for immediate context update (f1803c6)

Performance Improvements

  • use simdjson for faster JSONL parsing (b9acfe2)

Miscellaneous Chores

1.4.0 (2026-02-03)

Features

  • add --plan option for different subscription tiers (3542e82)
  • add biome check hook for auto-formatting (ab72260)
  • add limit reset timer display (a69505f)
  • add review-comments skill for PR comment handling (e40ef1b)
  • add usage metrics line with block usage and burn rate (80b307d)

Bug Fixes

  • address PR review comments (f2bb2dc)

Performance Improvements

  • use simdjson for faster JSONL parsing (b9acfe2)

1.3.0 (2026-01-29)

Features

  • restore git diff display with file count (461a8eb), closes #5

1.2.0 (2026-01-25)

Features

  • initial release of cc-statusline (455ca05)
  • switch to npmjs.org and support bunx execution (4ca6cde)

Bug Fixes

  • ci: checkout release tag for publish job (3e75054)
  • ci: handle empty pr output in release workflow (dd4cf9f)
  • ci: use gh pr list for reliable PR number lookup (6d48fc2)
  • ci: use merge commit instead of squash (eb7837f)
  • ci: use rebase merge strategy (702bb0d)
  • parse transcript directly for immediate context update (6e44f5a)
  • use latest transcript file for immediate context update (f1803c6)

1.1.0 (2026-01-24)

Features

  • switch to npmjs.org and support bunx execution (4ca6cde)

1.0.0 (2026-01-20)

Features

  • initial release of cc-statusline (455ca05)

Bug Fixes

  • parse transcript directly for immediate context update (6e44f5a)
  • use latest transcript file for immediate context update (f1803c6)