Skip to content

feat: add optional boot splash settings#224

Open
nathanhuh wants to merge 1 commit into
mainfrom
feat/222-bootup-splash
Open

feat: add optional boot splash settings#224
nathanhuh wants to merge 1 commit into
mainfrom
feat/222-bootup-splash

Conversation

@nathanhuh
Copy link
Copy Markdown
Contributor

Summary

  • Add a smooth retro boot splash that appears once per new app version by default.
  • Store boot splash preference and last-seen version in config.
  • Add a Settings screen opened with S for app-level preferences.
  • Keep context picker focused on context workflows.

Related Issues

Closes #222

Validation

  • make test
  • make build

Checklist

  • Scope is focused
  • Branch name follows docs/branch-naming-harness.md
  • Documentation harness reviewed (docs/documentation-harness.md)
  • README updated if user-facing behavior changed
  • Relevant docs/ pages updated if architecture, auth, config, or workflow changed
  • Tests/validation included
  • Breaking changes documented

- add smooth retro boot splash shown once per new app version
- add config-backed Settings screen for boot splash preference
- keep context picker focused on context workflows

Closes #222
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@nathanhuh, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 60 minutes. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 06439904-2ab8-4cd4-96be-1dc8b001ae0f

📥 Commits

Reviewing files that changed from the base of the PR and between 321ab19 and 2268eb7.

📒 Files selected for processing (11)
  • README.md
  • internal/app/app.go
  • internal/app/app_test.go
  • internal/app/help.go
  • internal/app/messages.go
  • internal/app/screen_bootup.go
  • internal/app/screen_context.go
  • internal/app/screen_settings.go
  • internal/app/service_list.go
  • internal/config/config.go
  • internal/config/config_test.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/222-bootup-splash

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@amazon-q-developer amazon-q-developer Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR successfully adds a configurable retro bootup splash screen feature with proper settings integration. The implementation is clean and well-structured:

  • Bootup animation renders correctly with frame-based progression
  • Settings screen allows toggling the splash on/off
  • Config persistence works properly with YAML marshaling
  • State management flows correctly through the TUI lifecycle
  • Error handling is appropriate throughout

No blocking defects found. The code is ready to merge.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

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.

feat: add 80s-style TUI bootup splash animation

1 participant