|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.3 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Right-click context menu (New session / View session, Quick chat, Copy link) is now available in the My Work inbox list view, matching the existing context menu in the table view. |
| 8 | +- Session automations are now available as an opt-in experiment in Experimental settings, letting you repeat prompts on a schedule. |
| 9 | +- Skills now appear in the slash command picker on the Home screen and in draft workspaces, so you can invoke `/skill-name` before starting a session. |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- Adding a GitHub repository now opens the command palette repo picker instead of the older dialog. |
| 14 | +- The feedback form now shows a notice that submissions will be posted as public GitHub issues, and the submit button is labeled "Share feedback". |
| 15 | +- The folder view is now available by default when viewing individual files, and the Changes panel no longer shows an "All files" scope. |
| 16 | + |
| 17 | +### Fixed |
| 18 | + |
| 19 | +- Bot account names (e.g. `github-actions[bot]`) are now displayed without the `[bot]` suffix in issue/PR rows, author cells, assignee avatars, search cards, and other UI surfaces. |
| 20 | +- Draft sessions no longer show incorrect setup or worktree state before a prompt is submitted. A loading indicator is shown while a repo is cloning, and the project picker is now available in the draft composer footer. |
| 21 | +- Feedback drafts are now preserved when accidentally dismissing the feedback popover (e.g. outside click, Escape, or sidebar collapse), so you no longer lose what you've typed. |
| 22 | +- Fixed an issue where the find-in-file search window could render outside the app window when opened near the right edge of the screen. |
| 23 | +- Fixed worktree creation timing out with "Timed out fetching the base branch" on large repositories by streaming fetch progress with an idle timeout instead of a fixed wall-clock limit. |
| 24 | +- Recent sessions header now shows correctly in the sidebar when no sessions exist yet |
| 25 | +- Skill files and MCP configs are now correctly rediscovered when resuming a session, fixing a bug where they were silently lost on resume. |
| 26 | +- The Changes pill label in the composer now stays visible at medium session widths, making the diff entry point easier to find. |
| 27 | + |
3 | 28 | ## v0.2.2 |
4 | 29 |
|
5 | 30 | ### Added |
|
0 commit comments