Added
- Added the
terminalbuilt-in theme, which uses the host terminal's ANSI palette for Herdr UI colors. (#140, #146, thanks @babymastodon) - Added Hermes Agent foreground-process detection with basic idle, working, and blocked heuristics. (#144)
- Added a Hermes Agent plugin integration for direct state reporting. (#144)
- Added
ui.sidebar_min_widthandui.sidebar_max_widthto configure the sidebar's expanded resize bounds. Defaults remain 18 and 36 columns; existing configs are unchanged. (#132, #135, thanks @ChihGodlee)
Fixed
- Running the internal
herdr clientcommand from inside Herdr now respects the nested-launch guard, and the command is no longer advertised in root help. (#187) - The Herdr agent skill now refuses to claim pane ownership unless it is running inside Herdr. (#152)
- Terminal-style docs code blocks now keep their copy button in the top-right corner. (#190)
- The sidebar
newworkspace button now aligns with the sidebar's left padding. (#189) - Herdr now preserves
session.jsonsymlinks when saving persistent session state. (#139, #147, thanks @cloudmanic) - Alt+Backspace is now preserved when forwarded into panes. (#155, #165)
- Directional pane focus now works while a tab is zoomed. (#151, #167)
- Agent detection now prefers the foreground process group leader, reducing false matches from child helper processes. (#161, #172)
- Remote attach now uses a matching
herdralready available on the remotePATHbefore installing a new copy. (#170) - Modified Enter input such as Shift+Enter is now preserved in supported terminals. (#168)
- Sidebar agent entries now show user-assigned agent names when available. (#145)
Breaking Changes
- The client/server protocol is now version 7. Stop and restart any running v0.5.10 server before attaching with this release.