v0.1.61
Features
- Added Rust-managed AI review jobs that run in the background, with reconnect-friendly review state and review UI recovery.
- Added a single-binary headless server mode with embedded frontend assets, health/readiness routes, and deployment support. (#454)
- Added Linux server release artifacts and GHCR Docker images for headless deployments.
- Added support for forking chat sessions into new worktrees. (#465)
- Added editing for queued chat prompts, including stale-edit handling. (#463, closes #433)
- Added an active session rename command. (#464, closes #359)
- Added cached rendering for trusted Linear context images in chat. (#462, fixes #428)
- Added Claude Sonnet 5 as a selectable model option.
- Restored richer Pi session history with assistant text, tool calls, tool results, and usage.
Fixes
- Fixed GitHub PR merging to use a merge method allowed by the repository. (#439)
- Fixed native Claude, Codex, and OpenCode terminal sessions so they persist and resume correctly. (#450)
- Fixed WSL setup so common home bin paths are searched for tools. (#455, fixes #443)
- Fixed Windows MCP local IPC support. (#456, fixes #432)
- Fixed Claude helper commands so profile environment variables are passed through. (#457, fixes #410)
- Fixed Linux window resizing by adding resize handles. (#458, fixes #431)
- Fixed RTK CLI installation to download verified release assets with checksum validation. (#459, fixes #429)
- Fixed headless wildcard host binds so disabled token auth is rejected from saved preferences too. (#454)
- Fixed web access browser sessions to use the server platform for onboarding, shell escaping, and terminal/editor behavior.
- Fixed the backend model picker search so browser spellcheck no longer autocorrects model names like
gpt. (#331) - Fixed future Claude model labels in the mobile model picker.
- Fixed edited-file display for surfaced latest chat text.
- Fixed release note result actions stacking on mobile.
Improvements
- Consolidated CLI update notifications into a titlebar badge and popover instead of repeated toasts. (#356)
- Improved CLI update detection internals to avoid redundant outdated-set recalculation. (#356)
- Set the default Cargo binary to
jean.
What's Changed
- feat(headless): add single-binary server mode by @andrasbacsai in #454
- fix(chat): disable spellcheck on backend model picker search by @grallc in #331
- fix(claude): pass profile env to helper commands by @andrasbacsai in #457
- fix(rtk): install CLI from verified release asset by @andrasbacsai in #459
- chore: inspect available workflow guidance by @andrasbacsai in #458
- fix(mcp): support Windows local IPC by @andrasbacsai in #456
- fix(wsl): find home bin tools during setup by @andrasbacsai in #455
- fix: persist and resume native Claude/Codex/OpenCode terminal sessions by @BowgartField in #450
- fix(projects): merge PRs with a method the repository allows by @fsioni in #439
- feat(ui): consolidate CLI update toasts into titlebar badge+popover by @Strajk in #356
- feat(chat): allow editing queued prompts by @andrasbacsai in #463
- feat(linear): display cached context images by @andrasbacsai in #462
- feat(commands): add active session rename command by @andrasbacsai in #464
- feat(chat): fork sessions into new worktrees by @andrasbacsai in #465
Full Changelog: v0.1.60...v0.1.61