Skip to content
All releases

v0.7.3

Released on .

Patch release focused on Windows agent-status hooks in installed builds.

Fixed

  • Windows hook commands are now wrapped in an explicit PowerShell invocation, so installed paths under C:\Program Files\PaneFlow\... work when a hook runner executes through PowerShell instead of cmd.exe.
  • Codex's Windows-specific commandWindows hook field now uses the same shell-safe command as the generic command field.
  • Claude-compatible strict hook configs for CodeBuddy, Qoder, Gemini, Cursor, Grok, and Hermes now receive one shell-safe command without adding unsupported commandWindows fields.
  • Persistent paneflow hooks setup entries now use the same Windows-safe command format, and paneflow hooks status can still detect/update wrapped hook paths.

Validation

  • cargo check --workspace
  • cargo test --workspace
  • cargo clippy --workspace -- -D warnings
  • cargo fmt --check
  • GitHub Actions release run 28361448357 passed builds for Windows x64, Linux x64, Linux ARM64, and macOS ARM64.
  • Release smoke tests passed for Windows MSI install + relay, Ubuntu 22.04, Debian 12, Fedora 40, openSUSE Tumbleweed, Arch Linux tarball, and Linux x86_64 auto-update e2e.

Artifacts

Published 32 signed assets for Windows, macOS Apple Silicon, Linux x86_64, and Linux ARM64.

Full Changelog: v0.7.2...v0.7.3

Notes pulled live from the GitHub release.