<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Herdr on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/herdr/</link>
        <description>Recent content in Herdr on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 06 Jul 2026 07:34:53 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/herdr/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>herdr: manage multiple AI coding agents in one terminal</title>
        <link>https://knightli.com/en/2026/07/06/herdr-terminal-agent-multiplexer/</link>
        <pubDate>Mon, 06 Jul 2026 07:34:53 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/07/06/herdr-terminal-agent-multiplexer/</guid>
        <description>&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ogulcancelik/herdr&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;herdr&lt;/a&gt; is a terminal multiplexer for AI coding agents. Think of it as tmux redesigned for agents: each agent runs in a real terminal, while herdr organizes them into workspaces, tabs, and panes, and shows whether each agent is blocked, working, done, or idle.&lt;/p&gt;
&lt;p&gt;If you use Claude Code, Codex, OpenCode, Devin, Cursor Agent, or other CLI agents at the same time, the hard part is not launching them. The hard part is remembering which one is waiting, which one is still running, and whether a disconnected terminal can be recovered. herdr focuses on that multi-agent scheduling problem.&lt;/p&gt;
&lt;h2 id=&#34;what-herdr-is&#34;&gt;What herdr is
&lt;/h2&gt;&lt;p&gt;The official description is: an agent multiplexer that lives in your terminal.&lt;/p&gt;
&lt;p&gt;It is not an Electron GUI and it does not redraw terminals inside a separate app window. herdr is a local Rust binary that runs in your existing terminal. Each agent gets a real terminal, which helps full-screen TUIs, interactive prompts, mouse support, Unicode, and complex output behave normally.&lt;/p&gt;
&lt;p&gt;Key ideas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;single Rust binary;&lt;/li&gt;
&lt;li&gt;real terminal per agent;&lt;/li&gt;
&lt;li&gt;workspace, tab, pane;&lt;/li&gt;
&lt;li&gt;agent state detection;&lt;/li&gt;
&lt;li&gt;detach / reattach;&lt;/li&gt;
&lt;li&gt;SSH remote;&lt;/li&gt;
&lt;li&gt;local socket API;&lt;/li&gt;
&lt;li&gt;no account, no telemetry.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The project is mainly Rust, uses &lt;code&gt;master&lt;/code&gt; as the default branch, has &lt;a class=&#34;link&#34; href=&#34;https://herdr.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;herdr.dev&lt;/a&gt; as its site, and the latest release is &lt;code&gt;v0.7.1&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-problem-it-solves&#34;&gt;What problem it solves
&lt;/h2&gt;&lt;p&gt;tmux is powerful, but it does not know whether a pane is running an AI agent or waiting for user confirmation. GUI agent managers can show state, but they are separate apps and often give up some native terminal behavior.&lt;/p&gt;
&lt;p&gt;herdr sits between them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;sessions persist like tmux;&lt;/li&gt;
&lt;li&gt;agent status is visible like a GUI manager;&lt;/li&gt;
&lt;li&gt;it still lives in the terminal and works over SSH;&lt;/li&gt;
&lt;li&gt;it does not replace Claude Code, Codex, or other agents;&lt;/li&gt;
&lt;li&gt;it exposes a socket API so agents can control herdr.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That matters when Codex is debugging one issue, Claude Code is editing a module, and OpenCode is exploring another branch. The sidebar can show who is blocked, finished, or still working.&lt;/p&gt;
&lt;h2 id=&#34;main-features&#34;&gt;Main features
&lt;/h2&gt;&lt;h3 id=&#34;one-real-terminal-per-agent&#34;&gt;One real terminal per agent
&lt;/h3&gt;&lt;p&gt;herdr gives each agent a real pane instead of simulating a terminal. Full-screen TUIs, interactive input, multiline paste, colors, and wide characters should be more reliable than inside a GUI-embedded terminal view.&lt;/p&gt;
&lt;h3 id=&#34;clear-agent-state&#34;&gt;Clear agent state
&lt;/h3&gt;&lt;p&gt;The sidebar groups agents into:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;blocked;&lt;/li&gt;
&lt;li&gt;working;&lt;/li&gt;
&lt;li&gt;done;&lt;/li&gt;
&lt;li&gt;idle.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The README says detection defaults to process-name matching plus terminal-output heuristics, so every agent does not need a hook. Some official integrations provide more native session restore and semantic state.&lt;/p&gt;
&lt;h3 id=&#34;workspace-tab-pane&#34;&gt;Workspace, tab, pane
&lt;/h3&gt;&lt;p&gt;You can split work by repository, project, or task using workspaces, tabs, and panes. herdr supports mouse clicks, drag and drop, pane splits, and keyboard shortcuts.&lt;/p&gt;
&lt;h3 id=&#34;detach-while-tasks-keep-running&#34;&gt;Detach while tasks keep running
&lt;/h3&gt;&lt;p&gt;herdr has a background server. After detach, panes and agents keep running; running &lt;code&gt;herdr&lt;/code&gt; again reattaches. This also fits server workflows over SSH.&lt;/p&gt;
&lt;h3 id=&#34;remote-mode&#34;&gt;Remote mode
&lt;/h3&gt;&lt;p&gt;Plain &lt;code&gt;ssh + tmux&lt;/code&gt; can lose some modern terminal capabilities such as image paste or richer protocol features. herdr provides &lt;code&gt;--remote&lt;/code&gt;, where the local terminal acts as a client for a remote herdr server.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr --remote workbox
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr --remote ssh://you@yourserver:2222
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;If your agents run on a remote development machine, this is one of herdr&amp;rsquo;s most useful features.&lt;/p&gt;
&lt;h3 id=&#34;socket-api-and-scripting&#34;&gt;Socket API and scripting
&lt;/h3&gt;&lt;p&gt;herdr exposes a local Unix socket API. Agents can create workspaces, split panes, launch helpers, read output, and subscribe to state changes instead of scraping the screen.&lt;/p&gt;
&lt;p&gt;It also provides a reusable skill:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npx skills add ogulcancelik/herdr --skill herdr -g
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;That makes herdr not only a human multiplexer, but also a component in agent workflows.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;p&gt;The recommended script is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -fsSL https://herdr.dev/install.sh &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sh
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Windows preview beta:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;powershell&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ExecutionPolicy&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Bypass&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-c&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;irm https://herdr.dev/install.ps1 | iex&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Other options:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;brew install herdr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mise use -g herdr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nix run github:ogulcancelik/herdr
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You can also download stable Linux/macOS binaries from GitHub releases. For &lt;code&gt;v0.7.1&lt;/code&gt;, the assets include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;herdr-linux-aarch64&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;herdr-linux-x86_64&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;herdr-macos-aarch64&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;herdr-macos-x86_64&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Script installs can update with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr update
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Homebrew, mise, and Nix versions should be updated through their package managers.&lt;/p&gt;
&lt;h2 id=&#34;quick-start&#34;&gt;Quick start
&lt;/h2&gt;&lt;p&gt;Start herdr:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;It starts or connects to the background server and opens a workspace. Then launch agents in panes:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;codex
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;claude
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;opencode
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The default prefix is &lt;code&gt;ctrl+b&lt;/code&gt;: press &lt;code&gt;ctrl+b&lt;/code&gt;, release it, then press the action key.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Action&lt;/th&gt;
          &lt;th&gt;Shortcut&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;New workspace&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;shift+n&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Split pane vertically or horizontally&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;v&lt;/code&gt; or &lt;code&gt;minus&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;New tab&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;c&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Switch workspace&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;w&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Detach&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;q&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Show all shortcuts&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ctrl+b&lt;/code&gt;, then &lt;code&gt;?&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;After detach, agents keep running. Run this to return:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;supported-agents&#34;&gt;Supported agents
