Skip to content

fix(tui): shimmer the LIBERATED badge + stop it touching the workspace name - #216

Open
robertohluna wants to merge 1 commit into
mainfrom
fix/liberated-badge-shimmer
Open

fix(tui): shimmer the LIBERATED badge + stop it touching the workspace name#216
robertohluna wants to merge 1 commit into
mainfrom
fix/liberated-badge-shimmer

Conversation

@robertohluna

Copy link
Copy Markdown
Contributor

The v1.0.165 LIBERATED badge had two problems: the LIBERATED text pulsed bright<->dim ~3x/sec (jittery/ugly), and the badge ran straight into the workspace name (LIBERATEDOptimalSystemAgent — no trailing separator).

This replaces the pulse with a slow shimmer — a soft-edged highlight (bright peak + mid-tone shoulders) glides left-to-right across the letters over ~1.3s, then rests dim for a short gap before repeating. The bolt keeps a gentle flicker. Adds a trailing space so the badge can't touch the element beside it.

Pure wall-clock animation (no extra tick plumbing); the shimmer position is a pure function with a deterministic test. jailbreak suite 5/0, TUI compiles clean.

… name

Replace the ~3x/sec bright<->dim pulse on LIBERATED (read as jittery/ugly) with a slow left-to-right shimmer: a soft-edged highlight (bright peak, mid-tone shoulders) glides across the letters over ~1.3s, then a short dark gap before it repeats. The bolt keeps a gentle flicker. Also adds a trailing space so the badge no longer runs straight into the workspace name (was 'LIBERATEDOptimalSystemAgent'). Pure wall-clock animation, no extra tick plumbing; shimmer math is a pure fn with a deterministic test. jailbreak suite 5/0.
@github-actions github-actions Bot added area/priv priv resources area/tui Rust TUI labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/priv priv resources area/tui Rust TUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant