Skip to content

herdrm 0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 14:29
de907f1

Added

  • SSH password authentication as a fallback: when keys/agent/Tailscale SSH
    can't authenticate, herdrm prompts in-app and stores the password in the
    macOS login Keychain — never in files or process arguments. (#3, thanks
    @ljxw88!)
  • SSH failures now surface OpenSSH's actual error text instead of a bare
    exit code. (#3)
  • Notification sounds: a chime when an agent finishes (Glass) or needs input
    (Funk), independent of banner delivery; toggle in Settings → Notifications.
  • Settings → Notifications now shows the system permission status, with
    one-click request or a shortcut to System Settings when denied.

Fixed

  • Starting an agent right after creating its pane no longer fails with
    agent_pane_busy while the shell is still initializing — herdrm now waits
    like the herdr CLI does. (#3)