Skip to content

chore(deps): update dependency herdr to v0.8.2 - #208

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/herdr-0.x
Open

chore(deps): update dependency herdr to v0.8.2#208
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/herdr-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
herdr tools minor 0.7.50.8.2

Release Notes

herdrdev/herdr (herdr)

v0.8.2

Compare Source

Added
  • CLI help now points coding agents to Herdr's plain-text guide, documentation index, and built-in control skill.
  • Added Qwen Code detection for idle, working, and user-confirmation states, plus optional native session restore. (#​2730, #​2743)
  • Herdr now keeps the outer terminal window title in sync with the session through ui.window_title, so window managers and terminal tab bars show the active workspace and the host the panes actually run on. (#​2627, thanks @​dhh)
  • The desktop tab bar now has configurable right-aligned status entries for zoom state, hostname, date/time, literal text, and asynchronously refreshed command output.
  • Optional keys.move_tab_previous and keys.move_tab_next bindings now reorder the active tab in place, wrapping at either end. (#​2561, thanks @​dhh)
  • Optional keys.resize_pane_left, keys.resize_pane_down, keys.resize_pane_up, and keys.resize_pane_right bindings now resize the focused pane in one keystroke without entering resize mode. (#​2558, thanks @​dhh)
  • Windows clients can now use herdr --remote to attach to Herdr servers on Linux and macOS. (#​2329)
  • Cursor Agent CLI, MastraCode, Hermes Agent, and Grok CLI integrations now install and run natively on Windows.
  • Panes can now route normal right-click gestures to mouse-reporting applications through the pane menu, herdr pane input, pane.input.set, or the pane split --right-click pane launch option.
  • ui.pane_outer_borders can now keep or hide the outside edges of split-pane borders independently from internal dividers. (#​2535, thanks @​dhh)
  • theme.custom.sidebar_bg can now give the desktop sidebar its own background without changing built-in theme defaults.
  • Settings and ui.status_indicators = "symbols" can now use distinct static shapes for blocked, working, done, idle, and unknown agent states. (#​2260)
  • Navigate-mode selection rows now use a dedicated per-theme cursor color, customizable via theme.custom.selection_bg, so the cursor stays distinguishable from the active Space and Agent highlight.
  • Copy mode now supports B, E, and W motions over whitespace-delimited big words. (#​2270, thanks @​jplew)
  • The plugin marketplace now discovers valid manifests at repository roots and subdirectories, groups multiple plugins under each repository, and publishes their versions and exact default-branch commits.
Changed
  • Windows support is now generally available through stable releases and uses the stable update channel by default. Existing preview installs stay on preview until explicitly switched.
  • Headless servers now use a configurable 120×40 virtual terminal instead of 80×24 when no client is attached, giving newly created panes a practical default size. (#​2828)
  • Desktop tab labels are now centered in their tabs, so the active-tab highlight has symmetric padding. (#​2570, thanks @​dhh)
  • Experimental pane graphics now support bounded named layers, acknowledged full-RGBA primary-layer direct file frames on audited local terminals, owned BGRA fallback, exact pixel mouse input, and placement-only resize replay.
Fixed
  • Unix CLI commands now exit quietly when a downstream pipe closes instead of panicking with exit 101. (#​2994)
  • The terminal theme now keeps the active Space row fill visible when the Navigate cursor lands on it, in both expanded and collapsed sidebars. (#​2987)
  • Busy multi-pane sessions now avoid redundant hidden-pane wakeups and full terminal-state formatting in pane-scaled paths, preventing CPU regressions from high-rate background output, scrollbars, and enhanced keyboard modes. (#​2550, #​2901, #​2962)
  • Chinese IME commits now reach panes on macOS when the focused application requests printable key-release events. (#​2924)
  • Windows now recognizes Ctrl+1 through Ctrl+9 keybindings instead of decoding those key records as control characters. (#​2910)
  • PowerShell panes now keep their process-reported working directory synchronized with the shell's logical location. (#​2879, thanks @​Pimpmuckl)
  • Foreground typing no longer waits behind render cadence consumed by output from panes in hidden tabs. (#​2890)
  • The Windows ARM64 installer now waits for x64 emulation to release the verified executable before activating the downloaded release. (#​2916)
  • On Unix, Ctrl-click URL openers are now reaped after they exit, preventing defunct child processes from accumulating on long-running servers. (#​2903)
  • Windows updates now reuse only verified local packages, avoiding security-tool download blocks while preserving checksum validation. (#​2751, #​2816, thanks @​Pimpmuckl)
  • Herdr no longer sends the full OSC 4 palette query burst under WSL, preventing reply fragments from leaking into the shell through ConPTY. (#​2440)
  • Qwen Code panes now use locale-independent terminal-title states and localized confirmation fallbacks, preventing active or blocked turns from appearing idle. (#​2756)
  • Claude Code panes now recognize and strip every half-circle title spinner frame, preventing active turns from appearing idle and keeping titles clean. (#​2707, #​2709, #​2760, #​2762)
  • Copilot prompts now focus the target pane before sending input, so background panes do not silently drop prompts. (#​1698, #​2734, thanks @​xkrogen)
  • Agent hooks now invoke the running Herdr binary instead of whichever binary appears first on PATH. (#​2722, thanks @​Pimpmuckl)
  • Closing a terminal running herdr --remote no longer produces a local client core dump while the remote session stays alive. (#​2424)
  • Active Space and Agent rows now use dedicated theme colors that remain visible when the host terminal background matches the selected Herdr theme. (#​2792)
  • agent prompt now rejects agents already waiting at approval or question dialogs with agent_blocked, without sending text or Enter. (#​2788)
  • agent start now waits for new pane shells and first-run agent prompts to become ready instead of racing them or reporting premature readiness. (#​2410, #​2537, #​2773, #​2774, thanks @​Pimpmuckl)
  • prefix+e now preserves logical lines when opening soft-wrapped scrollback in an editor. (#​2733)
  • Alternate-screen pane reads avoid unnecessary ANSI formatting work, reducing read latency for TUI agents. (#​2387, #​2426)
  • Tab bar clicks are now properly registered when using Ghostty in native fullscreen. (#​796, #​2736, thanks @​HackAttack)
  • Prefix keybindings now disambiguate layout-aware shifted punctuation, so a shifted \ no longer triggers prefix+| on keyboard layouts where the same key produces both characters. (#​2674)
  • Remote clients now continue redrawing at very large terminal sizes instead of freezing when a full ANSI frame exceeds the transport limit. (#​2670)
  • Windows Git status refreshes now reuse repository configuration instead of repeatedly triggering security scans for WSL repositories. (#​2643, #​2688, thanks @​Pimpmuckl)
  • Windows idle agent detection now shares process snapshots across panes, reducing CPU use in sessions with many Git Bash panes. (#​2459, #​2494, #​2642, #​2651, thanks @​Pimpmuckl)
  • Embedded bare repositories now derive the correct repository name and worktree location. (#​2657, #​2660)
  • Root-repository workspaces now retain their saved labels across update restarts. (#​2594, #​2727)
  • Elevated Windows panes no longer expose PowerShell's administrator decoration as the terminal title. (#​2632, thanks @​Pimpmuckl)
  • Modal name inputs now anchor the host IME cursor to the text field instead of the pane behind the dialog. (#​1755, #​2569, thanks @​kataokatsuki)
  • Session Navigator movement ignores modified j, k, and arrow keys instead of consuming unrelated pane input. (#​1981, #​2377, thanks @​atomsbaza)
  • OpenCode panes now track the root conversation selected in their own TUI for native restore without adopting activity from attached clients. (#​2450)
  • Server stop requests now bypass pane and API traffic, preventing busy sessions from blocking shutdown or admitting a client while shutdown is pending. (#​2612)
  • Fish Ctrl+Alt keybindings now work in panes after legacy Alt-prefixed control bytes are decoded with both modifiers. (#​2514)
  • Windows recent-history reads no longer perform redundant snapshots, restoring recent output while reducing read cost. (#​962, #​2474, thanks @​Pimpmuckl)
  • The Windows installer now activates releases with an atomic directory swap, preventing interrupted updates from leaving an empty release directory. (#​2356, #​2530, thanks @​Pimpmuckl)
  • herdr config check now reports unknown built-in theme names instead of silently accepting them. (#​2452)
  • macOS herdr --remote clients now keep the accepted bridge socket blocking, preventing an immediate disconnect after the protocol handshake. (#​2478, thanks @​mathijshenquet)
  • Prefix keybindings now preserve Shift in WezTerm Kitty keyboard mode, so commands such as config reload no longer trigger their unshifted action. (#​2435)
  • Pane applications now receive modifyOtherKeys releases and shifted alternate reports without dropped releases or leaked Ctrl+Tab sequences. (#​2296, #​2302, #​2303)
  • Detaching now restores host keyboard reporting, preventing enhanced keyboard sequences from leaking into the shell after Herdr exits. (#​2393, #​2395)
  • Default mouse reports are decoded instead of leaking escape bytes into the focused pane. (#​2309, #​2312)
  • BEL characters emitted by pane programs now reach the outer terminal so its audible and visual bell settings can react. (#​2453)
  • Stable direct installs, self-updates, and remote helper downloads now require and verify the SHA-256 digest published for each GitHub release asset.
  • pane read and pane wait-output now accept --flag=value and options before or after the pane ID. (#​2183, thanks @​KyleCo76)
  • pane current, pane get, and pane layout --current now resolve the calling pane instead of another client's focused pane. (#​2297, #​2298)
  • Configs containing the retired Herdr-written ui.agent_panel_scope setting no longer report it as an unknown key after upgrades. (#​2292)
  • Claude Code confirmation prompts using Enter to confirm · Esc to cancel now report blocked instead of idle. (#​2268)
  • Kiro CLI prompts now have positive idle detection instead of remaining in an unknown state. (#​2301, thanks @​smileynet)
  • Cursor's Run Everything footer no longer produces a false blocked state. (#​1763, #​2220, thanks @​Nagi-ovo)
  • Versioned Python agent wrappers such as python3.13 are now detected. (#​2188, thanks @​plarson)
  • Pi state reporting now ignores RPC, JSON, and print-mode helper processes that are not interactive TUI sessions. (#​2159, thanks @​rhjoh)
  • Collapsed workspace and Agent rows keep their status and active indicators visible, including with ten or more workspaces. (#​2216, #​2239, #​2382, thanks @​ianks)
  • Sidebar agent lists keep scrolling when differently sized clients are attached to the same session. (#​2255, thanks @​aiworkflowpro)
  • The Session Navigator now searches renamed single-tab labels. (#​2320)
  • New splits return focus to the pane they were opened from. (#​2266, thanks @​jondkinney)
  • Halfwidth Katakana voiced and semi-voiced marks now render in the correct cell. (#​2257, thanks @​kazunari-kamata)
  • Ctrl-clicking a URL no longer forwards its release after the browser takes host focus, preventing duplicate tabs. (#​2290, #​2291, thanks @​kataokatsuki)
  • OSC 4 palette overrides now render with the requested color instead of forwarding the palette index. (#​2162, thanks @​hamidi-dev)
  • Host terminal appearance is re-queried when focus returns, keeping automatic light and dark themes current. (#​2416, #​2417)
  • The bundled and installable Herdr agent skill now matches this stable release's CLI and lifecycle behavior. (#​2847)
  • pane send-keys and agent send-keys now preserve Shift when sending shift+tab, allowing agent permission modes to be cycled programmatically. (#​1561, thanks @​keinstn and @​tomohisa)

v0.8.0

Compare Source

Added
  • Added herdr --skill to print the agent skill bundled with the running Herdr binary.
  • Added ui.pane_scrollbars = false to hide terminal pane scrollbars and reclaim their reserved column. (#​2167)
  • Added ui.tab_bar_position = "bottom" to place the desktop tab row below terminal panes. (#​2117)
  • Added live filtering to the keybind help with /, Backspace, and Ctrl+U. (#​1825, #​1832, thanks @​corrius)
  • Added Windows support for experimental.switch_ascii_input_source_in_prefix with Korean IMEs. (#​1802, #​1823, thanks @​joonhwan)
  • Added Grok CLI session reporting and native restore with grok --resume <id>. (#​1800, #​1807, thanks @​carlesso)
  • Added Antigravity CLI session reporting and native restore with agy --conversation <id>. (#​1011, #​1571, #​2087, thanks @​ludoo)
  • Added automatic text history reads for idle alternate-screen agents, with the application viewport restored after collection.
  • Added workspace.move_block, the workspace.reordered event, and atomic worktree-group reordering. (#​1694)
  • Added a Simplified Chinese README. (#​1990, thanks @​patrick-xin)
Changed
  • Experimental options are no longer exposed in the Settings TUI and remain available through the config file.
  • Agent status indicators now use the same static workspace marks across the sidebar, navigator, and mobile views, eliminating continuous spinner rendering while agents work.
  • Hidden pane output no longer triggers unnecessary TUI rendering.
  • Windows preview downloads now include Herdr and a modern app-local ConPTY runtime in one archive. (#​1533, #​1644, #​1828)
  • Worktree parents and children now stay packed together in the sidebar, including while groups are reordered.
  • Public documentation now separates stable, preview, and immutable versioned release snapshots.
  • Repository and installation links now use herdrdev/herdr after the GitHub organization migration.
  • Relicensed Herdr from AGPL-3.0-or-later to Apache-2.0.
Fixed
  • Pane applications now receive semantic light/dark query responses and live Mode 2031 updates when the host appearance changes. (#​714)
  • Remote attach now falls back to sh when the login shell cannot perform path discovery. (#​1201)
  • PTY output continues to be read while pane input is temporarily blocked. (#​1295)
  • Worktree CLI help and docs no longer advertise the redundant --json flag; worktree commands remain JSON-only and continue accepting the flag for compatibility. (#​2171)
  • OpenCode 2 preview panes now appear as OpenCode agents and use the existing OpenCode status detection. (#​2169)
  • Pane text copied through VS Code Remote Tunnels now reaches the viewing machine's clipboard instead of overwriting the remote host clipboard. (#​2015)
  • Windows agent detection now follows Git Bash-launched agents across emulated exec process boundaries. (#​2107)
  • Detached Windows servers and pane processes now survive logout from the OpenSSH session that started them. (#​2008)
  • Windows agent start now launches agents without native arguments instead of timing out on an invalid empty PowerShell argument list. (#​2072)
  • Headless servers now resume restored agent sessions without waiting for a TUI client to attach. (#​2064)
  • Vibe and other Kitty-keyboard pane applications now receive shifted letters and punctuation when they request associated text. (#​2020)
  • Kitty-keyboard pane applications now receive printable key releases without duplicate text input. (#​1746)
  • Kitty graphics remain visible during host repaints. (#​1628)
  • Pane applications now receive correct XTWINOPS terminal and cell-size query responses. (#​835)
  • WSL clients query the host cell size when the terminal ioctl reports no pixels, keeping graphics sharp instead of using the 8x16 fallback. (#​2146, #​2160, thanks @​WakaTaira)
  • Linux runtimes without terminal foreground process groups can opt into child-group agent detection with HERDR_PROCESS_DETECTION=child-groups. (#​1982)
  • Installing the Herdr agent skill with the skills CLI no longer copies the entire repository. (#​2022)
  • Nix builds now include the bundled agent skill required by herdr --skill. (#​1889, #​1890, thanks @​olafkfreund)
  • Agent prompts now wait briefly after sending text before pressing Enter, preventing prompts from remaining in agent composers without starting a turn. (#​1878)
  • Empty clipboard writes from pane applications no longer erase existing clipboard contents or show a copied confirmation. (#​1893)
  • Plain mouse movement no longer triggers continuous full renders while preserving Herdr menu hover and pane application mouse tracking. (#​1865)
  • Extended-button drags now preserve Herdr hover state while applications receive the drag.
  • ui.copy_on_select = false now retains drag and double-click word selections without copying; Ctrl+C, or Cmd+C when the host terminal forwards it, copies and clears the selection. (#​1782)
  • Pane and agent read responses now report truncated: true when older terminal rows were omitted. (#​1717)
  • Pane applications that query OSC 4 palette colors now inherit the host terminal palette. (#​1752)
  • Ctrl-clicking a pane URL no longer forwards an unmatched mouse release to alternate-screen applications, preventing duplicate browser tabs. (#​1761)
  • Known-agent integrations now leave pane ownership to confirmed process exit, so restarting Pi with the same saved session restores lifecycle state even with custom working UI. (#​1648, #​1792)
  • Nested or ephemeral Codex sessions no longer replace the owning pane's resumable session. (#​1789, #​1927, thanks @​Pimpmuckl)
  • Pi RPC, JSON, and print processes no longer claim pane lifecycle state intended for Pi TUI sessions. (#​2159, thanks @​rhjoh)
  • Hermes state now comes from screen detection while its plugin reports resumable session identity, avoiding stale lifecycle authority from incomplete hooks.
  • OMP integration install, status, and uninstall now respect PI_CONFIG_DIR when PI_CODING_AGENT_DIR is not set, and installation refuses extension-directory collisions with Pi. (#​1696)
  • OMP integrations now preserve Windows absolute session paths for native restore. (#​2092, thanks @​art-wiedzmin)
  • Claude integration updates preserve existing settings key order and formatting. (#​2066)
  • Physical Escape key records on native Windows now bypass raw VT report framing, so pane applications receive Escape immediately and reliably. (#​1736)
  • Native Windows key presses, grouped repeats, and releases now preserve their physical lifecycle and stay with the pane that received the initial press. (#​2077)
  • Windows pane send-keys and agent send-keys now deliver semantic Escape as a complete key tap, preventing a following key from being interpreted as an Alt chord.
  • Shift+Enter now reaches native Windows pane applications with its modifier intact. (#​1743, #​1909, thanks @​Pimpmuckl)
  • Ctrl+_ input bytes now decode as Ctrl+_ instead of Ctrl+-. (#​2164, #​2165, thanks @​Sertug17)
  • Prefix and navigate modes now recognize non-US shifted keybindings while retaining legacy US punctuation support. (#​1870)
  • Closing a non-focused workspace no longer changes the focused workspace. (#​1328, #​1877, thanks @​yianL)
  • A background workspace that closes after its last pane exits no longer moves focus or hides the current workspace. (#​1621, #​1912, thanks @​season179)
  • Directional pane focus now keeps Navigate mode active. (#​1850, #​1993, thanks @​we11adam)
  • Closing a workspace's last tab through the CLI or API now closes the workspace like the TUI does. (#​1760, #​1899, thanks @​season179)
  • Linked worktree workspaces retain their labels during Git metadata refreshes.
  • Clients repaint after transient terminal resizes instead of leaving stale or missing rows.
  • Repeated workspace Git discovery and foreground-cwd checks no longer block rendering or API handling. (#​1838, #​2206)
  • Relative plugin commands now resolve from the plugin root. (#​1949)
  • Windows installation preserves inherited PATH and related environment variables. (#​1947)
  • Windows agent process discovery preserves the owning parent agent across wrapper processes. (#​1514)
  • The Rose Pine surface_dim color remains visible when the outer terminal uses a matching theme. (#​1946, #​2002, thanks @​brabli)
  • CLI socket commands now report a clear server_not_running error instead of a raw I/O error. (#​1941, #​1963, thanks @​season179)
  • Non-UTF-8 CLI arguments now produce a usage error instead of panicking. (#​2207, thanks @​VialFlorian)
  • Copy-mode e now crosses long soft-wrapped CJK lines when a read window ends on a wide glyph. (#​2145, thanks @​kiakiraki)
  • Clients restore terminal state when they receive SIGHUP or SIGTERM. (#​2041, thanks @​MattJColes)
  • Windows now shows system notifications and completes MP3 notification sounds without leaving PowerShell players waiting for a timeout. (#​1330)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/herdr-0.x branch from 7481dde to 2a87023 Compare September 2, 2026 22:41
@renovate renovate Bot changed the title chore(deps): update dependency herdr to v0.8.0 chore(deps): update dependency herdr to v0.8.2 Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants