chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-17 04:13:48 +00:00
parent d30a1821e3
commit cc09081a80
14 changed files with 65 additions and 36 deletions
@@ -36,7 +36,7 @@ dotnet run -- --repo github/copilot-sdk
```csharp
using System.Diagnostics;
using GitHub.Copilot.SDK;
using GitHub.Copilot;
// ============================================================================
// Git & GitHub Detection
@@ -159,7 +159,7 @@ var owner = parts[0];
var repoName = parts[1];
// Create Copilot client - no custom tools needed!
await using var client = new CopilotClient(new CopilotClientOptions { LogLevel = "error" });
await using var client = new CopilotClient(new CopilotClientOptions { LogLevel = CopilotLogLevel.Error });
await client.StartAsync();
var session = await client.CreateSessionAsync(new SessionConfig