Created
May 15, 2026 14:18
-
-
Save wullemsb/46969e92693f56999f83c89fb9fadb5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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