Skip to content

v1.1.10

Latest

Choose a tag to compare

@github-app-releaser github-app-releaser released this 15 Aug 00:38
· 1 commit to main since this release

What's new in v1.1.10

Highlights

  • Background items and queued message management are now available to everyone, enabled by default.
  • You can now repair a saved diff for a merged pull request session when it can no longer be loaded.
  • Plugins can now be updated automatically, including their extensions, from Customize → Plugins.
  • Right-click a side panel tab to close it, close others, or close tabs to the right.
  • You can now remove a pending queued or steering message directly from the conversation transcript.

Added

  • Added a way to repair a saved diff for a merged pull request session when its saved diff can no longer be loaded.
  • Added an option in Customize → Plugins to update installed plugins and their extensions automatically.
  • Background items and queued message management are now available to everyone and enabled by default.
  • Right-click a tab in the side panel to close it, close other tabs, or close tabs to the right.
  • You can now remove a pending queued or steering message directly from the conversation transcript in local sessions.

Changed

  • Copilot work events in the pull request timeline now show a small Copilot icon instead of an avatar.
  • Deleting or automatically cleaning up sessions with uncommitted work no longer shows a recovery toast; the work is still backed up before deletion.
  • Made composer list panel titles match the sidebar's group header styling.
  • Opening an issue or pull request link for a repository you haven't added now offers to add it and opens the link automatically once it's ready.
  • Refreshed the question prompt shown when the agent asks you a question, with a more compact layout and a collapsible details view.
  • Returning to a session's Files tab now shows the previously loaded file tree immediately instead of rebuilding it, and switching between files no longer briefly flashes the previous file's content.

Fixed

  • Copy buttons in Add Account and the device code screen now announce success to screen readers, and the "Copy link" button no longer changes its label after copying.
  • Emoji are now only inserted when you select one from the suggestions menu, so typing or pasting a shortcode like :rocket: keeps it as literal text.
  • Fixed "Repair saved diff" not being able to recover the diff for a merged pull request whose source branch had been deleted.
  • Fixed "Reply to thread" cards not navigating to their inline diff thread when the card lacked workspace information.
  • Fixed a brief console window flash on Windows when opening a workspace.
  • Fixed a brief visual jump in the conversation transcript after dismissing the repository configuration prompt.
  • Fixed a bug where app updates could delete user-added skills, such as migrated slash commands.
  • Fixed a rare crash on Linux where the app could abort without a crash dialog while updating the tray menu.
  • Fixed an issue on the Home view where tapping near a discovery card's hidden dismiss button on a touch device could accidentally dismiss the card.
  • Fixed automation runs loading forever when their chat had been deleted or archived; these now show a clear unavailable state instead.
  • Fixed crashes that could occur when editing tables or selecting typeahead suggestions in the chat composer.
  • Fixed new worktree sessions sometimes running outdated repository setup scripts and skipping the trust prompt instead of using the worktree's own configuration.
  • Fixed opening a new session deep link sometimes starting two sessions instead of one.
  • Fixed pull request descriptions sometimes incorrectly showing as empty when they actually failed to load, and added a retry option to recover them.
  • Fixed repository configuration approval being forgotten and re-prompted when switching between worktrees of the same project.
  • Fixed right-panel tabs so moving and splitting them (via drag or the tab context menu) works consistently, and the Changes tab no longer renders blank when split alongside the pull request overview.
  • Fixed screenshot and file links in chat losing their preview; clicking a linked screenshot now opens it in the image viewer, and other file links open in the artifact viewer.
  • Fixed the "Off" CLI session retention setting so it actually stops automatically importing CLI sessions instead of still retaining them for seven days, and sped up startup for accounts with many stored sessions.
  • Fixed the copy logs button in the setup script logs dialog rendering smaller than the adjacent edit script button.
  • Fixed the cursor getting stuck showing the wrong icon when moving over embedded content in the browser preview panel.
  • Fixed the diff view not auto-collapsing generated build output (like dist/ or build/ folders) when it appeared at the top level of the repository.
  • Fixed the Manage sessions table freezing or lagging when many sessions were shown at once.
  • Fixed the pull request sidebar to show successful checks before neutral checks and to display skipped checks with a distinct icon instead of the generic neutral dot.
  • Fixed the review panel resize handle so it can be dragged reliably across its full grab area.
  • Fixed the run browser sometimes opening a server's login page instead of the URL containing the auth token, and fixed browser popup links doing nothing in chat sessions.
  • Improved loading and scrolling performance on the Files tab for very large pull requests, keeping the file tree stable while it refreshes.
  • Made the Manage sessions status filter respond immediately when toggling it with a large number of sessions
  • Restarting a session no longer loses a queued prompt — it is restored to the composer instead.
  • The model picker now shows the provider name next to duplicate custom models with the same name, so they can be told apart and found when searching by provider.