github ogulcancelik/herdr v0.4.7

latest releases: v0.6.5, v0.6.4, v0.6.3...
one month ago

Added

  • The tab bar now handles large tab sets better: you can scroll overflowing tabs with the mouse controls or wheel, and reorder tabs by dragging them.
  • workspace create and tab create now return the created root pane in their JSON response, so automation can act on the new pane immediately without an extra lookup.

Fixed

  • Background panes that start idle no longer show up as done or trigger finished-state attention until they have actually transitioned from working or blocked to idle.
  • Left-click now focuses panes and right-click now opens the pane context menu even when the inner TUI has mouse reporting enabled, fixing apps like Claude Code. (#25, thanks @othavioquiliao)
  • OSC 52 clipboard writes from apps running inside panes now reach the host clipboard correctly, including copy requests emitted by child processes inside the pane.
  • pane close now removes only the targeted tab when other tabs still exist in the workspace, instead of closing the whole workspace.
  • Amp approval prompts are now detected more reliably as blocked, including tool-call, command, and file edit/create approval screens.

Breaking Changes

  • Socket API clients that match result.type exactly need to handle workspace_created and tab_created for workspace.create and tab.create; these calls no longer return workspace_info and tab_info.

Don't miss a new herdr release

NewReleases is sending notifications on new releases.