Skip to content

azsdk_0.6.11

Choose a tag to compare

@azure-sdk azure-sdk released this 01 May 23:42
f1da259

0.6.11 (2026-05-01)

Features Added

  • Added AZSDK_COPILOT_CLI_PATH environment variable to provide a custom path to the Copilot CLI executable (copilot/copilot.exe) for the GitHub Copilot SDK when the bundled binary is unavailable in standalone builds.

Bugs Fixed

  • Fixed misleading "No feedback items to process" error when Copilot CLI is missing. Now surfaces the actual error with installation instructions and env var workaround.
  • Introduced CopilotCliUnavailableException to distinguish Copilot CLI issues from other failures across all copilot-dependent tools.

Other Changes

  • Bumped GitHub.Copilot.SDK from 0.1.32 to 0.2.2.
  • Audit reads data from the cache to reduce GitHub API use