v0.36.2025121901
Pre-release
Pre-release
Allow passing in auth behavior into octokit service (#2635) * Allow passing in auth behavior into octokit service Commit 1: Internal refactoring that does not influence behavior at all. It just sets us up to have control over the auth behavior. * Set `createIfNone: false` to prevent auth prompts in organizationAndEnterpriseAgentProvider (#2636) * Initial plan * Change createIfNone to false and remove runWithAuthCheck method Co-authored-by: TylerLeonhardt <[email protected]> * Update src/extension/agents/vscode-node/organizationAndEnterpriseAgentProvider.ts --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TylerLeonhardt <[email protected]> * Fixes the bug * Another case that should be a non-functional change * Have service throw welknown error --------- Co-authored-by: Copilot <[email protected]>