0.9.2 - 2026-09-24
Added
- Added structured Claude Code launch arguments for session configuration and plugins (#5206)
Improved
- Reduced background Git polling for repositories the watcher cannot observe (#5170)
- Reduced Add Project directory search time on large home directories (#5190)
Fixed
- Fixed the daemon becoming unresponsive when ignored directories appear after a workspace opens (c3e1e08 by @Marcus172)
- Fixed daemon memory growing after client connections close (9978988)
- Fixed a project folder ending in a space crashing the app on load (#5205 by @L4XB)
- Fixed workspace labels missing when an agent screen opens before the sidebar (#5079 by @morven-ai)
- Fixed workspaces disappearing when their disk or network share is unavailable (#5227)
- Fixed a failed session import making an archived worktree impossible to restore (#5238)
- Fixed archived agent logs failing after Paseo removes their worktree (#5229)
- Fixed a newly created branch pushing to the default branch through an inherited upstream (#5249)
- Fixed fork checkout pull requests disappearing from the workspace after refresh (#5221)
- Fixed agent-created local workspaces accepting a missing path or file (#5322)
- Fixed chat uploads replacing valid characters in original file names with underscores (#5317)
- Fixed multi-select questions dropping checked options or a typed Other answer (#5320 by @ThePharmer)
- Fixed Android Back leaving the screen while a bottom sheet is open (#5245)
- Fixed voice mode playing the thinking tone between spoken reply segments (#5281)
- Fixed a Claude slash command sent with an attachment reaching Claude as plain text (#5240 by @joecorkerton)
- Fixed Claude rewind after a turn that received no response (#5285)
- Fixed Claude rewind after a turn containing subagent messages (#5289)
- Fixed repeated agent history after refresh when a durable timeline store is configured (#5286)
- Fixed an OMP custom message ending a turn before the provider finished (#3258)
- Fixed a stopped OMP turn appearing as a failed turn (#5243)
- Fixed Stop refusing to settle a Pi or OMP agent whose runtime has exited (#5235)
- Fixed OpenCode agents ignoring their configured permission rules (#5296 by @gurvancampion)
- Fixed Codex Default and Read-only modes sending approval requests to Auto-review (#5239 by @HMWCS)
- Fixed Cursor agent creation after switching from a Fast model to one without Fast (#5274 by @gengjiawen)
- Fixed the Fast control missing for GPT-6 Sol and GPT-6 Luna in Codex (#5273 by @basilk15, @colonelpanic8)
- Fixed Claude's configured Fable model missing from the model picker (#5326 by @noahg9)
- Fixed ACP terminals started by the daemon using the wrong agent identity (#5248)
- Fixed an agent's completed plugin session appearing failed after a daemon restart (#5253)
- Fixed plugin reload crashing its subprocess while a provider session closes (#5231)
- Fixed a failed plugin provider request crashing the daemon (#5298)
- Fixed Hub executions being unable to title workspaces they create (#5302)
- Fixed an invalid schedule file preventing the daemon from starting (#5301)
- Fixed an empty
paseo.pidpreventing the daemon from starting (#5306) - Fixed a recycled daemon PID preventing startup after a reboot (#5277)
- Fixed daemon startup failing on
config.jsonsaved with a UTF-8 byte order mark (#5315) - Fixed background daemon startup errors missing from the reported log file (#5332)
- Fixed CLI errors for invalid
config.jsonomitting the file and failing field (#5337) - Fixed the CLI suggesting daemon startup after a password rejection (#5310)
- Fixed Open in editor missing for a password-protected desktop daemon (#5335)
- Fixed
paseo permit ls --jsonshortening request IDs needed bypermit allowandpermit deny(#5305) - Fixed a replica cache read spinning when its store keeps rejecting writes (#5290)
- Fixed the MiniMax card showing a raw error for an inactive token subscription (#5258)
- Fixed modified Backspace being rejected as a custom shortcut (#5224)
- Fixed multi-step shortcuts failing when the app updates between steps (#5255 by @colonelpanic8)
- Fixed multi-step shortcuts failing when the second step holds a modifier (#5272)
- Fixed rebound pane-focus shortcuts failing while typing (#5287)