Releases: getpaseo/paseo
Releases · getpaseo/paseo
Paseo v0.1.91-beta.2
chore(release): cut 0.1.91-beta.2
Paseo v0.1.91-beta.1
chore(release): cut 0.1.91-beta.1
Paseo v0.1.90
0.1.90 - 2026-06-04
Added
- Group the sidebar by status so workspaces waiting on you, ready to review, working, and done are visible at a glance (#1317)
- Start a new workspace from the global sidebar button without choosing a project first (#1324)
- Open the active file directly in your editor, file manager, or GitHub instead of only opening the workspace root (#1285 by @aaronzhongg)
- Automatically archive clean PR workspaces after the PR is merged from host settings (#1313)
- Desktop-managed Paseo skills stay current after installing a newer desktop build (#1309)
- Dart files and Dart code blocks are now syntax-highlighted (#1326)
Improved
- Sidebar workspaces can be marked as read when they are ready to review or failed (#1317)
- Child agents keep unattended permissions when delegated across providers (#1315)
- Scheduled agents open with the real prompt and title instead of looking empty (#1316)
- Git controls prioritize the action that gets a ready branch shipped (#1316)
- Multiple agent questions are shown one at a time
- OpenCode questions with free-write answers show the typed response in Paseo
- Delegated agent activity is visible on the parent workspace
- Sessions are ordered by latest activity
- ACP provider catalog entries are updated for Claude Agent, Cline, Codebuddy Code, Factory Droid, and Qoder
Fixed
- Timeline catch-up no longer leaves older messages unloaded
- Markdown code in file previews renders correctly
- Long dictation retries no longer stall new audio
- Settings host picker navigation works from host settings pages
- Diff gutter rows stay aligned with changed code
- Mobile sidebar gestures stay responsive under load
- Compact sheets keep their footer and bottom spacing visible
Paseo v0.1.90-beta.1
chore(release): cut 0.1.90-beta.1
Paseo v0.1.89
0.1.89 - 2026-06-02
Added
- Open workspace services through public service proxy links (#1280 by @mcowger)
- Choose where new worktrees are created (#1230 by @mcowger)
- Desktop windows reopen at the same size and position (#1224 by @everton-dgn)
- Delegated agents can run independently and send recurring heartbeat updates
Improved
- Composer controls fit better in narrow panes
- Fork pull request badges stay visible in worktrees
- Cline in the ACP catalog is updated to v3
Fixed
- Archiving a worktree finishes even if teardown hits an error (#1260 by @mcowger)
- iOS chat messages render bold, italics, strikethrough, and line breaks correctly (#1254 by @outofrange-consulting)
- Right-edge split pane resizing no longer clips (#1261 by @everton-dgn)
- Pi extension command output no longer hangs
- Delegated agents no longer appear in workspace alert counts
Paseo v0.1.88
0.1.88 - 2026-06-01
Added
- Choose an app theme from the new Appearance settings
- Set a custom interface font
- Set a custom code font
- Adjust the interface text size
- Adjust the code text size
- Choose a syntax highlighting theme
- Keep cron schedules aligned to a chosen time zone (#1232 by @damselem)
Improved
- Settings now has a flatter sidebar with a host picker
- Workspace tab switching is faster
- Compact composers now show context usage as a percentage
- Agent terminals opened in workspace subdirectories now appear with the rest of the workspace terminals
- macOS displays can idle normally while the desktop app is open (#1242 by @fireblue)
- Large generated diffs now show a clear too-large placeholder instead of trying to render the whole file
Fixed
- Chat history catches up correctly around long-running tool updates
- Terminal panes keep the right size after splitting or resizing panes
- Restored terminal snapshots reflow correctly after the pane size changes
- Workspace scripts menus keep the right size after launching a service
- iOS chat messages no longer hide inline links, URLs, or linked file paths (#1257 by @outofrange-consulting)
Paseo v0.1.87
0.1.87 - 2026-05-30
Added
- Permission prompts from OpenCode subagents now surface in Paseo so you can approve or deny them
Fixed
- Fixed an intermittent Android crash while animated views were drawing
- Fixed mobile bottom sheets not reopening after being dismissed
Paseo v0.1.86
0.1.86 - 2026-05-29
Added
- Launch Grok (xAI) as a coding agent
- Fast mode for Claude Opus
- Multilingual local dictation with the new Parakeet v3 speech model
Improved
- Edit, Write, and Read tool calls are now syntax-highlighted
- The model selector shows the error when a provider fails to load
- The About page shows the versions of connected host daemons
- Refresh git diffs on demand with a new refresh button
- Previews can open readable files outside the current workspace
- Projects without an icon now show a colored icon instead of a grey placeholder
- Auto-generated agent titles and worktree branch names now use your configured provider fallbacks (#1219 by @mcowger)
- Local dictation keeps its speech models out of the daemon, lowering its memory use
Fixed
- On mobile, the whole composer now stays above the keyboard so the subagents track and draft pills no longer hide behind it
- The mobile agent timeline now catches up fully after reconnecting, so no messages go missing
- The slash command menu no longer shows /clear twice
Paseo v0.1.85
0.1.85 - 2026-05-29
Added
- Opus 4.8 in the Claude model picker, with a 1M-context variant
Improved
- Archiving a worktree now keeps its agents under the archived list instead of removing them
- Archiving an agent cleans up any schedules targeting it
Paseo v0.1.84
0.1.84 - 2026-05-28
Added
- Auto-accept tool calls for OpenCode agents
Improved
- Copy an OpenCode resume command to continue the session outside Paseo
- Model selector lists every enabled provider, with a Retry button when one fails to load
- Provider settings are easier to search and manage
- Other agents connecting to Paseo via MCP see the same providers, models, and modes as the app (#1198)
- OpenCode Edit tool calls render as inline diffs
- Typing a slash command shows the best match first
- Daemon starts faster on workspaces with many git folders
- Markdown lists have tighter spacing
- Less jank when streaming agent responses
- User message footer controls align with the rest of the chat
- Agent mode controls use a cleaner monochrome treatment
- Compact layouts move the context ring to the footer right edge
Fixed
- Allow selecting text in the chat on mobile (#1153 by @muzhi1991)
- Submitting a Pi question no longer looks like a second prompt opened (#1188 by @yuruiz)
- Daemon memory leak from unbounded workspace git caches (#1200)
- Provider diagnostics include the command override binary path (#1191)
- OpenCode MCP servers connect correctly when the daemon binds to wildcard addresses
- Tool calls from MCP servers that return non-spec output no longer fail validation