v0.1.67 - Remote Connections, New Backends & Mobile Polish
Features
- Added native connections to remote Jean servers, with connection switching from the command palette and clearer remote authentication errors. (#495)
- Added Kimi Code as a full chat backend, including authentication, session resume, onboarding, and Magic Prompts.
- Added detached Grok sessions with steering, cancellation, image support, MCP integration, and improved plan-mode behavior.
- Added Sentry issue browsing, context loading, and investigation support.
- Added local Jean server installation and upgrade tooling for headless Linux deployments.
- Added a read-only Final Review workflow for merge-readiness checks.
- Added mobile sidebar and approval-model bottom sheets with improved swipe navigation.
Fixes
- Fixed Windows notifications so clicking a toast restored and focused Jean. (#487, fixes #470)
- Fixed auto-fix sessions starting before their worktrees were ready. (#488, fixes #475)
- Fixed duplicate Codex user-input prompts and prevented answers from being submitted twice. (#489, fixes #477)
- Fixed worktree open actions in web access and added Windows Explorer support under WSL. (#490, fixes #481)
- Fixed retryable Codex errors being treated as terminal failures.
- Fixed duplicated chat output during running-session recovery and snapshot replay.
- Fixed investigations failing to start reliably after reloads or timing races.
- Fixed onboarding checks running before CLI authentication completed.
- Fixed attachment cleanup to preserve shared files and validate sessions before destructive cleanup.
- Fixed branch names being replaced when creating worktrees from existing branches.
- Fixed native menus, shortcuts, and window chrome when connected to remote servers.
Improvements
- Extracted a Tauri-independent server runtime to support headless and remote deployments. (#493)
- Improved mobile sidebar gestures, overlays, safe-area spacing, and worktree badge presentation.
- Improved branch-based worktree creation by linking matching open pull requests.
- Improved Settings with app version, build commit, and build timestamp information.
- Improved backend skill synchronization, terminal PATH handling, Kimi session selection, and Grok usage reporting.
- Updated the default Grok model to Grok 4.5.
What's Changed
- fix(chat): dedupe Codex user-input prompts by @andrasbacsai in #489
- fix(auto-fix): await worktree creation before agent launch by @andrasbacsai in #488
- fix(projects): enable worktree open actions in WSL web by @andrasbacsai in #490
- fix(notifications): restore app from Windows toast by @andrasbacsai in #487
- chore(core): extract Tauri-free server runtime by @andrasbacsai in #493
- feat(remote): add native Jean server connections by @andrasbacsai in #495
Full Changelog: v0.1.66...v0.1.67