# Paneflow v0.7.1

- Released: 2026-06-28T21:23:15Z
- URL: https://paneflow.dev/releases/v0.7.1
- GitHub: https://github.com/ArthurDEV44/paneflow/releases/tag/v0.7.1
- Previous release: v0.7.0

## Release notes

Paneflow v0.7.1 is a Windows agent-status hotfix release. It also cleans up the public docs and architecture guide so the repository matches the release surface shipped in v0.7.x.
Fixed

Fixed agent status hooks on Windows for release installs under paths such as C:\Program Files\PaneFlow.
Hardened Codex Windows hook fallback commands so they do not rely on POSIX single quotes when Codex runs the generic command field.
Updated Gemini hook installation to the current matcher-group schema and millisecond timeout expected by Gemini CLI.
Kept Cursor in its flat hooks.json schema while writing a Windows-safe command string.
Tightened CodeBuddy, Qoder, and Grok hook installs to avoid undocumented Paneflow-only fields while keeping cleanup idempotent through paneflow-ai-hook basename detection.
Kept OpenCode and Pi on the direct TypeScript IPC bridge path, avoiding per-event paneflow-ai-hook.exe subprocesses.

Documentation

Rewrote the README around the current native Rust/GPUI release surface: Linux, macOS Apple Silicon, and Windows x64 artifacts, no Electron, no WSL requirement, install table, core workflows, and safety model.
Updated Windows support docs and issue-template copy to reflect the signed MSI path and current Windows release status.
Reworked ABOUT.md into the English product summary used by the repo and public-facing surfaces.
Added llms.txt so agents and AI search tools have a concise map of the repository, docs, release/trust pages, and safety boundaries.
Refreshed ARCHITECTURE.md to match the current codebase: workspace crates, helper binaries, IPC namespaces, agent lifecycle events, 50 ms app poll loop, MCP bridge, telemetry, self-update, and current platform matrix.

Release

Bumped the workspace, lockfile, Debian changelog, and release asset examples to 0.7.1.
Published signed release artifacts for Linux x86_64/aarch64, macOS Apple Silicon, and Windows x64.
Passed release smoke tests for Ubuntu 22.04 .deb, Debian 12 .deb, Fedora 40 .rpm, openSUSE Tumbleweed .rpm, Arch Linux tar.gz, Windows MSI install + relay, and Linux x86_64 auto-update.

Full Changelog: v0.7.0...v0.7.1
