Skip to content

Releases: wpfleger96/claude-code-status-line

v0.13.1

24 Apr 18:11

Choose a tag to compare

v0.13.1 (2026-04-24)

This release is published under the MIT License.

Bug Fixes

  • Switch terminal title from OSC 2 to OSC 0 for iTerm2 tab support (d233c1f)

OSC 2 only sets the window title in iTerm2, not the tab title. OSC 0 sets both, and VS Code's ${sequence} captures it identically. This makes terminal tab renaming work in iTerm2 alongside VS Code/Cursor.


Detailed Changes: v0.13.0...v0.13.1

v0.13.0

23 Apr 22:34

Choose a tag to compare

v0.13.0 (2026-04-23)

This release is published under the MIT License.

Features

  • Add opt-in terminal tab title emission (184415b)

Emits OSC 2 escape sequence via GPG_TTY to set VS Code terminal tab title to the Claude Code session name (session_name > slug > git branch). Disabled by default; enable with terminal_title.enabled: true in config.yaml. Requires shell-configs VS Code template and precmd hook changes to display correctly.


Detailed Changes: v0.12.1...v0.13.0

v0.12.1

15 Apr 18:47

Choose a tag to compare

v0.12.1 (2026-04-15)

This release is published under the MIT License.

Bug Fixes

  • Retain token counts in compact context widget, drop session-clock earlier (0972786)

Compact context-percentage was stripping (nK/1M) along with the label, leaving just the progress bar + percentage — not actionable without knowing the absolute token counts. Now compact only drops the "Context:" prefix. Also bumped session-clock priority from 60 to 76 so elapsed time is dropped before line-change counts.


Detailed Changes: v0.12.0...v0.12.1

v0.12.0

15 Apr 17:49

Choose a tag to compare

v0.12.0 (2026-04-15)

This release is published under the MIT License.

Features

  • Use payload-direct fields for session clock and context percentage, add session-name widget (61aba89)

The CC status line payload now provides cost.total_duration_ms and context_window.used_percentage directly. Using these as the primary data source reduces transcript parsing and keeps percentage calculations in sync with Anthropic's formula. Transcript timestamps and manual computation remain as fallbacks for older CC versions.

Also adds an opt-in session-name widget for users who name sessions via --name or /rename, and fixes a latent crash when the payload sends explicit null values for top-level objects like cost.


Detailed Changes: v0.11.0...v0.12.0

v0.11.0

20 Mar 21:14

Choose a tag to compare

v0.11.0 (2026-03-20)

This release is published under the MIT License.

Features

  • Add width-aware status line rendering for narrow terminals (4f44935)

Detailed Changes: v0.10.1...v0.11.0

v0.10.1

15 Jan 16:50

Choose a tag to compare

v0.10.1 (2026-01-15)

This release is published under the MIT License.

Bug Fixes

  • Anthropic broke this and CC doesnt make subscription info available anymore (8008dde)

Detailed Changes: v0.10.0...v0.10.1

v0.10.0

15 Jan 16:36

Choose a tag to compare

v0.10.0 (2026-01-15)

This release is published under the MIT License.

Features

  • Add automated script-based install (c3db16d)

Detailed Changes: v0.9.2...v0.10.0

v0.9.2

12 Jan 17:13

Choose a tag to compare

v0.9.2 (2026-01-12)

This release is published under the MIT License.

Bug Fixes

  • Show git repo name instead of folder name in git worktrees (9020607)

Chores


Detailed Changes: v0.9.1...v0.9.2

v0.9.1

17 Dec 18:41

Choose a tag to compare

v0.9.1 (2025-12-17)

This release is published under the MIT License.

Bug Fixes

  • Support version/help CLI flags for debugging (e649db6)

Detailed Changes: v0.9.0...v0.9.1

v0.9.0

16 Dec 17:59

Choose a tag to compare

v0.9.0 (2025-12-16)

This release is published under the MIT License.

Features

  • Leverage new context_window field in CC 2.0.70+ statusline payload (c9b7bee)

Detailed Changes: v0.8.6...v0.9.0