Releases: kody-w/rapp-installer
Releases · kody-w/rapp-installer
v0.6.0 — Account Switcher, Auth Race Fix, Diagnostics Privacy
Account switching, auth reliability, and diagnostics privacy.
Highlights
- Account switcher: Change GitHub accounts without restarting the server
- Auth race condition fix: Signing in with a non-Copilot account then switching no longer hangs the UI forever. Uses a single-writer pattern to eliminate the bg thread / client poll race.
- NO_COPILOT_ACCESS surfaces to UI: Shows the username with "Switch account" and "Sign up for Copilot" links
- Client poll timeout: 15-minute limit matching device code expiry — no more infinite loops
- Diagnostics privacy:
user_code,device_code,session_idscrubbed from Get Help reports - Version in header: See which version you're running at a glance
- Training Quest: Tutorial link in toolbar for guided onboarding
Install
curl -fsSL https://kody-w.github.io/rapp-installer/install.sh | bash -s -- --version v0.6.0Upgrade
cd ~/.brainstem/src && git pullv0.5.0 — Flight Recorder, Persistent Auth, Get Help
Major reliability release. Auth persists through page refresh and server restart. Full-lifecycle diagnostics.
Highlights
- Flight recorder:
book.jsoncaptures server + client events for full app lifecycle diagnostics - Persistent auth: Device code login survives page refresh and server restart
- Get Help button: One-click GitHub issue creation with session diagnostics attached
- Dismissible login overlay — no more auto-show loops
- Help link directly on login overlay
Install
curl -fsSL https://kody-w.github.io/rapp-installer/install.sh | bash -s -- --version v0.5.0v0.1.0 — Local-Only Agents
First versioned release. Focuses the brainstem on local-first, stateless agent execution.
Highlights
- Removed remote agent system — only local
*_agent.pyfiles are discovered - Agents load fresh on every request — edit and test without restart
- Added
VERSIONfile + auto-upgrade support in installers GET /versionandGET /healthexpose version info