docs: update footer-ui report with ellipsis removal details

This commit is contained in:
Keith Guerin
2026-02-28 23:08:10 -08:00
parent 54c6da64e7
commit 5e87ba8be3
+14 -10
View File
@@ -717,15 +717,18 @@ better discoverability of features:
Status Line in favor of clean, professional text and the standard terminal Status Line in favor of clean, professional text and the standard terminal
spinner. spinner.
### 2. Balanced Ambient Content ### 3. Concise System Copy
- **Loading Phrases Default:** The default `ui.loadingPhrases` setting has been - **Pause State:** Now displays as `↑ Awaiting approval` (using the up arrow
changed from `tips` to **`all`**. This ensures that users see both informative unicode symbol) rather than `[Paused]`.
tips and witty phrases by default, rather than just tips. - **Shell Focus Hint:** The long interactive shell toast has been shortened to
- **Probabilistic Balance:** The random selection logic in `all` mode was `! Shell awaiting input (Tab to focus)` for better readability and less row
updated to a **50/50 split** between tips and wit (previously 1/6 tips, 5/6 collision.
wit). This provides a more even distribution of content while Gemini is - **Ambient Layer:** The "Tip:" prefix has been removed from ambient tips and
processing. wit to create a cleaner, more integrated look.
- **Width-Aware Selection:** The phrase cycler now dynamically filters tips and
wit based on the available terminal width, ensuring that only phrases that fit
without colliding with the system status are selected.
--- ---
@@ -748,8 +751,9 @@ review against the updated specification.
- **Responsive:** - **Responsive:**
- Tips/Wit disappear on narrow windows or if they collide with long statuses. - Tips/Wit disappear on narrow windows or if they collide with long statuses.
- Status text wraps onto multiple lines only when the window is narrow. - Status text wraps onto multiple lines only when the window is narrow.
- **Cleaning:** No more `💬` or `⏸️` emojis. No more empty line at the bottom of - **Width-Aware:** Only tips that fit the remaining width are selected.
the footer. - **Cleaning:** No more `💬`, `⏸️`, `Tip:` emojis/labels, or hardcoded trailing
ellipses (`…`). No more empty line at the bottom of the footer.
### Identified Gaps / Future Triage ### Identified Gaps / Future Triage