The Path Has To Exist: Fixing Claude Code's CI Panel for Remote Dev (Without Melting a CPU)

Claude Code’s desktop CI panel shells out to local gh in the session’s working directory — a remote path that doesn’t exist on my Mac. I fixed the premise by making the path exist: first with a FUSE-T mount that pinned a CPU at 100%, then with a git-worktree mirror that doesn’t. Plus the open-source tool that does it for you.

June 9, 2026 · 4 min · Eugene Oleinik

iTerm2 + tmux -CC: The Remote Development Setup Nobody Talks About

How iTerm2’s tmux control mode turns remote SSH sessions into native Mac tabs with persistent sessions, proper scrollback, and zero friction.

December 22, 2025 · 5 min · Eugene Oleinik