Skip to content

v0.1.61

Choose a tag to compare

@andrasbacsai andrasbacsai released this 01 Jul 14:44

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

Full Changelog: v0.1.60...v0.1.61