Skip to content

Rainier CLI v0.0.8 beta

Pre-release
Pre-release

Choose a tag to compare

@jiashuoz jiashuoz released this 07 Sep 18:29
· 15 commits to main since this release

Rainier CLI v0.0.8 keeps full-screen coding-agent interfaces intact while an attachment recovers from a transient transport or controller-lease interruption.

Changes

  • Preserve the remote alternate screen, cursor, and scrollback across reconnects.
  • Keep local reconnect diagnostics out of Claude Code and Codex terminal rendering.
  • Refresh hosted authentication during reconnect without losing the rendered cursor.
  • Add rainier connection ls, rainier connection share, and rainier connection unshare for hosted GitHub connections.
  • Prevent runner registration from scheduling a session before its initial reconciliation has settled.

Install

npm install -g @tokencanopy/rainier@0.0.8
rainier version

Standalone binaries are attached for macOS and Linux on arm64 and amd64. SHA-256 checksums and build provenance are included.

Current limitation

A CLI attachment is an interactive controller. Use one active controller per session; simultaneous CLI attachments are not a read-only multi-view mode yet.

This release publishes CLI binaries only. Existing hosted control-plane and runner processes do not need to restart for the terminal reconnect fix.