Skip to content

2.0.0 - Remote Control

Choose a tag to compare

@Nebur692 Nebur692 released this 24 Jul 22:55
· 13 commits to main since this release

English

New Remote Control section on the Settings page: runs claude remote-control as a supervised background process, so you can drive a Claude Code session on this NAS from claude.ai/code or the Claude mobile app — outbound HTTPS only, nothing opened inbound.

  • Always resumes the same ongoing session in its configured directory (--continue), falling back to a fresh session only the very first time.
  • Only starts when you click Start on the Settings page — never launched automatically at boot.
  • Auto-respawns on transient exits (e.g. Anthropic's documented ~10min network-outage timeout).
  • Defaults to /root/claude-remote-control rather than /root itself, since Unraid never persists workspace trust for a home directory.
  • Requires a claude.ai OAuth login (Pro/Max/Team/Enterprise) — API key auth isn't supported by this Anthropic feature.

Verified live end-to-end: a fresh session was created, cleanly stopped, and correctly resumed via --continue on restart with the exact same session ID.

Español

Nueva sección Control Remoto en la página de Settings: ejecuta claude remote-control como un proceso en segundo plano supervisado, para controlar una sesión de Claude Code en este NAS desde claude.ai/code o la app móvil de Claude — solo conexiones HTTPS salientes, nada abierto hacia adentro.

  • Siempre retoma la misma sesión en curso en su directorio configurado (--continue), y solo arranca una sesión nueva la primera vez.
  • Solo arranca cuando pulsás Iniciar en Settings — nunca se lanza solo al arrancar Unraid.
  • Se reinicia solo ante caídas transitorias (por ejemplo, el timeout de ~10 min por corte de red que documenta Anthropic).
  • Usa por defecto /root/claude-remote-control en vez de /root directamente, porque Unraid nunca recuerda la confianza del workspace para un directorio home.
  • Requiere haber iniciado sesión con OAuth de claude.ai (Pro/Max/Team/Enterprise) — esta función de Anthropic no admite autenticación por API key.

Verificado en vivo de punta a punta: se creó una sesión nueva, se detuvo limpiamente, y al reiniciar retomó correctamente la misma sesión vía --continue con idéntico ID.