← Back to Changelog

Changelog

June 2026

🔗

One-command pairing

Connect any remote machine in seconds — no SSH keys, no open ports. Run pair listen, share one curl one-liner with your peer, and the machine appears as a target automatically.

Real-time streaming output

Add --stream to any command and watch stdout/stderr appear line-by-line in real time. Perfect for following build logs, tailing files, or monitoring long-running processes.

📦

Zero-friction install on any machine

The install script detects arch, stops any running daemon, downloads to /tmp to avoid file-busy errors, then sets up a persistent systemd service — or falls back to nohup automatically.

🎯

Named aliases with relay routing

Give targets friendly names with --name. Aliases are transparently resolved to the relay-registered hostname so commands always reach the right machine.

🤖

Agent-first design

Structured JSON output (stdout, stderr, exit code, duration) every time. Self-describing via SuperCLI's inspect command. Zero parsing required for AI agents.

🐛

Reliability fixes

Fixed binary-busy install failures, cleaned up unused imports, and hardened the install script to handle re-installs gracefully on machines with an existing daemon running.

🚀 Features

  • [02/06]feat: Add help documentation and improve error messages for rcx, rcl, and rcs wrappers

🐛 Bug Fixes

  • [02/06]fix(install.sh): download to /tmp first to avoid busy binary error

📚 Documentation

  • [02/06]docs: rewrite README with full feature coverage and polish

💼 Other

  • [02/06]Fix main changelog page footer width
  • [02/06]Fix changelog footer width constraint
  • [02/06]Add Ko-fi support badge to README
  • [02/06]Add Ko-fi support link to docs footer and nav
  • [02/06]Add docs/ with landing page and changelogs
  • [02/06]Fix install.sh: stop daemon before overwriting binary, use tmp file
  • [02/06]Bump version to 1.1.0
  • [02/06]Add peer pairing flow for external targets
  • [02/06]Add streaming support documentation to SKILL.md and README.md
  • [02/06]Fix unused imports in alias.go
  • [02/06]Add real-time streaming output support via --stream flag