<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lugiax</title>
    <description>The latest articles on DEV Community by Lugiax (@lugia123).</description>
    <link>https://dev.to/lugia123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4126701%2F15d26365-28c2-4c77-a294-421ddfac1ae8.png</url>
      <title>DEV Community: Lugiax</title>
      <link>https://dev.to/lugia123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lugia123"/>
    <language>en</language>
    <item>
      <title>I built a terminal where one AI CLI supervises the others, so overnight runs actually finish</title>
      <dc:creator>Lugiax</dc:creator>
      <pubDate>Tue, 15 Sep 2026 17:28:24 +0000</pubDate>
      <link>https://dev.to/lugia123/i-built-a-terminal-where-one-ai-cli-supervises-the-others-so-overnight-runs-actually-finish-5e13</link>
      <guid>https://dev.to/lugia123/i-built-a-terminal-where-one-ai-cli-supervises-the-others-so-overnight-runs-actually-finish-5e13</guid>
      <description>&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt; I run several AI CLIs at once (Claude Code, Codex, Qwen). Two things kept breaking overnight runs: an agent quits after an hour (network error, or it just decides it's done), and sub-agents fudge their reports when they hand work back. The existing tools let me &lt;em&gt;see&lt;/em&gt; many agents. None of them made one agent &lt;em&gt;responsible&lt;/em&gt; for the others.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Polter does:&lt;/strong&gt; it's a Ghostty fork with an MCP layer. Any MCP-capable CLI can be the supervisor. It opens tabs, starts other CLIs, types into them, reads their screens. Workers report into a group chat and a shared task list. If a worker's screen goes quiet, the supervisor is told. If the supervisor goes quiet, Polter pokes it.&lt;/p&gt;

&lt;p&gt;Here's what that actually looks like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=_u-pgdNeqCc" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=_u-pgdNeqCc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it compares&lt;/strong&gt; (from each project's README/docs, Sept 2026 — correct me if I got something wrong):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Polter&lt;/th&gt;
&lt;th&gt;Claude Code Agent View&lt;/th&gt;
&lt;th&gt;cmux&lt;/th&gt;
&lt;th&gt;herdr&lt;/th&gt;
&lt;th&gt;Claude Squad&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Works with any CLI (Codex, Qwen, opencode…)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No, Claude Code sessions only&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Claude Code, Codex, Gemini, Aider&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Agents can drive the terminal (read screen, type, open tabs)&lt;/td&gt;
&lt;td&gt;Yes, via MCP&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes, via CLI + socket&lt;/td&gt;
&lt;td&gt;Yes, via socket&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;One agent supervises others (roles, task list, group chat)&lt;/td&gt;
&lt;td&gt;Built in&lt;/td&gt;
&lt;td&gt;No (you supervise)&lt;/td&gt;
&lt;td&gt;You build it on the API&lt;/td&gt;
&lt;td&gt;You build it on the API&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stopped worker → someone is notified&lt;/td&gt;
&lt;td&gt;Supervisor agent is told; it can restart&lt;/td&gt;
&lt;td&gt;You are notified; unexpected exits auto-restart&lt;/td&gt;
&lt;td&gt;You are notified&lt;/td&gt;
&lt;td&gt;You are notified (state in sidebar)&lt;/td&gt;
&lt;td&gt;Not mentioned&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Supervisor itself gets nudged if idle&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Needs API keys&lt;/td&gt;
&lt;td&gt;No, uses your CLIs' own login&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Platform&lt;/td&gt;
&lt;td&gt;macOS, Windows (63/72 actions), Linux from source&lt;/td&gt;
&lt;td&gt;Wherever Claude Code runs&lt;/td&gt;
&lt;td&gt;macOS only&lt;/td&gt;
&lt;td&gt;macOS, Linux, Windows beta&lt;/td&gt;
&lt;td&gt;macOS, Linux&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Offline / no account&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Honest gaps:&lt;/strong&gt; only Claude Code is tested end-to-end as supervisor. Codex/Qwen/opencode work fine as workers; their supervisor path is untested. Windows is missing 9 actions. It's a fork, so upstream Ghostty updates get merged with some lag.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Polter won't do:&lt;/strong&gt; answer permission prompts for an agent, unlock a tab you've locked, or bypass a CLI's own permissions. Those are hard-coded, not prompts.&lt;/p&gt;

&lt;p&gt;MIT licensed: &lt;a href="https://github.com/Lugia123/polter" rel="noopener noreferrer"&gt;https://github.com/Lugia123/polter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqqn3i5rosikoc0fpfru1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqqn3i5rosikoc0fpfru1.png" alt=" " width="800" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>cli</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
