You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tui,ci): tidy test-mode ESC and harden release workflow
TUI:
- clear the spinner in test-mode sessions so idle Esc maps back to the undo hint and gate the greeting helper behind test cfg
- relax the spacer regression invariant and filter the welcome bullets from replay counts so assertions reflect user-visible rows
Tests:
- refresh the spacer and VT100 ChatWidget snapshots to capture the new chrome and deterministic greeting layout
CI:
- switch release concurrency to a release-specific group without auto-cancel and declare the full permissions set required to publish
- read code-rs/rust-toolchain.toml once, install via dtolnay/rust-toolchain@stable, and key rust-cache entries by the resolved channel
- enforce fetch-depth: 0 on release checkouts so changelog generation, tagging, and cache keys have the full history
0 commit comments