86 Commits

Author SHA1 Message Date
github-actions[bot]
bfde7cfd96 build: compile dist/ [auto] 2026-04-05 01:01:58 +00:00
github-actions[bot]
99b5c2d1c0 build: compile dist/ [auto] 2026-04-05 01:01:30 +00:00
github-actions[bot]
f4848b1acb build: compile dist/ [auto] 2026-04-04 07:07:41 +00:00
github-actions[bot]
ede1147a4d build: compile dist/ [auto] 2026-04-04 06:38:52 +00:00
github-actions[bot]
6662b4d686 build: compile dist/ [auto] 2026-04-04 06:26:09 +00:00
github-actions[bot]
93c041b64b build: compile dist/ [auto] 2026-04-04 03:55:31 +00:00
github-actions[bot]
5e72fe9ba1 build: compile dist/ [auto] 2026-04-04 03:53:54 +00:00
github-actions[bot]
772e4aa222 build: compile dist/ [auto] 2026-04-04 03:45:12 +00:00
github-actions[bot]
d0ef6272f9 build: compile dist/ [auto] 2026-04-04 03:39:09 +00:00
github-actions[bot]
74665c024b build: compile dist/ [auto] 2026-04-04 03:30:10 +00:00
github-actions[bot]
7b40bd7c2e build: compile dist/ [auto] 2026-04-04 03:27:16 +00:00
github-actions[bot]
addcb3658c build: compile dist/ [auto] 2026-04-04 03:20:51 +00:00
github-actions[bot]
d1c2babac2 build: compile dist/ [auto] 2026-04-04 03:10:30 +00:00
github-actions[bot]
e7d94b4307 build: compile dist/ [auto] 2026-04-04 03:00:35 +00:00
github-actions[bot]
d9b1a3daae build: compile dist/ [auto] 2026-04-04 02:52:13 +00:00
github-actions[bot]
98a2358e3e build: compile dist/ [auto] 2026-04-04 02:28:54 +00:00
github-actions[bot]
3c4a2c1976 build: compile dist/ [auto] 2026-04-04 02:26:18 +00:00
github-actions[bot]
16ce438825 build: compile dist/ [auto] 2026-04-04 02:24:24 +00:00
github-actions[bot]
30e1dfe46a build: compile dist/ [auto] 2026-03-23 04:05:49 +00:00
github-actions[bot]
891cc9baee build: compile dist/ [auto] 2026-03-23 03:47:56 +00:00
Jarrod Watts
fd9a25e35f release v0.0.10: refresh changelog and dist 2026-03-23 13:36:34 +11:00
github-actions[bot]
26e38decd7 build: compile dist/ [auto] 2026-03-20 00:53:22 +00:00
github-actions[bot]
61a3769993 build: compile dist/ [auto] 2026-03-20 00:52:54 +00:00
github-actions[bot]
15771700ea build: compile dist/ [auto] 2026-03-20 00:46:27 +00:00
github-actions[bot]
68f8909322 build: compile dist/ [auto] 2026-03-20 00:44:16 +00:00
github-actions[bot]
db7ea25186 build: compile dist/ [auto] 2026-03-20 00:42:28 +00:00
Pan Hu
e952a399f1 fix: stop terminal scrolling to top on tool execution (#248)
* fix: detect terminal width via stderr when stdout is piped

When Claude Code runs the statusLine as a subprocess, stdout is captured
(piped), so process.stdout.columns is undefined. With no terminal width,
long lines aren't wrapped by the HUD — the terminal wraps them silently
instead. Claude Code counts \n characters to determine how many lines to
erase on the next render, so the physical line count diverges from what
Claude Code expects. Over successive renders the cursor drifts upward into
the scrollback buffer, causing the terminal to jump to the top on every
tool execution (https://github.com/jarrodwatts/claude-hud/issues/209).

Fix: fall back to process.stderr.columns before the COLUMNS env var.
When the statusLine subprocess is spawned, only stdout is redirected;
stderr remains connected to the real TTY and returns the correct width.
With accurate width, lines are properly wrapped in the HUD output and
Claude Code's line count stays consistent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: drop dist artifacts and cover stderr width

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Jarrod Watts <jarrod@cubelabs.xyz>
2026-03-20 11:41:51 +11:00
github-actions[bot]
235e0bd20c build: compile dist/ [auto] 2026-03-14 00:39:52 +00:00
github-actions[bot]
51e6e18ca4 build: compile dist/ [auto] 2026-03-14 00:26:03 +00:00
github-actions[bot]
768346fb34 build: compile dist/ [auto] 2026-03-14 00:20:44 +00:00
github-actions[bot]
e71f578033 build: compile dist/ [auto] 2026-03-14 00:19:57 +00:00
github-actions[bot]
b7306dae0d build: compile dist/ [auto] 2026-03-14 00:15:20 +00:00
github-actions[bot]
202707459f build: compile dist/ [auto] 2026-03-14 00:12:00 +00:00
github-actions[bot]
98cde23e48 build: compile dist/ [auto] 2026-03-14 00:06:32 +00:00
github-actions[bot]
99ef599879 build: compile dist/ [auto] 2026-03-13 23:58:12 +00:00
github-actions[bot]
c02787bf0e build: compile dist/ [auto] 2026-03-09 04:13:43 +00:00
github-actions[bot]
b873caab2d build: compile dist/ [auto] 2026-03-09 03:58:10 +00:00
Jarrod Watts
499ddc881e fix(context): adjust autocompact fallback buffer (#184) 2026-03-09 14:37:25 +11:00
github-actions[bot]
6afe1da971 build: compile dist/ [auto] 2026-03-09 01:15:13 +00:00
github-actions[bot]
d0e294c2ba build: compile dist/ [auto] 2026-03-06 07:05:40 +00:00
github-actions[bot]
daab333f3e build: compile dist/ [auto] 2026-03-05 23:56:08 +00:00
github-actions[bot]
1e54b40ca3 build: compile dist/ [auto] 2026-03-05 23:55:35 +00:00
myaiexp
5467f29e50 feat(config): add showSessionName toggle (default off) (#170)
* feat(config): add showSessionName toggle (default off)

Session name display from #155 is now opt-in via display.showSessionName
config. This addresses user feedback requesting the ability to hide the
session name. Added to setup onboarding and configure command flows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test(docs): cover session-name default behavior

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Jarrod Watts <jarrod@cubelabs.xyz>
2026-03-06 10:44:05 +11:00
github-actions[bot]
cf1dbdef64 build: compile dist/ [auto] 2026-03-05 12:14:40 +00:00
github-actions[bot]
b8d6fd3f70 build: compile dist/ [auto] 2026-03-05 07:36:22 +00:00
github-actions[bot]
229636f4d9 build: compile dist/ [auto] 2026-03-05 07:33:05 +00:00
github-actions[bot]
d9c48050f8 build: compile dist/ [auto] 2026-03-03 06:00:48 +00:00
github-actions[bot]
d373661ef7 build: compile dist/ [auto] 2026-03-03 05:47:32 +00:00
github-actions[bot]
c1d0583bea build: compile dist/ [auto] 2026-03-03 04:27:11 +00:00
github-actions[bot]
b3dd713660 build: compile dist/ [auto] 2026-03-03 03:19:36 +00:00