Releases: dawalama/remote-dev-control
Releases · dawalama/remote-dev-control
v0.3.0
v0.2.0
v0.1.1
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-launchfor session-aware startup - Auto-build frontend on
rdc server startif dist is missing - Interactive
rdc setupcommand 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
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 startOr from source: see README
License
MIT