Skip to content

Releases: getpaseo/paseo

Paseo v0.5.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:33
4092c29

0.5.2 - 2026-08-24

Fixed

  • Fixed workspaces crashing on Android tablets and foldables in non-compact layouts (#3760 by @jeid64)
  • Fixed app settings resetting when builds sharing a profile recognize different settings (#3787)

Paseo v0.5.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 17:39
f517493

0.5.1 - 2026-08-23

Fixed

  • Fixed multiline composers stopping resizing after workspace and agent transitions on iOS and Android (#3740)

Paseo v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:44
b8a3103

0.5.0 - 2026-08-23

Added

  • Added experimental trusted local plugins (#3222, #3446, #3465)
  • Added plugin-contributed application themes to Settings → Appearance (#3602 by @ragokan)
  • Added a user-directed Side panel with independent tabs (#3287, #3605)
  • Added browser-style New tabs with an anchored pane-local chooser (#3715, #3735)
  • Added active-turn steering for Claude, Codex, and OpenCode (#3394, #3580 by @mcowger)
  • Added workspace labels for sidebar organization and filtering (#3510 by @cleiter)
  • Added live workspace change counts above active agent composers (#3682)
  • Added workspace panel, tab, and pane actions to the Command Center (#3685)
  • Added paseo project to create, list, rename, and delete projects from the terminal (#3460)
  • Added paseo reload to apply runtime-safe config.json changes without restarting the daemon (#3365)
  • Added Paseo skill management to Host → Agents, including remote hosts (#3451)
  • Added project filtering to the sidebar display menu (#3563 by @cleiter)
  • Added optional branch and project names on workspace rows (#3445)
  • Added drag-and-drop reordering for pinned workspaces (#3341)
  • Added one-click agent profile creation from the model chooser (#3533)
  • Added Android Studio to Open in editor (#3531, #3614 by @caikovsky)
  • Added MiniMax Code to the one-click ACP provider catalog (#3457 by @hetaoBackend)
  • Added Nix syntax highlighting (#3110 by @Strainy)
  • Added Svelte syntax highlighting (#3487, #3534 by @fiorelorenzo)
  • Added guided Hub setup that connects a daemon and deploys a compatible starter workflow (#3651, #3657, #3677)

Improved

  • Restored cached projects, workspaces, agents, and timelines immediately while hosts reconnect (#3259, #3329)
  • Reduced workspace-switch stalls on desktop and Android with long chats (#3447, #3610)
  • Kept composer typing within the frame budget on web and desktop (#3450)
  • Kept large diffs responsive while expanding, scrolling, and commenting (#3422)
  • Kept large read-only source previews responsive with bounded rendering (#3665)
  • Removed complete-transcript disk rewrites from long-running agent timelines (#3647)
  • Added outcome summaries and failure-first grouping to pull request checks (#3483)
  • Moved subagent and task trackers into pills above the composer (#3482)
  • Simplified mobile agent configuration into one options sheet (#3424)
  • Opened summarized tool-call groups in live sheets on compact layouts (#3619)
  • Added separate Content text sizing for chat, the composer, Markdown, and review prose (#3637)
  • Updated Pi usage and context meters during active turns (#3532)
  • Changed Archive finished to archive every finished subagent in the track (#3368)
  • Changed automatic Setup tabs to appear only after workspace setup fails (#3634)
  • Changed Default send in Settings to a dropdown menu (#3644)
  • Added password-equivalent warnings to pairing links in the desktop app and CLI (#3734)
  • Corrected Russian UI translations and terminology (#3586 by @timz)

Fixed

  • Fixed CJK IME composition being cancelled in text fields and mobile terminals (#2811, #3343, #3391, #3462, #3517 by @northsea4, @jimersylee, @ZacharyZcR, @chulmin-dev)
  • Fixed OpenCode turns failing when their event stream dropped (#3395)
  • Fixed OpenCode agents timing out during slow or plugin-heavy startup (#3578, #3621 by @BrianAguilarWasco)
  • 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 mobile composers retaining sent text after submission (#3564)
  • Fixed multiline composers retaining stale heights across workspace and draft lifecycles (#3681, #3740)
  • Fixed pull request checkout when the target repository is configured as upstream (#2997 by @mcowger)
  • Fixed composer steers remaining unread while Claude or Codex waited on a permission (#3585 by @cleiter)
  • Fixed Changes opening an empty comparison after checkout state changes (#3636)
  • Fixed Pi chats ending in an error state during a successful automatic retry (#3639)
  • Fixed Claude usage appearing unavailable when macOS Keychain contains multiple credential items (#3597 by @t-benoit)
  • Fixed provider usage checks overwriting Claude or Codex credential files (#3442 by @danberindei)
  • Fixed active Codex agents failing to open when their native thread was archived outside Paseo (#3334)
  • Fixed agents remaining impossible to stop after the provider had already settled their turn (#3742)
  • Fixed worktree creation rejecting Git-valid branch names containing uppercase letters, underscores, or dots (#3591)
  • Fixed project icons showing stale images in New Workspace (#3600)
  • Fixed malformed SVG project icons crashing the iOS app (#3711 by @omercnet)
  • Fixed pinning a project's only workspace hiding its New workspace action (#3722 by @yugui923)
  • Fixed workspace layout changes bypassing timeline retry backoff (#3736)
  • Fixed fresh installs resolving provider SDK versions that were not validated with the release (#3678)

Paseo v0.5.0-beta.5

Paseo v0.5.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 21:37
acad9f6

0.5.0-beta.5 - 2026-08-22

Added

  • Added browser-style New tabs to every workspace pane
  • Added live workspace change counts above active agent composers
  • Added workspace panel and pane actions to the Command Center
  • Added guided Hub setup that connects a daemon and deploys a starter workflow

Improved

  • Reduced pauses while navigating and streaming by deferring replica-cache writes until idle
  • Kept large read-only source previews responsive with bounded rendering
  • Kept long-running agent timelines in memory instead of rewriting their complete transcript to disk

Fixed

  • Fixed the iOS composer staying one line tall as text wraps
  • Fixed compact model options becoming unreachable when profiles fill the sheet
  • Fixed OpenCode agents timing out during slow startup (#3621 by @BrianAguilarWasco)
  • Fixed chat timeline spacing and reading-position jumps when visible tool calls expand

Paseo v0.5.0-beta.4

Paseo v0.5.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:37
f660fcf

0.5.0-beta.4 - 2026-08-21

Added

  • Added plugin-contributed application themes to Settings → Appearance (#3602 by @ragokan)
  • Added MiniMax Code to the one-click ACP provider catalog (#3457 by @hetaoBackend)
  • Added project filtering to the sidebar display menu (#3563 by @cleiter)
  • Added active-turn steering for OpenCode (#3580 by @mcowger)
  • Added separate Content text sizing for chat, the composer, Markdown, and review prose (#3637)
  • Added live sheets for summarized tool-call groups on compact layouts (#3619)

Improved

  • Changed the Side panel into a user-directed surface with independent tabs and configurable supporting-tab routing (#3605)
  • Changed Default send in Settings to a dropdown menu (#3644)
  • Reduced Android workspace-switch stalls after using several long chats (#3610)
  • Changed automatic Setup tabs to appear only after workspace setup fails (#3634)
  • Corrected Russian UI translations and terminology (#3586 by @timz)

Fixed

  • Fixed modified tab indicators overlapping truncated tab titles
  • Fixed composer steers remaining unread while Claude or Codex waited on a permission (#3585 by @cleiter)
  • Fixed Changes opening an empty comparison after checkout state changes (#3636)
  • Fixed Pi chats ending in an error state during a successful automatic retry (#3639)
  • Fixed Claude usage appearing unavailable when macOS Keychain contains multiple credential items (#3597 by @t-benoit)
  • Fixed active Codex agents failing to open when their native thread was archived outside Paseo (#3334)
  • Fixed OpenCode turns failing when plugin-heavy startup takes more than ten seconds (#3578 by @BrianAguilarWasco)
  • Fixed worktree creation rejecting Git-valid branch names containing uppercase letters, underscores, or dots (#3591)
  • Fixed Android Studio showing a generic terminal icon in the desktop open-target menu (#3614 by @caikovsky)

Paseo v0.5.0-beta.3

Paseo v0.5.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:15
dd8efba

0.5.0-beta.3 - 2026-08-20

Fixed

  • Fixed the composer retaining sent text on iOS and Android (#3564)
  • Fixed pull request checkout in fork workflows where the target repository is configured as upstream (#2997 by @mcowger)

Paseo v0.5.0-beta.2

Paseo v0.5.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 14:32
ccd991b

0.5.0-beta.2 - 2026-08-19

Added

Fixed

  • Fixed npm install @getpaseo/cli@beta failing with a 404 because the plugin SDK it depends on was never published
  • Renamed the plugin SDK package to @getpaseo/plugin, with @paseo/plugin imports still resolving for existing plugins
  • Fixed the old docked file explorer sidebar staying open next to the explorer pane after upgrading to 0.5.0-beta.1, with no way to dismiss it on Windows and Linux
  • Fixed new agents, terminals, and browser tabs opening in a background pane instead of the focused one

Paseo v0.5.0-beta.1

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
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

Paseo v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 19:33
b44bb63

0.4.0 - 2026-08-13

Breaking

  • Removed paseo chat and paseo loop (#3053)

Added

  • Added host-wide agent profiles for reusable provider, model, mode, thinking, and feature settings (#3208)
  • Added workspace file search to Cmd/Ctrl+P (#3059)
  • Added file and folder actions to Files and Changes (#3027 by @nikuscs)
  • Added interactive Mermaid diagrams to chats and Markdown previews (#2306 by @dmeledon)
  • Added live task progress above the composer and in the timeline (#3227)
  • Added a model setting for generated workspace titles, branch names, commits, and pull request drafts (#3215)
  • Added the supported @getpaseo/client TypeScript SDK (#3141)
  • Added provider installation diagnostics to the CLI (#3243)
  • Added workspace rename to the CLI (#3209 by @martinhanzik)

Improved

  • Added a centered reading layout and formatted YAML front matter to Markdown previews (#3240)
  • Added sidebar grouping to the Command Center (#3063 by @cleiter)
  • Added every built-in theme to theme shortcuts (#3214)
  • Removed periodic Git polling for idle workspaces (#3323)
  • Set provider catalog refreshes to a configurable two-minute deadline (#3322)

Fixed

  • Fixed terminal sessions being lost after host sleep or daemon worker stalls (#3235, #3263)
  • Fixed daemon hang when archiving a workspace (#3107)
  • Fixed New Workspace crash on Android when projects span multiple hosts (#3241)
  • Fixed provider cache exhausting Android local storage (#3234)
  • Fixed dictation recordings being lost during connection interruptions (#3159)
  • Fixed new workspaces reusing an existing worktree (#3224)
  • Fixed new worktrees ignoring the setup command saved in Project Settings (#3233)
  • Fixed new worktrees becoming dirty when the selected base contained a different paseo.json (#3311)
  • Fixed removed hosts continuing to receive push notifications (#3176)
  • Fixed delegated-agent notifications stopping after permission prompts or workspace closure (#3177, #3192 by @thomasvan, @wilgon456)
  • Fixed OMP agent startup when model catalogs exceed the protocol-v1 frame limit (#3184 by @pi3123)
  • Fixed OpenCode models being unable to return to their default variant (#3281)
  • Fixed completed Codex subagents remaining marked active (#3188 by @Strainy)
  • Fixed Codex compaction leaving turns marked as working (#3211 by @edihasaj)
  • Fixed Cursor usage with current Cursor logins (#2704 by @QuteSaltyFish)
  • Fixed SVG project icons rendering as blank on mobile (#2579 by @colonelpanic8)
  • Fixed crash when persisted cache was incompatible (#3289)
  • Fixed open delegated agents being archived with their parent (#3279)
  • Fixed agent creation when profiles carried modes unsupported by the selected provider (#3331)
  • Fixed Claude agents waiting on Paseo's ten-minute MCP timeout (#3315)
  • Fixed Copy resume command for Hermes agents (#3300 by @desmond-rai)

Paseo v0.4.0-beta.2

Paseo v0.4.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 21:20
9a7301d

0.4.0-beta.2 - 2026-08-12

Fixed

  • Fix old chat caches making the app refuse to start
  • Open delegated agents remain available when their parent is archived (#3279)