Remora v0.7.1
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 fix —
wss://connections work through Cloudflare tunnels - Plugin leave/rejoin fix — clean buffer + state cleanup on disconnect
- Plugin env var fallbacks —
REMORA_URL,REMORA_TEAM_TOKEN,REMORA_NAME - Deploy tooling —
scripts/deploy-check.shfor 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/namein setup or env vars