# opus[1m] ## Retrieval Notes - Session id: `a9f89154-eb4e-4c36-a4c2-560bbd2f8609` - Last activity: `2026-03-20T15:34:28.168Z` ## My Notes <!-- Add your notes here. This section is preserved across syncs. --> ## Conversation ### User opus[1m] ### User 20 Mar 2026 in the last couple of weeks anthropic has released features to connect claude on my phone to my desktop with 'dispatch' in clause cowork, and remote control in claude code. I often use claude code through the client agent plugin in obsidian. would either of the new features from antropic help me converse with claude from my phone when he is inside this plugin ### Assistant Good question. Let me check what I can find about these features — they're post my training cutoff, so I want to ground this rather than speculate. ### Assistant Neither feature works with Claudian right now, but for different reasons: ## Dispatch Dead end. It's a closed channel between the Claude mobile app and the Claude Desktop app (Cowork). There's no API or protocol to redirect it — it simply doesn't talk to Claude Code in any form. ## Remote Control This is the one that *almost* works. It does exactly what you want — bridges a local Claude Code session to your phone via Anthropic's relay. But it requires an interactive terminal session with a TTY. You activate it with `/remote-control` in the CLI, which gives you a QR code to scan. Claudian spawns Claude Code as an SDK subprocess (headless), not an interactive terminal. The `/remote-control` slash command isn't available in that mode. There's an open feature request (GitHub #30447) asking for exactly this — a headless/daemonizable remote-control mode that would work without a TTY. ## What would unlock it The most likely path: Anthropic ships headless remote-control support (either as a CLI flag like `--remote-control` or as an Agent SDK option). Once that exists, Claudian could wire it in and you'd get phone → Obsidian Claude sessions. The feature request exists, so it's on their radar. ## Workaround in the meantime If you need phone access urgently, you could run a standalone Claude Code session in tmux alongside Claudian, enable `/remote-control` there, and work with the same vault. You wouldn't get Claudian's UI integration, but you'd have the same tools and vault access from your phone. Not ideal, but functional. *Remote Control è il ponte giusto — manca solo che funzioni senza terminale, e il sottoprocesso di Claudian potrebbe finalmente parlare col telefono.*