Skip to content

Releases: sudoprivacy/hydra

v0.3.2026072000

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:07
20832cf

Added

  • Add managed tmux shell panes to Desktop workers, including creating, switching, and closing additional shells

Fixed

  • Distinguish worker readiness from active agent work so runtime status, completion handling, and attention notifications stay accurate

v0.3.2026071601

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:29
a0763f4

Fixed

  • Build the bundled CLI before Desktop packaging so clean release builds always include the matching Hydra command

v0.3.2026071503

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:45
cf63d32

Fixed

  • Make Desktop Copilot creation return promptly, keep CJK session names stable without duplicate rows, and prevent onboarding prompts from being sent into shell or update screens

v0.3.2026071502

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:47
f84ffec

Fixed

  • Prevent tagged Desktop builds from attempting an early GitHub upload before the combined release gate completes

v0.3.2026071500

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:08
0096bfe

macOS Desktop beta (Apple Silicon)

Download Hydra-0.3.2026071500-arm64.dmg, open it, and drag Hydra to Applications.

  • Supports Apple Silicon Macs (M1, M2, M3, M4, and later); Intel Macs are not included in this release.
  • Signed with a Developer ID certificate and notarized by Apple.
  • Install git, tmux, and at least one supported AI agent CLI before creating workers.
  • A ZIP build is also available for portable installation.

Added

  • Introduce the Hydra Desktop beta with a terminal-first workspace, multi-session navigation, worker creation, attention inbox, diff review, and polished supporting flows
  • Add signed and Apple-notarized macOS distribution for Apple Silicon through verified DMG and ZIP artifacts
  • Add durable worker runtime v2 coordination, lifecycle identity, completion jobs, events, and notification occurrences shared across CLI, VS Code, and Desktop

Changed

  • Unify worker lifecycle and notification actions across Hydra surfaces and improve Desktop terminal responsiveness, sidebar density, and session creation
  • Govern monorepo version consistency, release packaging, and compatibility validation with fail-closed smoke coverage

Fixed

  • Harden archive concurrency, diff and tmux ownership safety, packaged-app PATH handling, terminal environment isolation, Unicode rendering, link opening, scrollback, and stale runtime cleanup

v0.3.2026062800

Choose a tag to compare

@github-actions github-actions released this 28 Jun 10:45
4e66cfe

Added

  • Add Antigravity (agy) as a first-class agent type for copilots and workers, including ready-state and trust-prompt handling, --conversation resume, and per-worker completion-notify hooks isolated by workspace path

v0.3.2026062400

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:41
dd7a37b

Added

  • Add worker error notifications and automatic needs-input detection for supported agent signals
  • Add durable worker runtime state surfaced in CLI JSON and the VS Code Worker tree

Fixed

  • Clear Worker notification badges and completion text correctly when notifications are cleared

v0.3.2026062200

Choose a tag to compare

@github-actions github-actions released this 22 Jun 11:05
e08f745

Added

  • Add structured Hydra notifications, a local event stream, and notification state services for CLI and extension clients
  • Add Copilot inbox rows and Worker attention badges in the VS Code TreeView, including durable worker completion status projection
  • Add an agent registry for configurable Copilot and Worker agent launch behavior

Fixed

  • Refresh worker branch labels when git HEAD changes on disk

v0.3.2026060503

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:59
f5221f8

Fixed

  • Fix the Windows hydra.cmd wrapper so subcommands and --version are forwarded to Hydra instead of being consumed by Node
  • Fix Sudo Code launch on Windows PowerShell when the resolved scode.exe path must be quoted

v0.3.2026060502

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:52
6c1167f

Fixed

  • Fix Windows psmux format argument quoting so session listing does not fail under cmd.exe when tmux format strings contain pipe separators