<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>herdr — The AI Toolchain</title>
    <link>https://aitoolchain.io/tools/herdr</link>
    <description>New releases and features in herdr, tracked by The AI Toolchain.</description>
    <language>en</language>
    <lastBuildDate>Wed, 19 Aug 2026 18:00:03 GMT</lastBuildDate>
    <atom:link href="https://aitoolchain.io/tools/herdr/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>herdr v0.8.2</title>
      <link>https://github.com/herdrdev/herdr/releases/tag/v0.8.2</link>
      <guid isPermaLink="true">https://github.com/herdrdev/herdr/releases/tag/v0.8.2</guid>
      <pubDate>Wed, 19 Aug 2026 18:00:03 GMT</pubDate>
      <description>herdr v0.8.2 adds Windows GA, Qwen Code support, remote attach, new config keys for window titles, tab bar status, and pane resize bindings
• Adds `ui.window_title` config key to keep the outer terminal window title in sync with the active workspace and host across window managers and tab bars.
• Adds `ui.pane_outer_borders` config key to independently show or hide the outside edges of split-pane borders.
• Adds `ui.status_indicators = &quot;symbols&quot;` setting to use distinct static shapes for blocked, working, done, idle, and unknown agent states.
• Adds `theme.custom.sidebar_bg` config key to give the desktop sidebar its own background color without changing built-in theme defaults.
• Adds `theme.custom.selection_bg` config key for a dedicated per-theme cursor color in Navigate-mode selection rows.
• Adds optional `keys.move_tab_previous` and `keys.move_tab_next` bindings to reorder the active tab in place, wrapping at either end.
• Adds optional `keys.resize_pane_left`, `keys.resize_pane_down`, `keys.resize_pane_up`, and `keys.resize_pane_right` bindings to resize the focused pane in one keystroke without entering resize mode.
• Windows clients can now use `herdr --remote` to attach to Herdr servers on Linux and macOS.
• Panes can now route right-click gestures to mouse-reporting applications via the pane menu, `herdr pane input`, `pane.input.set`, or the `pane split --right-click pane` launch option.
• Adds Qwen Code detection for idle, working, and user-confirmation states, plus optional native session restore.
• The desktop tab bar now supports configurable right-aligned status entries for zoom state, hostname, date/time, literal text, and asynchronously refreshed command output.
• Copy mode now supports `B`, `E`, and `W` motions over whitespace-delimited big words.
• Cursor Agent CLI, MastraCode, Hermes Agent, and Grok CLI integrations now install and run natively on Windows.
• Windows support is now generally available through stable releases, using the stable update channel by default.
• Headless servers now use a configurable 120×40 virtual terminal (up from 80×24) when no client is attached.
• The plugin marketplace now discovers valid manifests at repository roots and subdirectories, groups multiple plugins per repository, and publishes their versions and exact default-branch commits.</description>
    </item>
    <item>
      <title>herdr preview-2026-08-18-9fac51722653</title>
      <link>https://github.com/herdrdev/herdr/releases/tag/preview-2026-08-18-9fac51722653</link>
      <guid isPermaLink="true">https://github.com/herdrdev/herdr/releases/tag/preview-2026-08-18-9fac51722653</guid>
      <pubDate>Tue, 18 Aug 2026 19:56:48 GMT</pubDate>
      <description>herdr preview adds Windows general availability and plugin marketplace discovery shelves.
• Makes Windows support generally available, including installer and keybinding support.
• Adds plugin marketplace discovery shelves — trending and new arrivals — for browsing available plugins.</description>
    </item>
    <item>
      <title>herdr preview-2026-08-17-1147e60bc0a4</title>
      <link>https://github.com/herdrdev/herdr/releases/tag/preview-2026-08-17-1147e60bc0a4</link>
      <guid isPermaLink="true">https://github.com/herdrdev/herdr/releases/tag/preview-2026-08-17-1147e60bc0a4</guid>
      <pubDate>Mon, 17 Aug 2026 14:36:20 GMT</pubDate>
      <description>herdr preview adds configurable headless terminal size, pane resize keybinds, tab-bar status, per-pane right-click routing, and Windows agent support.
