コンテンツにスキップ
すべてのリリース

v0.2.9

にリリース。

✨ What's new

  • Per-agent branded color palette for AI status badges in the sidebar. Claude Code spinner+label render in Anthropic salmon (#E89271), Codex spinner+label in Codex indigo (#5B6CFF). Tool-agnostic states get clearer affordances: amber warning (#FBBF24) for "needs input", neon mint (#00E08A) for "done".

🐛 Fixes

  • "Open in <Editor>" actions resolve user-installed editors. When PaneFlow is launched from a desktop entry (Linux .desktop, macOS Finder, Windows Start menu), the inherited PATH often misses ~/.local/bin and ~/.cargo/bin — so editors installed there (Zed, Code Insiders, …) silently failed to spawn from the sidebar context menu. The resolver now searches PATH first, then those user-bin directories (plus /usr/local/bin and /opt/homebrew/bin on macOS), and surfaces remaining failures via toast instead of a silent log line.

  • Dev and release instances no longer collide on the same IPC socket and session file. cargo run debug builds now use paneflow-dev.sock + session-dev.json while installed releases keep paneflow.sock + session.json. An installed PaneFlow and a debug build can now coexist on the same host without each stealing the other's AI hooks (Claude Code / Codex sidebar badges) or overwriting each other's persisted layout on quit. Backwards-compatible — end users on release builds see no change.

📦 Linux artifacts

x86_64 + aarch64 in four formats: .AppImage, .deb, .rpm, .tar.gz. Smoke-tested on Ubuntu 22.04 and Fedora 40.

macOS and Windows builds are still pending code-signing setup.

Full Changelog: https://github.com/ArthurDEV44/paneflow/compare/v0.2.8...v0.2.9

Full Changelog: https://github.com/ArthurDEV44/paneflow/compare/v0.2.8...v0.2.9

ノートは GitHub のリリース から直接同期されています。