Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 15, 2026 14:18
Show Gist options
  • Select an option

  • Save wullemsb/46969e92693f56999f83c89fb9fadb5f to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/46969e92693f56999f83c89fb9fadb5f to your computer and use it in GitHub Desktop.
using GitHub.Copilot.SDK;
await using var client = new CopilotClient();
await client.StartAsync();
await using var session = await client.CreateSessionAsync(new SessionConfig
{
OnPermissionRequest = PermissionHandler.ApproveAll,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment