Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb1488f

Browse files
docs: update changelog for v0.2.3
1 parent 615c5b2 commit eb1488f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## v0.2.2
429

530
### Added

0 commit comments

Comments
 (0)