Skip to content

Paseo v0.5.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:42
· 12 commits to main since this release
e883b69

0.5.0-beta.1 - 2026-08-18

Added

  • Add experimental support for plugins (See docs, #3222, #3446, #3465)
  • Added workspace labels to organize the sidebar (#3510 by @cleiter)
  • Added steering for Codex and Claude — send into a running turn instead of interrupting it (#3394)
  • Reworked the explorer into a persistent pane with its own tabs, so files, changes, and the pull request stay open next to the chat (#3287)
  • Changed Cmd/Ctrl+T to open a menu so you can choose what the new tab opens
  • Added paseo project to create, list, rename, and delete projects from the terminal (#3460)
  • Added paseo reload to apply config.json changes without restarting the daemon (#3365)
  • Added Paseo skill management to Host → Agents, including remote hosts (#3451)
  • Added optional branch and project names on workspace rows (#3445)
  • Added drag-and-drop reordering for pinned workspaces (#3341)
  • Added Nix and Svelte syntax highlighting (#3110 by @Strainy, #3487 by @fiorelorenzo)

Improved

  • Improved checks summary to the pull request pane, grouped by status with failures first (#3483)
  • Projects, workspaces, and agents show up instantly when the app opens (#3259, #3329)
  • Offline hosts keep showing their projects and workspaces while they reconnect (#3259)
  • Large diffs stay responsive while expanding, scrolling, and commenting (#3422)
  • Switching workspaces with keyboard shortcuts no longer lags (#3447)
  • Typing in the composer no longer lags on web and desktop (#3450)
  • Moved the subagents and tasks trackers into pills above the composer (#3482)
  • Simplified mobile agent configuration into one options sheet (#3424)
  • Archive finished now archives every finished subagent in the track (#3368)
  • The text size setting now scales the whole interface

Fixed

  • Fixed local plugin install on the packaged desktop app: esbuild can spawn from app.asar.unpacked, and the plugin subprocess loads @paseo/plugin/server instead of the React client barrel
  • Fixed CJK IME composition being cancelled in text fields and the mobile terminal (#3517, #2811 by @northsea4, #3462 by @chulmin-dev, #3343 by @jimersylee, #3391 by @ZacharyZcR, @ljy900825-dev)
  • Fixed OpenCode turns failing when its event stream dropped (#3395)
  • Fixed an unrelated merged pull request archiving a workspace (#3425)
  • Fixed Annotate element and Screenshot element doing nothing on loaded desktop browser pages (#3187 by @dgk-dev)
  • Fixed repeated copy and fork footers after heartbeat runs (#3484)
  • Fixed Cursor plan usage on hosts signed in only through cursor-agent (#3486 by @Lite-G)
  • Fixed resumed subagents splitting into separate rows
  • Fixed a detected pull request revealing the explorer pane and stealing focus, which then made new agents, terminals, and browser tabs open inside the explorer pane instead of the main one
  • Fixed workspace pull request status being lost on reload
  • Fixed hidden terminal tabs stopping output in the focused workspace