# Paneflow v0.7.11 · Workspace navigation and terminal polish

- Released: 2026-07-14T17:47:31Z
- URL: https://paneflow.dev/releases/v0.7.11
- GitHub: https://github.com/arthjean/paneflow/releases/tag/v0.7.11
- Previous release: v0.7.10

## Release notes

Workspace navigation and terminal polish
PaneFlow 0.7.11 makes workspace state faster to scan, brings local services into the sidebar, and ships a more legible terminal baseline across Linux, macOS, and Windows.
Workspace navigation

Rebuilt workspace cards around a compact title row and a single metadata row for the Git branch, changed files, and detected services.
Consolidated multi-agent state into a prioritized indicator for agents that need input, errored, stalled, or are still thinking.
Added a persistent completion indicator after an agent finishes. It stays visible until that workspace is opened, so completed work is harder to miss.
Made detected frontend services directly clickable from the workspace card. Additional and non-frontend services remain visible through the workspace context menu.
Consolidated rename, workflow, local service, editor, reveal, and close actions into the workspace context menu. Workspace titles can also be renamed with a double-click.
Simplified workspace creation with a dedicated header action and a clearer empty state.

Terminal rendering

Bundled JetBrainsMono Nerd Font Mono in regular, medium, semibold, bold, and matching italic styles, and made it the cross-platform terminal default.
Added built-in Nerd Font glyph coverage for shells and prompts while keeping explicit Geist Mono and custom system font configurations supported.
Refined the One Dark and Cursor ANSI palettes with softer foregrounds and more restrained normal, bright, and dim colors.
Changed SGR bold rendering to advance one weight from the configured base instead of forcing weight 700, preserving emphasis without overpowering colored terminal output.

Engineering

Removed the experimental Hera shadow-terminal integration, diagnostic side-by-side renderer, and dogfood crates, simplifying the production PTY and terminal rendering paths.
Updated the pinned GPUI/Zed fork to a newer upstream base while retaining PaneFlow's streamed Markdown append optimization, with the required layout and input compatibility adaptations.
Documented the implementation path for the planned Linux libghostty terminal backend.

Full Changelog: v0.7.10...v0.7.11
