Features
- Added Antigravity CLI as a full chat backend, including authentication, models, permissions, MCP support, session resume, and Magic Prompt integration.
- Added Sentry issue loading, viewing, removal, and investigation from chat context.
- Added interactive release-note generation with custom prompts and a prefilled GitHub release link.
- Added automatic detection and installation guidance for missing host prerequisites during onboarding.
- Added session moves between projects and worktrees through Jean MCP.
- Added run-environment discovery for agents and an option to omit automatic recaps.
- Added binary-file previews in diffs and project-aware configuration resolution.
- Added a setting to disable Codex and OpenCode server warming and release idle resources (#667, fixed #662).
- Added URL copying to chat link context menus.
Fixes
- Restored discovery of skills stored in nested category directories (#666, fixed #621).
- Fixed queued prompt editing, including messages that could be steered into an active turn.
- Preserved chat drafts during streaming updates and aligned review-result send actions.
- Fixed Codex agent completion when a turn ended normally.
- Fixed YOLO permissions, waiting state, and session state synchronization across chat views.
- Prevented web clients from accessing the server clipboard.
- Fixed branch switching, push error reporting, base-session pushes, conflict-session caching, terminal paste, and empty-worktree closing behavior.
- Fixed onboarding in web access and improved CLI installation and fallback handling.
- Kept automated fix investigations running until CI passed and synchronized Magic Prompt defaults and retry behavior.
Improvements
- Sorted session tabs by their most recent activity.
- Separated device-local preferences from server-owned workflow settings and added pull-request unlinking.
- Defaulted Grok integrations to Grok 4.6.
- Simplified the review workflow and persisted dismissed setup-script output.
- Improved model selection, session defaults, toolbar layout, and diff-modal actions.
- Updated generated release titles to use a single
v-prefixed version.
What's Changed
- fix(skills): discover skills in nested directories by @andrasbacsai in #666
- feat(preferences): add AI server warming control by @andrasbacsai in #667
Full Changelog: v0.1.72...v0.1.73