2 pointsby binwen2 days ago1 comment
  • binwen2 days ago
    I got tired of babysitting Claude Code, Copilot, Open Code, Gemini cli etc. You kick off a long task, go grab coffee, and come back to find it's been stuck on a y/n prompt for 20 minutes. All that work, frozen. So I built oly (open-relay).

    What it does:

    oly is a PTY daemon that owns your agent sessions. Close the terminal — the agent keeps running. It watches for input prompts, notifies you, and lets you unblock it with a single command from anywhere.

    No terminal required. No babysitting.

    The part that surprised people when I showed them:

    You can run one agent to supervise another. The supervisor handles routine decisions autonomously and escalates only when it's genuinely unsure or needs elevated permission. You're still in the loop — just not watching.

    It's deliberately local-first. No built-in network listener. Expose it through Tailscale, Cloudflare Access, or any auth proxy you control. Everything is logged. Your infra, your rules.

    Works with Claude Code, Gemini CLI, OpenCode, or any CLI tool, especially needs interaction.

    Repo: https://github.com/Slaveoftime/open-relay