Skip to content

Commit b57aa1e

Browse files
committed
chore(release): 0.0.9
1 parent b8d6fd3 commit b57aa1e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
9-
"version": "0.0.8"
9+
"version": "0.0.9"
1010
},
1111
"plugins": [
1212
{

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-hud",
33
"description": "Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"author": {
66
"name": "Jarrod Watts",
77
"url": "https://github.com/jarrodwatts"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to Claude HUD will be documented in this file.
44

5+
## [0.0.9] - 2026-03-05
6+
7+
### Changed
8+
- Add Usage API timeout override via `CLAUDE_HUD_USAGE_TIMEOUT_MS` (default now 15s).
9+
10+
### Fixed
11+
- Setup instructions now generate shell-safe Windows commands for `win32 + bash` environments (#121, #148).
12+
- Bedrock startup model labels now normalize known model IDs when `model.display_name` is missing (#137).
13+
- Usage API reliability improvements for proxy and OAuth token-refresh edge cases:
14+
- Respect `HTTPS_PROXY`/`ALL_PROXY`/`HTTP_PROXY` with `NO_PROXY` bypass.
15+
- Preserve usage and plan display when keychain tokens refresh without `subscriptionType` metadata.
16+
- Reduce false `timeout`/`403` usage warnings in proxied and high-latency environments (#146, #161, #162).
17+
- Render output now preserves regular spaces instead of non-breaking spaces to avoid vertical statusline rendering issues on startup (#142).
18+
19+
---
20+
521
## [0.0.8] - 2026-03-03
622

723
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-hud",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Real-time statusline HUD for Claude Code",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)