# Paneflow v0.7.3

- Released: 2026-06-29T09:48:53Z
- URL: https://paneflow.dev/releases/v0.7.3
- GitHub: https://github.com/ArthurDEV44/paneflow/releases/tag/v0.7.3
- Previous release: v0.7.2

## Release notes

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
