Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:07
· 6 commits to main since this release
068dced

What's new

Live activity indicator while tools run

The chat no longer looks frozen while the agent works. Previously, once the assistant's text appeared, the status row flipped to "Worked" and stayed silent during long-running tool calls (Bash commands, web fetches) and subagent fan-outs — even though work was still in progress.

  • The Working status row now stays lit for as long as any tool or subagent is executing, with a live preview of the latest activity (tool name + arguments summary) next to it
  • A single shimmer band sweeps from the Working label to the tool name; running tool calls inside the collapsed group get the same highlight
  • Subagent runs render in real time: a row with a pulsing dot and the agent name appears the moment a subagent is dispatched, not just after it finishes

Layout fixes

  • Long Bash commands are truncated to a single line again (with a fade at the end) — streamed arguments were never re-measured, which pushed rows past the chat width and caused a horizontal scrollbar
  • The activity preview is now inline in the Working title row, so chat content no longer shifts up and down by a line as the preview appears and disappears

Download

Platform File
macOS (Apple Silicon) pi-desktop-mac-arm64.dmg
macOS (Intel) pi-desktop-mac-x64.dmg
Windows pi-desktop-windows-x64.exe (installer) or pi-desktop-windows-x64.zip

macOS users can also brew install --cask jaxton07/tap/pi-desktop.

Ad-hoc signed (no Developer ID). On macOS, if Gatekeeper blocks the app, right-click it and choose Open (or run xattr -cr "/Applications/Pi Desktop.app" as a fallback). Windows may still show a SmartScreen prompt — click "More info" → "Run anyway".

Full Changelog: v0.2.1...v0.2.2