Skip to content

Releases: Logan-Garrett/remora

v0.11.1

Choose a tag to compare

@Logan-Garrett Logan-Garrett released this 20 May 03:59

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.11.0

Choose a tag to compare

@Logan-Garrett Logan-Garrett released this 20 May 02:55

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 19 May 01:00

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 04 May 17:12

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 01 May 06:01

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 01 May 05:48

See CHANGELOG.md for details.
Try the hosted web client: https://remora.configurationproxy.com

v0.8.0

Choose a tag to compare

@Logan-Garrett Logan-Garrett released this 01 May 03:43

What's new

Added

  • Playwright E2E test suite — login, sessions, chat, and mobile flows
  • Mobile-responsive CSS (@media max-width: 640px) — full-width cards, 16px inputs (prevents iOS Safari zoom), 44px tap targets
  • Mobile test matrix: iPhone 12, iPhone 15 Pro, iPhone 15 Pro Max, Pixel 5, Pixel 7, Galaxy S24
  • npm audit + TypeScript type-check CI job (web-audit)
  • CLAUDE.md, ROADMAP.md, CONTRIBUTING.md, CHANGELOG.md — project documentation
  • docs/architecture.md — deep-dive architecture with Mermaid diagrams (DB schema, /run sequence, state machines, multi-instance deployment)
  • GitHub issue templates and PR template
  • DB performance indexes on session_repos, session_runs, pending_approvals, sessions
  • start.sh / stop.sh deployment scripts
  • CI path filtering — skips pipeline for doc-only changes
  • README: "Why Remora?" section, hosted client link, release/stars/issues badges

Changed

  • License changed from MIT to Source Available — free for personal, internal, and non-commercial open-source use. Commercial distribution or use in a paid product requires a written agreement. See LICENSE.

Fixed

  • CI: server crashed on start in E2E job due to missing REMORA_WORKSPACE_DIR
  • Playwright selector mismatch on description input placeholder
  • Desktop Chromium project no longer runs mobile-only specs

Try the hosted web client →

Full changelog: https://github.com/Logan-Garrett/remora/blob/master/CHANGELOG.md

Remora v0.7.1

Choose a tag to compare

@Logan-Garrett Logan-Garrett released this 01 May 00:56

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