herdr v0.7.3-ironin.1 — 5 opt-in UX additions
Fork of ogulcancelik/herdr v0.7.3 with five opt-in UX additions. Each is additive, defaults to current behavior, keeps the existing test suite green (2511 tests), and is available on its own branch for individual upstream review.
What's added
| Feature | Setting | Discussion | Branch |
|---|---|---|---|
| Wrap tabs across multiple rows instead of one scrollable row | ui.tab_bar_wrap (default false) |
#697 | feat/wrap-tabs |
Hide the main-pane scrollback scrollbar (keeps the ▕ glyph out of copied text) |
ui.show_scrollbar (default true) |
#743 | feat/scrollbar-toggle |
| Filter + sort the agents panel by workspace; clickable 3-way tab toggle (priority / grouped / space) | ui.agent_panel_scope (default all) |
#859 | feat/agent-panel-scope |
| Agent status dot on the top tabs (visible with the sidebar collapsed) | ui.tab_agent_status (default false) |
#669 | feat/tab-agent-status |
Resume replays each pane's recorded launch flags (launch_argv) so wrapped / forked agent harnesses resume through their exact program |
(behavior) | #632 | feat/resume-launch-argv |
Built on base v0.7.3 (c8850a2). The all-features branch is the combined build; each feat/* branch is a single clean commit for one-per-Discussion PRs.