This website requires JavaScript.
Explore
Help
Register
Sign In
zhanj
/
claude-hud
Watch
1
Star
0
Fork
0
You've already forked claude-hud
mirror of
https://github.com/jarrodwatts/claude-hud.git
synced
2026-05-12 17:22:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61a3769993638bddac0d3d4e5ced8d43d686aa8f
claude-hud
/
tests
/
fixtures
/
expected
/
render-basic.txt
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: redesign default layout to clean 2-line display (#112) New default: model+project on line 1, context+usage bars combined on line 2. All optional features (tools, agents, todos) hidden by default with setup onboarding step to enable them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:17:23 +11:00
[Opus] │ my-project
fix(context): scale autocompact buffer by raw usage (#190) * fix(context): scale autocompact buffer by raw usage to avoid inflated percentages at low context Previously the buffered context percentage applied a flat 22.5% buffer regardless of actual usage. This caused the HUD to show ~28% context used immediately after /clear or at session start, when real usage was only ~5%. The fix scales the buffer linearly: zero buffer at ≤5% raw usage, ramping to full buffer at ≥50%, matching when autocompact actually kicks in. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: harden autocompact buffer startup coverage --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Jarrod Watts <jarrod@cubelabs.xyz>
2026-03-14 12:57:49 +13:00
Context ███░░░░░░░ 29%
Reference in New Issue
Copy Permalink