Releases: getpaseo/paseo
Releases · getpaseo/paseo
Paseo v0.1.43
0.1.43 - 2026-04-02
Added
- Copilot agent support via ACP base provider — connect GitHub Copilot as a new agent type.
- Searchable model favorites — quickly find and pin preferred models.
- Slash command support for OpenCode agents.
Improved
- Refined model selector UX with better mobile sheet behavior.
- Workspace status now uses amber alert styling for "needs input" state.
- Themed scrollbar on message input for consistent styling.
Fixed
- Ctrl+C/V copy and paste now works correctly in the terminal on Windows and Linux.
- Shell arguments with spaces are now properly quoted on Windows.
- Claude models with 1M context support are now correctly reported.
Paseo v0.1.43-rc.1
0.1.43-rc.1 - 2026-04-02
Release candidate build for testing from main.
- Tag:
v0.1.43-rc.1 - Commit:
ac9c2c5642b5455632cd902b5bb604a49d819610 - This prerelease does not replace the website's latest stable download.
Paseo v0.1.42
0.1.42 - 2026-04-01
Fixed
- Fixed Claude Code failing to launch on Windows when installed to a path with spaces (e.g.
C:\Program Files\...).
Paseo v0.1.41
0.1.41 - 2026-04-01
Fixed
- Fixed agent spawning on Windows — all providers (Claude, Codex, OpenCode) now use shell mode so npm shims and
.cmdwrappers resolve correctly. - Fixed terminal creation on Windows defaulting to a Unix shell instead of
cmd.exe. - Fixed path handling across the app to support Windows drive-letter paths (
C:\...) and UNC paths (\\...). - Fixed executable resolution on Windows to work with
nvm4wand similar Node version managers. - Eliminated white flash on window resize in dark mode by setting the native window background color to match the theme.
- Fixed titlebar drag region — replaced the fragile pointer-event approach with VS Code's proven static CSS
app-region: dragpattern. - Fixed context menu for copy/paste across the desktop app.
- Fixed shortcut rebinding UI to show held modifier keys and recognize additional keys (Tab, Delete, Home, End, Page Up/Down, Insert, F1–F12).
- Removed the 40-item cap on activity timeline output so long agent sessions display their full history.
Improved
- Improved light mode theming with dedicated workspace background, scrollbar handle colors, and lighter shadows.
- Window controls overlay on Windows/Linux reduced from 48px to 29px height for a more compact titlebar.
Paseo v0.1.41-rc.1
0.1.41-rc.1 - 2026-04-01
Release candidate build for testing from main.
- Tag:
v0.1.41-rc.1 - Commit:
1930a8a2f2135e7102653dfd5d4a0740e164f403 - This prerelease does not replace the website's latest stable download.
Paseo v0.1.40
0.1.40 - 2026-04-01
Added
- Workspace tabs can now be closed in batches.
Improved
- Provider model lists are now cached per server and provider, reducing redundant model lookups in the UI.
Fixed
- OpenCode reasoning content no longer appears duplicated as assistant text.
- Daemon no longer crashes when a Codex binary is missing or fails to spawn.
- Archive tab now correctly reconciles agent visibility after archiving.
- File diff tracking in workspaces now works correctly on Linux.
- iPad layout now renders correctly in desktop mode.
- macOS auto-updater now correctly delivers both arm64 and x64 binaries — previously whichever architecture finished building last would overwrite the other's update manifest.
Paseo v0.1.39
0.1.39 - 2026-03-30
Added
- Terminal management from the CLI — new
paseo terminalcommand group lets you list, create, and interact with workspace terminals without leaving your terminal. - Material file icons in the explorer — the file explorer tree now shows language-specific icons (TypeScript, JSON, Markdown, etc.) so you can spot files at a glance.
Fixed
- Fixed iOS sidebar scroll flicker caused by redundant overflow clipping.
- Centralized window controls padding into a shared hook, eliminating layout inconsistencies across platforms.
Paseo v0.1.38
0.1.38 - 2026-03-30
Fixed
- Fixed daemon startup race where the app could time out connecting on first launch because the PID file advertised a listen address before the server was ready.
- Fixed daemon log rotation losing startup traces — trace-level WebSocket logs no longer include full message payloads.
0.1.37
0.1.37 - 2026-03-29
Added
- Custom window controls on Windows and Linux — the native titlebar is replaced with overlay controls that match the app's design.
- Desktop file logging with electron-log for easier debugging of daemon and app issues.
Fixed
- Fixed broken PATH propagation and Claude binary resolution on Windows.
- Dictation errors now show a visible toast instead of failing silently.
0.1.36
0.1.36 - 2026-03-27
Fixed
- Fixed Windows drive-letter path handling across the codebase.
- Fixed stale Nix hash with automatic lockfile-change detection.
Added
- Added metrics collection and terminal performance tests.