Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.8.2] - 2026-09-06

### Added
- Added `$cship.usage_limits.session` and `$cship.usage_limits.weekly` tokens (aliases `.five_hour` / `.seven_day`) that render a single standard window colored by that window's own utilization, rather than `max(5h, 7d)` as `$cship.usage_limits` does, so the session and weekly limits can live on separate lines and escalate independently. Each per-window format string also accepts a `{bar}` placeholder with `bar_width` / `bar_filled_char` / `bar_empty_char` config, mirroring `context_bar` ([#202](https://github.com/stephenleo/cship/pull/202))
- Added the `CSHIP_ACCOUNT` environment variable as a higher-priority account source: a compact JSON payload matching the account profile shape. Multi-account launchers that inject a per-session OAuth token can pass the resolved identity here instead of relying on the keychain path, which reports the last interactive login. Falls back to the keychain/OAuth path when the variable is absent or malformed. Non-secret identity only; never a token ([#201](https://github.com/stephenleo/cship/pull/201))

### Fixed
- `cship explain` now checks `CSHIP_ACCOUNT` first in the `account` hint, so a set-but-unparseable value is reported as the cause instead of the misleading "no credential found" / re-authenticate hint. A set-but-empty `CSHIP_ACCOUNT` now warns instead of failing silently ([#204](https://github.com/stephenleo/cship/pull/204))

## [1.8.1] - 2026-08-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cship"
version = "1.8.1"
version = "1.8.2"
edition = "2024"
description = "A beautiful, fully customizable statusline for Claude Code — Starship-style TOML config, themeable colours, Nerd Font glyphs, and tunable cost/context/usage thresholds"
license = "Apache-2.0"
Expand Down