12 lines
2.5 KiB
JSON
12 lines
2.5 KiB
JSON
{
|
|
"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 <target>` and `herdr terminal attach <terminal_id>`.\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)",
|
|
"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"
|
|
}
|
|
}
|