Skip to content

Releases: kody-w/rapp-installer

v0.6.0 — Account Switcher, Auth Race Fix, Diagnostics Privacy

11 Apr 16:27

Choose a tag to compare

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_id scrubbed 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.0

Upgrade

cd ~/.brainstem/src && git pull

v0.5.0 — Flight Recorder, Persistent Auth, Get Help

11 Apr 16:26

Choose a tag to compare

Major reliability release. Auth persists through page refresh and server restart. Full-lifecycle diagnostics.

Highlights

  • Flight recorder: book.json captures 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.0

v0.1.0 — Local-Only Agents

11 Apr 16:26

Choose a tag to compare

First versioned release. Focuses the brainstem on local-first, stateless agent execution.

Highlights

  • Removed remote agent system — only local *_agent.py files are discovered
  • Agents load fresh on every request — edit and test without restart
  • Added VERSION file + auto-upgrade support in installers
  • GET /version and GET /health expose version info