Skip to content

Releases: dawalama/remote-dev-control

v0.3.0

24 Apr 00:25

Choose a tag to compare

v0.2.0

08 Apr 17:17

Choose a tag to compare

Add workstreams, intelligent orchestrator, agent sessions

v0.1.1

02 Apr 19:02

Choose a tag to compare

What's Changed

Terminal Persistence

  • Fix terminals not surviving server restart (session metadata and relay sockets were written to wrong path)
  • Smart agent launcher (rdc-launch) handles session detection per agent CLI
  • Fix garbled output on reconnect: defer SIGWINCH to first client connect, clear stale ring buffer

Multi-Client Terminals

  • Multiple clients (desktop, mobile, kiosk) can view the same terminal
  • Active client (typing) controls PTY dimensions, others get xterm.js reflow
  • Auto-focus terminal on mount and WebSocket connect

Project Setup

  • Fix new projects landing inside RDC source tree (configurable projects_dir)
  • Fix duplicate rdc.yml/rdc.yaml generation
  • Fix Claude preset: use rdc-launch for session-aware startup
  • Auto-build frontend on rdc server start if dist is missing
  • Interactive rdc setup command for guided configuration

Open Source

  • MIT license
  • PyPI package: pip install rdc
  • GitHub Actions for PyPI publishing
  • Secrets audit (clean)
  • README rewritten for open source launch

Full Changelog: https://github.com/dawalama/remote-dev-ctrl/compare/v0.1.0...v0.1.1

v0.1.0 - Initial Release

27 Mar 13:07

Choose a tag to compare

RDC v0.1.0

Command center for AI-assisted development. Manage multiple AI coding agents from any device.

Highlights

  • Multi-agent dashboard — Monitor Claude Code, Cursor, Gemini CLI across projects in one UI
  • Mobile-first — Full terminal access from your phone with virtual keyboard and touch controls
  • Browser automation — Local Chrome (no Docker), shared agent+user sessions, observe-act loop
  • Three layouts — Desktop (IDE-like), Mobile (cards), Kiosk (tablet sidebar)
  • Terminals that survive — PTY sessions persist across server restarts and network drops
  • Multi-client aware — Desktop and mobile can view the same terminal without dimension conflicts

Install

pip install rdc
rdc setup
rdc server start

Or from source: see README

License

MIT