You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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