Provide a reduced-motion mode for the Codex CLI TUI.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What variant of Codex are you using?
CLI
What feature would you like to see?
Issue:
The TUI currently animates status text (e.g., "Waiting for background terminal…") using a fast-paced shimmering/sweeping text effect rather than a static label. For some users, this kind of fast continuous moving-text animation is cognitively taxing to look at, especially during long-running waits — it draws visual attention involuntarily and makes the status line harder to read rather than easier. This is a similar concern to why many terminal tools and accessibility guidelines avoid persistent motion effects on readable text.
Proposal:
Add a reduced-motion mode that disables the shimmer/text-sweep effect on status text, falling back to either:
a static status label, or
pulsing status dot
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Codex CLI TUI code that renders animated status text such as "Waiting for background terminal…" and trace how its animation is selected. Implement a reduced-motion option that replaces the shimmer or sweep with a static label or pulsing dot, then run the relevant TUI tests and verify that status text no longer continuously moves in that mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- accessibility, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100