What's New
Connectivity (Remote & Cloud)
Remote and Cloud have been unified into a single Connectivity tab. The local WebSocket remote control and the cloud relay now coexist seamlessly — start either or both from the same panel.
- Cloud chat sessions from desktop app
- Cloud relay mode skips PIN auth automatically
- Transport-agnostic RemoteServer architecture
- Server version display and update check
Prompt Enhancement
A new Enhance button in chat rewrites your prompt using Haiku for better specificity and structure before sending it to the main model.
GitHub Clone Wizard
The clone wizard now includes a repository search — type a name and browse your GitHub repos directly instead of pasting URLs.
File-to-Chat Context
Right-click any file in the Explorer and select Reference in chat to attach it as context for your next message.
Workspace Advisor
The workspace advisor now opens as a full-page chat view instead of a terminal tab, with the same rich markdown rendering as the main chat.
Markdown Blocks
New renderer blocks for richer output in chat:
git-commit,git-status,changelog,dependencyblocks- Workspace document cards, concept links, and inline
@linkrendering - Workspace blocks added to system prompt so Claude uses them automatically
Internationalization
- Spanish language support — 115 new keys added
- Tooltips, sidebar customization options, nav tab titles, and panel descriptions are now translatable
- Translation caching for improved performance
Session Replay
Images are now displayed inline in session replay history.
Git Toasts
Pull/push notifications now show stats (files changed, insertions, deletions) and the project name.
Bug Fixes
- Remote UI: Skip PIN auth when in cloud relay mode
- MCP: Wire
terminal_create/send/closetrigger handling - Markdown: Use blob URLs for iframe previews to comply with CSP
- Markdown: Make compare block parser more flexible
- Cloud: Prevent modal spam on deleted projects, add reset button
- Cloud: Skip operations on non-existent project paths
- Cloud: Harden server security for production deployment
- Chat: Improve plan approval UX and remove inline editor
- i18n: Add 115 missing ES keys and translate 17 untranslated FR/ES values
Refactoring
- Migrated core and utility components to
BaseComponentpattern - Simplified cloud architecture — removed file sync system
- Split
cloud.ipc.jsinto relay, projects, and shared modules - Improved async handling for file operations and cache logic
- Project index resolution with caching
Full Changelog
feat(connectivity): unify Remote and Cloud into single Connectivity tabfeat(cloud): add cloud chat sessions from desktop appfeat(cloud): add server version display and update checkrefactor(cloud): remove file sync system and simplify cloud architecturerefactor(remote-server): make RemoteServer transport-agnosticrefactor(connectivity): allow local and cloud to coexist, deduplicate initrefactor(cloud-ipc): split cloud.ipc.js into relay, projects and shared modulesfeat(chat): add prompt enhancement via Haikufeat(github): add repo search in clone wizardfeat(explorer): add reference file in chat from context menufeat(workspace): open advisor as full-page chat view instead of terminal tabfeat(markdown): add git-commit, git-status, changelog and dependency blocksfeat(markdown): add workspace document cards, concept links and inline @link renderingfeat(markdown): add workspace blocks to system prompt for Claude awarenessfeat(session): display images in session replay historyfeat(i18n): add tooltips and sidebar customization options in localesfeat(i18n): enhance translation performance with caching mechanismfeat(ui): add internationalization support for nav tab titlesfeat(ui): add panel descriptions for skills, agents, and memory sectionsfeat(git): show pull stats and project name in toast notificationsfeat(ipc, services): improve async handling for file operations and cache logicrefactor(services): improve project index resolution with cachingrefactor(components): migrate core components to BaseComponentrefactor(components): migrate utility components to BaseComponentstyle(dashboard): improve responsiveness of sidebar and header elementsstyle(chat): move mention chips inside input wrapper for better layoutstyle(chat): improve code block styling for better readabilityfix(remote-ui): skip PIN auth when in cloud relay modefix(mcp): wire terminal_create/send/close trigger handlingfix(markdown): use blob URLs for iframe previews to comply with CSPfix(markdown): make compare block parser more flexiblefix(cloud): prevent modal spam on deleted projects and add reset buttonfix(cloud): skip operations on non-existent project pathsfix(cloud): harden server security for production deploymentfix(chat): improve plan approval UX and remove inline editorfix(i18n): add 115 missing ES keys and translate 17 untranslated FR/ES values
Downloads: Windows (.exe) · macOS (.dmg) · Linux (.AppImage)