Skip to content

Remora v0.7.1

Choose a tag to compare

@Logan-Garrett Logan-Garrett released this 01 May 00:56
· 189 commits to master since this release

Remora v0.7.1

Collaborative Claude Code sessions — share a single Claude session across your team via Neovim or web browser.

What's New

  • Web client — connect from any browser at your deployed URL
  • /health endpoint — server readiness checks for monitoring
  • /help command — lists all available slash commands
  • CORS support — web client can connect cross-origin
  • WebSocket keepalive — 30s pings prevent proxy idle disconnects
  • Bridge TLS fixwss:// connections work through Cloudflare tunnels
  • Plugin leave/rejoin fix — clean buffer + state cleanup on disconnect
  • Plugin env var fallbacksREMORA_URL, REMORA_TEAM_TOKEN, REMORA_NAME
  • Deploy toolingscripts/deploy-check.sh for post-deploy verification
  • Full command parity — web client supports all commands the Neovim plugin does

Connect

  • Web: Visit your deployed URL, enter server URL + team token + name
  • Neovim: Install the plugin, configure url/token/name in setup or env vars