Skip to content

0.10.0 - 20250811

Choose a tag to compare

@jdneo jdneo released this 22 Apr 06:42
· 372 commits to main since this release
8b9c24e

Added

  • Support custom instructions.
  • Support MCP feature flag.
  • Support GitHub MCP server OAuth.
  • Support adding image to the chat context.
  • Support adding folder to chat context.
  • Add confirmation dialog for unhandled files when create a new conversation in agent mode.
  • Add Edit Preferences... button into chat top banner.
  • Show conversation title in chat top banner.

Changed

  • Improve the Copilot perspective with onboarding images and more shortcuts.
  • Update chat view's icon.
  • Merge all open url related commands into one command.

Fixed

  • Error 'Document for URI could not be found' during chat.
  • Unexpected files are listed in the Search Attachments dialog.
  • Correct the default index when build SignInDialog.
  • Input history is not cleared after switching account.
  • Preference will be cleared if username is not ready when start up.
  • Delay the show hint invocation timing to avoid command not found error.
  • Active model does not reset to default model when model list change.
  • Welcome view does not render correctly when height is limited.
  • Persist chat input when mode switches.
  • Send MCP tools status notification after server started.

Removed

  • Remove CopilotAuthStatusListener from AvatarService.
  • Remove CopilotAuthStatusListener from CopilotStatusManager.