|
9 | 9 |
|
10 | 10 | ## v0.2.21 |
11 | 11 |
|
12 | | -### Added |
13 | | - |
14 | | -- Added a long context toggle in the model picker for models that support extended context windows, with the active tier shown in the model picker button. |
15 | | -- Added support for a `gh://session/new` deep link that opens the app and starts a new session for a given repository, pull request, or branch — with optional prompt and mode query parameters. |
16 | | -- Several experiments are now on for all users: canvases, MCP apps, the inbox tray menu, the channels view, cli sessions, browser-agent tools, the workspace uncommitted scope, the invertocat minigame, and editing files by selecting lines. Cloud workflows are also always on, and cloud sessions remain user-toggleable but default on for everyone. Voice dictation is now opt-in for everyone from Settings → Experimental. |
17 | | -- The agent can now read back the rendered output from a terminal after running a command, enabling it to see and act on command results in the terminal. |
18 | | - |
19 | | -### Changed |
20 | | - |
21 | | -- Copilot Pro, Pro+, and Max subscribers are now taken directly to the repository selection step after sign-in, bypassing the waitlist. |
22 | | -- The copy button next to PR and issue references is now always visible instead of only appearing on hover. |
23 | | -- The remove-project and delete-session dialogs now accurately explain that session worktrees are force-deleted, that uncommitted work is snapshotted to a recovery ref, and that recovering that work is a manual git step. |
24 | | - |
25 | 12 | ### Fixed |
26 | 13 |
|
27 | | -- Automation run timeline now displays older runs above newer runs, matching the order used in the session timeline picker. |
28 | | -- Command Palette now shows "Go to My work" (with the correct icon) instead of the outdated "Go to Inbox" label. |
29 | | -- External links clicked inside the browser preview now show a confirmation dialog offering to open the URL in your default browser, instead of being silently blocked. |
30 | | -- Fixed a bug where clicking "Update branch" after a local branch diverged from its upstream remote would send Copilot to merge or rebase the wrong target branch instead of the correct remote tracking branch. |
31 | | -- Fixed a spurious scrollbar appearing in the inline diff comment textarea on macOS when "Always show scrollbars" is enabled. |
32 | | -- Fixed app sluggishness (slow typing, slow session switching) when multiple concurrent sessions are streaming responses at the same time. |
33 | 14 | - Fixed images embedded in issue timelines failing to load due to an HTTP 400 error on signed attachment URLs. |
34 | | -- Fixed the !cmd shell shortcut when triggered from the home screen or an empty/new session — it now correctly bootstraps a workspace and opens a terminal tab in the session worktree directory instead of failing or running in the wrong location. |
35 | | -- Pasting a pull request URL into the quick-open palette (cmd-k) now opens the session that created that PR instead of offering to start a duplicate. Sessions are also now findable by the PR title or URL even when the session name differs. |
36 | | -- Quota usage percentages now display as whole numbers, consistent with the Copilot CLI. |
37 | | -- Removed the floating "No comments or activity yet." text that appeared visually in the pull request and issue detail view when there was no activity. |
38 | 15 | - Restored the hidden octocat minigame on the home screen, which had stopped appearing after a recent update. |
39 | 16 | - Restored the message composer during active automation runs, allowing users to respond to prompts and permission requests without first opening the session separately. |
40 | | -- Searching for "high contrast" in Settings now surfaces the Mode section where the High Contrast option lives. |
41 | | -- The model picker and session info popover now correctly show the context window size when long context is enabled. |
42 | | -- Uncommitted and untracked files are now preserved in a recoverable git ref before archiving or deleting a session, preventing silent data loss when removing worktrees. |
43 | 17 |
|
44 | 18 | ## v0.2.20 |
45 | 19 |
|
|
0 commit comments