|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.2 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Added a context menu to folder tree file rows with options to open the file in a new tab and copy its absolute path. |
| 8 | +- Added a folder tree for navigating workspace files, with stable toolbar controls when switching files, search support for markdown files, and automatic reveal of the active file when the tree opens. |
| 9 | +- Added column visibility controls to the My Work table view, letting you show or hide individual columns from a new Columns submenu. Reset options for column widths, order, and visibility are now grouped under a Reset submenu. |
| 10 | +- Agents can now share and interact with the integrated browser preview — navigating pages, reading content, taking screenshots, and performing clicks and input — when the browser agent tools experiment is enabled. |
| 11 | +- Canvas and browser tabs in the chat panel can now be split side by side |
| 12 | +- The folder tree view for file navigation is now available as an opt-in experiment in Settings for all users. |
| 13 | +- The slash command palette now shows argument autocomplete — enum-argument commands (like `/remote`, `/collect-debug-logs`, `/skills`) keep the palette open with allowed values after you type a space, while freeform-argument commands show a ghost-text hint describing what to type. |
| 14 | + |
| 15 | +### Changed |
| 16 | + |
| 17 | +- Added subtle vertical dividers between right panel tabs for easier visual distinction. |
| 18 | +- Clicking an author or assignee avatar in the My Work inbox now opens that user's GitHub profile in your browser. |
| 19 | +- Improved accessibility of the repository connection onboarding flow for screen reader and voice control users. |
| 20 | +- Polished My work views and table interactions: the new view button now shows a 'New view' tooltip, the reset button is renamed from 'Clear' to 'Reset', deleting a custom view now shows a confirmation dialog with a 'Don't ask again' option, right-clicking an avatar in the inbox table now correctly opens the row context menu, and a separator was added above 'Copy link' in the row context menu. |
| 21 | +- Queued follow-up prompts now use a consistent icon across both the submit button (when holding Cmd/Ctrl) and the queued-message pill. |
| 22 | +- Redesigned the home screen as a discovery surface — surfaces inbox previews and contextual feature prompts to help you understand what to do next. |
| 23 | +- Refined the My work inbox: restyled the filter editor as an inset card, added a split Save menu with "Save to this view" and "Save as new view" options, renamed "Reset to default" to "Clear", added right-click context menus on inbox tabs (Edit, Duplicate, Delete) and on table rows with a new "Quick chat" option to start a chat about the selected pull request or issue. |
| 24 | +- Renamed the "View inbox" button to "View all" in the Up next section of the home screen. |
| 25 | +- Revamped the default inbox sections: replaced "Needs my attention" with "Active" (issues and PRs assigned to you, plus PRs you authored) and "Review requests" (PRs where you or a team you're on is requested as a reviewer), and fixed the "Done" section so it no longer shows closed-unmerged pull requests. |
| 26 | +- Reworked the My work filter editor with two distinct modes: a quick-filter mode (funnel toggle) for query-only edits with an inline Undo button and save/revert menu, and an edit mode for renaming a view and resetting it to its defaults. |
| 27 | +- Right-panel tab close button now appears in the leading icon slot instead of as a right-side overlay, providing a more consistent interaction target. |
| 28 | +- Sidebar badges and state pills for ready-to-merge and completed workspaces now use green success styling. |
| 29 | +- Submitting a prompt on the home page without selecting a project now starts a quick chat instead of silently doing nothing. |
| 30 | +- The "new updates" banner in the My work inbox is now displayed as a full-width strip flush against the filter bar, making it easier to spot when new items are available. |
| 31 | +- The My Work inbox now remembers your last active tab and returns you to it on next load. |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Arrow keys now move the cursor correctly inside the new workspace search input instead of switching between source tabs. |
| 36 | +- Browser preview pages no longer have unexpected DOM mutations (color-scheme attributes, injected style tags, or matchMedia overrides) applied by the app. |
| 37 | +- Command palette "Set thinking effort" action now works correctly when no active session has started yet |
| 38 | +- Discarding a draft session now shows a dedicated confirmation dialog with appropriate copy, instead of the generic delete dialog. |
| 39 | +- Discovery cards on the home page are now automatically dismissed for items completed during onboarding, so already-configured features no longer appear as suggestions after setup. |
| 40 | +- File attachment icons in chat messages now match the size used in attachment chips |
| 41 | +- Fixed a crash that could occur when loading pull request checks for PRs with large check result pages |
| 42 | +- Fixed a crash that could occur when loading pull request details with deeply nested check contexts. |
| 43 | +- Fixed a crash that could occur when refreshing PR details with a large number of status checks. |
| 44 | +- Fixed a gap between the sidebar and content area when using zoom levels above 1x. |
| 45 | +- Fixed an error that could appear in the document navigator when opening files in ephemeral markdown canvases. |
| 46 | +- Fixed an issue where adding an empty GitHub repository could cause the first feature branch pushed by a session to become the repo's default branch. |
| 47 | +- Fixed an issue where attaching files to a chat could stop working after a draft session was converted into an active session. |
| 48 | +- Fixed the add-tab menu alignment so it opens anchored to the trigger button edge instead of centering beneath it. |
| 49 | +- Home screen discovery cards now correctly show actionable onboarding cards first, with tip cards as fallback, regardless of onboarding completion status. |
| 50 | +- MCP tool calls now display with the correct server label and icon (e.g. "GitHub · Search code") instead of a raw slug like "Github Mcp Server · Search Code". |
| 51 | +- Pull requests no longer appear as ready to merge when GitHub's merge requirements are not yet satisfied. |
| 52 | +- Selecting a file in the Changes panel's All files tree now keeps the selected row highlighted while its content is displayed. |
| 53 | +- Split controls now appear in a pane whenever any tab in that pane can be split, instead of being hidden when the active tab is pinned or otherwise unsplittable. |
| 54 | + |
3 | 55 | ## v0.2.1 |
4 | 56 |
|
5 | 57 | ### Added |
|
0 commit comments