Skip to content

docs: fix two README inaccuracies in the TUI section#69

Merged
deviantintegral merged 2 commits intomainfrom
copilot/update-readme-fireplace-status
Mar 5, 2026
Merged

docs: fix two README inaccuracies in the TUI section#69
deviantintegral merged 2 commits intomainfrom
copilot/update-readme-fireplace-status

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 4, 2026

  • Explore code to find all README inaccuracies vs. actual code
  • Fix TUI description: remove false "auto-refreshes every 10 seconds" claim from README
  • Fix t key binding description in README (toggle, not set)
  • Fix matching stale docstring in DashboardScreen (tui/screens.py) that also claimed "auto-refreshing every 10 seconds"

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update README to match fireplace status functionality docs: fix two README inaccuracies in the TUI section Mar 4, 2026
- Remove false "auto-refreshes every 10 seconds" claim: the TUI has no
  auto-refresh (no set_interval call); refresh is manual via the `r` key.
- Fix `t` key binding description from "Set timer" to "Toggle timer on/off"
  to match the code's action_toggle_timer behaviour.

Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
@deviantintegral deviantintegral force-pushed the copilot/update-readme-fireplace-status branch from f37148c to a4cc097 Compare March 4, 2026 15:29
@deviantintegral
Copy link
Copy Markdown
Owner

@copilot can you double check all code comments against the README, and the code, and make sure they're correct?

The DashboardScreen class docstring in tui/screens.py still claimed
"auto-refreshing every 10 seconds" — the same outdated text removed
from the README. Updated to match the actual behaviour: refresh is
triggered manually via the 'r' key binding.

Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 4, 2026

@copilot can you double check all code comments against the README, and the code, and make sure they're correct?

Done. Searched all source files for stale references — found one: the DashboardScreen class docstring in tui/screens.py still said "auto-refreshing every 10 seconds". Fixed in e096b9c to match the actual behaviour (manual refresh via r). No other code comments were out of sync with the README or the code.

@deviantintegral deviantintegral marked this pull request as ready for review March 5, 2026 13:44
@deviantintegral deviantintegral enabled auto-merge (squash) March 5, 2026 13:44
@deviantintegral deviantintegral merged commit c8ffcfd into main Mar 5, 2026
6 checks passed
@deviantintegral deviantintegral deleted the copilot/update-readme-fireplace-status branch March 5, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants