Skip to content

v2.26.8 — CC v2.1.181 compatibility

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:10
v2.26.8
1389a6e

v2.26.8 — Claude Code v2.1.181 compatibility

Docs-only PATCH bump verifying the statusline against Claude Code v2.1.181 (npm latest+next, published 2026-06-17). Supported range is now v2.1.6–v2.1.181.

The preceding v2.1.180 was skipped (npm E404 — same class as v2.1.151/155/164/171), so the target jumped 2.1.179 → 2.1.181.

Compatibility

Category v2.1.181
New JSON stdin fields none
Changed fields none
Removed fields none
New models / pricing none
New statusline env vars none
Statusline impact none — docs-only

What changed in CC v2.1.181

A sizable feature+bugfix release (~10 feature/setting/env bullets + ~31 fixes), none of which touch the statusline:

  • /config key=value (set any setting from the prompt) — CLI/settings surface, not stdin.
  • sandbox.allowAppleEvents opt-in — settings.json, not stdin.
  • CLAUDE_CLIENT_PRESENCE_FILE env var — read by CC itself to suppress mobile push notifications; not forwarded to the statusline command (unlike COLUMNS/LINES since v2.1.153).
  • Bundled Bun → 1.4, line-by-line streaming, subagent-panel polish, fullscreen Cmd/Ctrl+click — CC's own runtime/TUI.
  • Statusline-adjacent bugfixes (prompt-caching on custom ANTHROPIC_BASE_URL/Foundry, ~120ms startup regression, claude mcp get/list connection-status accuracy) are passive CC-side correctness — no script change.

Verification

  • Render: clean 9-line render against a v2.1.181 blob (Opus 4.8 + 1M + vim VISUAL + effort/thinking + workspace.repo + pr + native rate_limits) → 🧠 Claude Opus 4.8, CC:2.1.181, Ctx: 12%, native rate_limits 24%/80% • 41%/86%, all 9 lines, exit 0.
  • Tests: 1126 ok / 43 not-ok locally (all 43 environmental, matching the v2.1.178 baseline; zero pricing/schema/render/cost regressions). CI fully green on PRs #399 (→nightly) and #400 (→main) — Lint + Validate + macOS + Ubuntu.

Install

# curl installer (recommended)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash

# Homebrew (macOS)
brew update && brew upgrade claude-code-statusline

Full Changelog: v2.26.7...v2.26.8