&lt;/h2&gt;&lt;p&gt;The README lists many supported agents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;pi;&lt;/li&gt;
&lt;li&gt;Claude Code;&lt;/li&gt;
&lt;li&gt;Codex;&lt;/li&gt;
&lt;li&gt;Droid;&lt;/li&gt;
&lt;li&gt;Amp;&lt;/li&gt;
&lt;li&gt;OpenCode;&lt;/li&gt;
&lt;li&gt;Grok CLI;&lt;/li&gt;
&lt;li&gt;Hermes Agent;&lt;/li&gt;
&lt;li&gt;Kilo Code CLI;&lt;/li&gt;
&lt;li&gt;Devin CLI;&lt;/li&gt;
&lt;li&gt;Cursor Agent;&lt;/li&gt;
&lt;li&gt;Antigravity CLI;&lt;/li&gt;
&lt;li&gt;Kimi Code CLI;&lt;/li&gt;
&lt;li&gt;GitHub Copilot CLI;&lt;/li&gt;
&lt;li&gt;Qoder CLI;&lt;/li&gt;
&lt;li&gt;Kiro CLI.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Gemini CLI and Cline are marked as detected but not fully tested. Other terminal programs can still run as ordinary panes, though state accuracy may be lower without a dedicated integration.&lt;/p&gt;
&lt;p&gt;Install official integrations with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;herdr integration install &amp;lt;agent&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The README mentions integrations for pi, omp, claude, codex, copilot, devin, droid, kimi, opencode, kilo, hermes, qodercli, and cursor.&lt;/p&gt;
&lt;h2 id=&#34;how-to-choose-against-tmux-and-gui-managers&#34;&gt;How to choose against tmux and GUI managers
&lt;/h2&gt;&lt;p&gt;tmux is still excellent if you mostly run shells on servers. If you use only one agent and do not need status overview, herdr may not add much.&lt;/p&gt;
&lt;p&gt;herdr fits better when you run multiple agents, need to see who is waiting, want detach/reattach, work over SSH, dislike GUI wrappers, or want agents to orchestrate terminal state through the socket API.&lt;/p&gt;
&lt;p&gt;GUI managers suit desktop-product workflows. herdr is more for terminal users and remote development environments.&lt;/p&gt;
&lt;h2 id=&#34;building-from-source&#34;&gt;Building from source
&lt;/h2&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/ogulcancelik/herdr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; herdr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cargo build --release
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./target/release/herdr
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Tests and checks:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;just &lt;span class=&#34;nb&#34;&gt;test&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;just check
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Most users should use the install script or release binary instead of building from source.&lt;/p&gt;
&lt;h2 id=&#34;notable-updates-in-v071&#34;&gt;Notable updates in v0.7.1
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;v0.7.1&lt;/code&gt; was released on 2026-06-24. Highlights include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;[update].version_check&lt;/code&gt; and &lt;code&gt;[update].manifest_check&lt;/code&gt; to disable background version and remote agent-detection manifest checks;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;HERDR_AGENT=&amp;lt;agent&amp;gt;&lt;/code&gt; for Linux cases where wrappers, VMs, Bubblewrap, or &lt;code&gt;fence&lt;/code&gt; hide the real agent;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ui.pane_borders&lt;/code&gt; and &lt;code&gt;ui.pane_gaps&lt;/code&gt;;&lt;/li&gt;
&lt;li&gt;the Agents panel now shows all agents by default after removing workspace/all filters;&lt;/li&gt;
&lt;li&gt;user keybindings no longer leave two actions on the same key when overriding defaults;&lt;/li&gt;
&lt;li&gt;fixes for Windows Terminal multiline paste, ConPTY, CJK branch-name truncation, and remote handshake latency.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The release shows active work around Windows support and multi-agent lifecycle details.&lt;/p&gt;
&lt;h2 id=&#34;license-notes&#34;&gt;License notes
&lt;/h2&gt;&lt;p&gt;herdr is dual licensed:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;open source under GNU Affero General Public License v3.0 or later;&lt;/li&gt;
&lt;li&gt;commercial licensing for organizations that cannot meet AGPL requirements.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Personal or internal trial use is usually straightforward. Product integration, hosted services, or modified distribution should review AGPL obligations carefully.&lt;/p&gt;
&lt;h2 id=&#34;practical-advice&#34;&gt;Practical advice
&lt;/h2&gt;&lt;p&gt;Treat herdr as a multi-agent parallel workbench, not just a terminal decoration.&lt;/p&gt;
&lt;p&gt;A natural workflow is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;one repository per workspace;&lt;/li&gt;
&lt;li&gt;one task per pane;&lt;/li&gt;
&lt;li&gt;one agent per pane;&lt;/li&gt;
&lt;li&gt;use the sidebar for state;&lt;/li&gt;
&lt;li&gt;use detach/reattach for long tasks;&lt;/li&gt;
&lt;li&gt;use &lt;code&gt;herdr --remote&lt;/code&gt; on remote development machines;&lt;/li&gt;
&lt;li&gt;add official integrations or the socket API after the workflow is stable.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you already run Codex, Claude Code, and OpenCode in tmux, herdr&amp;rsquo;s appeal is direct: it keeps terminal freedom while adding an agent-status layer.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