• Adds configurable headless terminal size, enabling unattended agent runs at a defined column/row geometry.
• Adds direct pane resize keybindings for keyboard-driven layout control without prefix chords.
• Adds configurable tab bar status display.
• Makes outer pane borders configurable.
• Adds per-pane right-click routing so right-click events can be directed to specific panes.
• Supports all agent integrations on Windows, closing the gap between Windows and Unix agent workflows.
• Adds direct pane frame streaming for lower-latency terminal output delivery.
• Adds move-tab keybind actions for reordering tabs from the keyboard.
• Adds big-word motion support in the terminal editor.
• Supports remote attach to Unix hosts, allowing `herdr` sessions to be reached over SSH.
• Adds distinct status indicators for pane/agent state.
• Adds optional sidebar background styling.
• Adds Qwen code detection and session restore.
• Keeps the outer terminal window title in sync with the active session.
• Indexes marketplace manifests and tracks star history for trending and new plugin surfaces.</description>
    </item>
    <item>
      <title>herdr v0.8.0</title>
      <link>https://github.com/herdrdev/herdr/releases/tag/v0.8.0</link>
      <guid isPermaLink="true">https://github.com/herdrdev/herdr/releases/tag/v0.8.0</guid>
      <pubDate>Mon, 03 Aug 2026 19:00:03 GMT</pubDate>
      <description>herdr v0.8.0 adds `--skill` flag, new config keys for UI layout, Grok/Antigravity session restore, and `workspace.move_block` API.
• Adds `herdr --skill` flag to print the agent skill bundled with the running binary.
• Adds `ui.pane_scrollbars = false` config key to hide terminal pane scrollbars and reclaim their reserved column.
• Adds `ui.tab_bar_position = &quot;bottom&quot;` config key to place the desktop tab row below terminal panes.
• Adds `HERDR_PROCESS_DETECTION=child-groups` environment variable to opt Linux runtimes without terminal foreground process groups into child-group agent detection.
• Adds `workspace.move_block` API method and `workspace.reordered` event, enabling atomic worktree-group reordering.
• Adds Grok CLI session reporting and native restore via `grok --resume &lt;id&gt;`.
• Adds Antigravity CLI session reporting and native restore via `agy --conversation &lt;id&gt;`.
• Adds live filtering to the keybind help overlay using `/`, Backspace, and `Ctrl+U`.
• Adds automatic text history reads for idle alternate-screen agents, with the application viewport restored after collection.
• Windows preview downloads now bundle Herdr and a modern app-local ConPTY runtime in a single archive.</description>
    </item>
    <item>
      <title>herdr preview-2026-07-29-44b3adb12552</title>
      <link>https://github.com/herdrdev/herdr/releases/tag/preview-2026-07-29-44b3adb12552</link>
      <guid isPermaLink="true">https://github.com/herdrdev/herdr/releases/tag/preview-2026-07-29-44b3adb12552</guid>
      <pubDate>Wed, 29 Jul 2026 13:47:19 GMT</pubDate>
      <description>Adds grok CLI integration for native session restore and keybind help filtering in this preview build.
• Adds grok CLI integration (`herdr integration`) for native session restore, enabling grok agent sessions to persist and reattach like other supported agents.
• Adds filter support to keybind help display, letting users search or narrow the keybind reference in the UI.
• Prints bundled agent skill and next CLI steps on startup to guide agents and users toward `herdr --skill` and related entry points.
• Switches IME to ASCII automatically in prefix mode on Windows (Korean IME), improving keyboard input reliability for non-US layouts.
• Publishes versioned release documentation alongside each release.</description>
    </item>
  </channel>
</rss>
