Aller au contenu
Toutes les versions

v0.7.5

Sortie le .

Highlights

  • Agent session discovery is broader. The docked sessions sidebar now goes beyond Claude, Codex, and OpenCode with discovery/resume support for Pi, Hermes, Grok, Cursor Agent, Gemini, and Kiro through documented local stores or CLI list commands. Resume commands keep the strict session-id guard before anything reaches a PTY.
  • Agents terminals now follow your current shell settings. Bottom-dock terminals and sidebar agent terminals can be restarted with the active integrated-terminal shell, and Settings now makes it clear when running terminals need a restart versus when new or finished terminals will pick up the change automatically.
  • The Files sidebar is smoother and keyboard-first. It now animates open/close, focuses on toggle, supports arrow/Home/End/Enter/Escape navigation, preserves selection as the tree changes, and handles loading, empty roots, workspace switches, and file-watcher churn more defensively.
  • Diff review is much more interactive. The Agents diff dock and Review surface gained shared direct-paint scrolling, unified/split switching, collapse-all and per-file folding, fold expansion for hidden context, horizontal scrolling per file/side, language/file icons, better untracked-file stats, and warmer revalidation for visible columns.
  • Linux readability is safer by default. Native compositor backdrop/blur on Linux is now opt-in through PANEFLOW_LINUX_NATIVE_BACKDROP, so Wayland/X11 users get an opaque background unless they explicitly enable experimental blur.

Install

See the Installation section in the README.

Validation

  • Local checks: cargo check --workspace, cargo fmt --check, cargo clippy --workspace -- -D warnings, cargo test --workspace.
  • Release CI: release.yml run 28456228236 passed after hardening the openSUSE smoke-test refresh against slow Tumbleweed metadata downloads.
  • Release assets: 32 assets published, covering Linux x86_64/aarch64 AppImage, .deb, .rpm, .tar.gz; macOS Apple Silicon .dmg; Windows x64 .msi; plus minisign and SHA-256 sidecars.

Full Changelog

Features

  • cbd783c0 feat(app): expand agent session discovery - adds session discovery for Pi, Hermes, Grok, Cursor Agent, Gemini, and Kiro; wires the docked sessions sidebar to all supported agent readers; adds safe resume-command shapes per agent; and keeps attribution matching available for the wider agent set.
  • fcd9d6aa feat(terminal): restart agents terminals with current shell - adds restart controls for bottom-dock and sidebar terminals, makes terminal shell changes visible in Settings, and lets finished/new terminals reopen with the current shell while warning when running terminals need a restart.
  • d13d05eb feat(files): add animated keyboard sidebar controls - adds the Files sidebar toggle binding, open/close animation, focus tracking, row selection, keyboard navigation, and Markdown activation while keeping selection clamped as folders expand or collapse.
  • 4a41d8e4 feat(diff): add interactive scrolling and fold expansion - upgrades the Agents diff and Review diff surfaces with unified/split row caches, file collapse/expand controls, fold expansion, horizontal wheel and scrollbar support, file/language icons, binary/file stats handling, and visible-column revalidation.

Fixes And Polish

  • e59ed986 fix(files): harden files sidebar state and rendering - makes the Files sidebar more resilient around root hydration, empty listings, stale expansion state, context menus, file watcher updates, and active-session changes.
  • 665df894 style(diff): refine review diff gutter styling - tightens the diff gutter treatment, row styling, and theme colors so review diffs scan cleaner.
  • ad33b556 fix(app): keep Linux backdrop opaque by default - makes Linux native blur opt-in with PANEFLOW_LINUX_NATIVE_BACKDROP and forces an opaque background when it is disabled.
  • 8acd7357 refactor(app): collapse project git stats guard - simplifies the guard around project git stats updates.

Docs And Release Infrastructure

  • 3588b096 docs(show-hn): refresh launch draft claims - refreshes the Show HN launch draft to match the current product claims.
  • 46a318f7 chore(release): bump version to 0.7.5 - updates the workspace version, lockfile package versions, and Debian changelog.
  • f3ee2abe ci(release): harden openSUSE smoke refresh - extends the openSUSE smoke-test zypper timeouts so slow Tumbleweed metadata downloads do not block a valid release.
  • 235f0d70 ci(release): bootstrap zypp config in openSUSE smoke test - creates the zypp config file when the container image does not ship one before applying the timeout override.

Compare: v0.7.4...v0.7.5

Notes synchronisées en direct depuis la release GitHub.