From ebb7c721d96995bb0f499f3ff4d4b251c0c30fda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:54:04 +0000 Subject: [PATCH] docs: update website manifest for v0.5.11 --- website/latest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/latest.json b/website/latest.json index 6650dc7d..42db14c7 100644 --- a/website/latest.json +++ b/website/latest.json @@ -1,11 +1,11 @@ { - "version": "0.5.10", - "protocol": 6, - "notes": "### Added\n- Added indexed keybind families under `[keys.indexed]` for jumping directly to workspace, tab, or visible agent positions 1-9.\n- Added hook-owned custom agent status labels, so integrations can show short visual states like `indexing` without changing semantic agent status.\n- Added terminal-backed agent commands and socket API methods for listing, reading, sending to, renaming, focusing, waiting on, attaching to, and starting agent terminals.\n- Added direct terminal attach with `herdr agent attach ` and `herdr terminal attach `.\n- Added `ui.prompt_new_tab_name = false` for creating new tabs immediately with generated names instead of opening the rename dialog. (#123)\n- Added optional `keys.edit_scrollback` to open the focused pane's retained scrollback in `$EDITOR` inside a temporary zoomed pane. (#122)\n\n### Changed\n- Renamed the focused pane fullscreen keybinding to `keys.zoom`; `keys.fullscreen` remains supported as a legacy alias.\n\n### Fixed\n- Grok Build is now detected as `grok`, with basic working, blocked, and idle state detection. Conflicting known-agent hook labels are ignored once native foreground-process detection identifies a different known agent. (#133)\n- Terminal cursor shapes now forward through attached clients. (#116)\n- Herdr now redraws immediately when the outer terminal regains focus.\n- GitHub Copilot is now correctly detected when its process name is `copilot`. (#118)\n- Integration installs now respect `PI_CODING_AGENT_DIR`, `CLAUDE_CONFIG_DIR`, and `CODEX_HOME` when choosing Pi, Claude Code, and Codex config paths. (#121)\n- Split pane resize hit areas no longer overlap the first content column or row, making text selection work from the start of right and bottom panes. (#120)\n- Dragging text selections near pane edges now autoscrolls into scrollback, and selection state now clears correctly when switching workspaces, tabs, or panes. (#128, #129, thanks @leeeanh)\n- Zoomed panes now keep their border visible in tabs that contain multiple panes. (#115)", + "version": "0.5.11", + "protocol": 7, + "notes": "### Added\n- Added the `terminal` built-in theme, which uses the host terminal's ANSI palette for Herdr UI colors. (#140, #146, thanks @babymastodon)\n- Added Hermes Agent foreground-process detection with basic idle, working, and blocked heuristics. (#144)\n- Added a Hermes Agent plugin integration for direct state reporting. (#144)\n- Added `ui.sidebar_min_width` and `ui.sidebar_max_width` to configure the sidebar's expanded resize bounds. Defaults remain 18 and 36 columns; existing configs are unchanged. (#132, #135, thanks @ChihGodlee)\n\n### Fixed\n- Running the internal `herdr client` command from inside Herdr now respects the nested-launch guard, and the command is no longer advertised in root help. (#187)\n- The Herdr agent skill now refuses to claim pane ownership unless it is running inside Herdr. (#152)\n- Terminal-style docs code blocks now keep their copy button in the top-right corner. (#190)\n- The sidebar `new` workspace button now aligns with the sidebar's left padding. (#189)\n- Herdr now preserves `session.json` symlinks when saving persistent session state. (#139, #147, thanks @cloudmanic)\n- Alt+Backspace is now preserved when forwarded into panes. (#155, #165)\n- Directional pane focus now works while a tab is zoomed. (#151, #167)\n- Agent detection now prefers the foreground process group leader, reducing false matches from child helper processes. (#161, #172)\n- Remote attach now uses a matching `herdr` already available on the remote `PATH` before installing a new copy. (#170)\n- Modified Enter input such as Shift+Enter is now preserved in supported terminals. (#168)\n- Sidebar agent entries now show user-assigned agent names when available. (#145)\n\n### Breaking Changes\n- The client/server protocol is now version 7. Stop and restart any running v0.5.10 server before attaching with this release.", "assets": { - "linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.10/herdr-linux-x86_64", - "linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.10/herdr-linux-aarch64", - "macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.10/herdr-macos-x86_64", - "macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.10/herdr-macos-aarch64" + "linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.11/herdr-linux-x86_64", + "linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.11/herdr-linux-aarch64", + "macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.11/herdr-macos-x86_64", + "macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.11/herdr-macos-aarch64" } }