Skip to content

0.19.0 - 20260624

Latest

Choose a tag to compare

@jdneo jdneo released this 24 Jun 08:37
799f24b

Added

  • Improve terminal command execution across Windows and Linux. PR#247
  • Support editing/creating local files outside the workspace. PR#248
  • Support automatic chat context compression. PR#250
  • Support tool auto-approve controls. PR#255

Fixed

  • Copilot reports failure when extension-point contributed MCP server has changed. #153
  • Subagent panel size is not updated if conversation is canceled. #169, contributed by @rsd-darshan
  • Thinking effort descriptions are truncated in the model picker hover card. #233
  • Canceled terminal tool calling status will become ongoing again after chat history restoration. #239
  • Cannot navigate to the file out of workspace. #262
  • Read the default text editor preferences from platform instead of defaulting to spaces. PR#267, contributed by @jomillerOpen

Engineering

  • Remove unused message keys and properties across various modules. PR#208
  • Add endgame skill. PR#230
  • Fix typo in README upgrade recommendation. PR#251, contributed by @evanclan