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
fix: correct 'GithubToken' casing to 'GitHubToken' in .NET and Go
Rename GithubToken to GitHubToken (capital H) across all .NET and Go
type definitions, client code, tests, test scenarios, and READMEs to
match the correct 'GitHub' brand casing.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: dotnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ new CopilotClient(CopilotClientOptions? options = null)
77
77
-`Cwd` - Working directory for the CLI process
78
78
-`Environment` - Environment variables to pass to the CLI process
79
79
-`Logger` - `ILogger` instance for SDK logging
80
-
-`GithubToken` - GitHub token for authentication. When provided, takes priority over other auth methods.
81
-
-`UseLoggedInUser` - Whether to use logged-in user for authentication (default: true, but false when `GithubToken` is provided). Cannot be used with `CliUrl`.
80
+
-`GitHubToken` - GitHub token for authentication. When provided, takes priority over other auth methods.
81
+
-`UseLoggedInUser` - Whether to use logged-in user for authentication (default: true, but false when `GitHubToken` is provided). Cannot be used with `CliUrl`.
-`AutoStart` (\*bool): Auto-start server on first use (default: true). Use `Bool(false)` to disable.
139
139
-`AutoRestart` (\*bool): Auto-restart on crash (default: true). Use `Bool(false)` to disable.
140
140
-`Env` ([]string): Environment variables for CLI process (default: inherits from current process)
141
-
-`GithubToken` (string): GitHub token for authentication. When provided, takes priority over other auth methods.
142
-
-`UseLoggedInUser` (\*bool): Whether to use logged-in user for authentication (default: true, but false when `GithubToken` is provided). Cannot be used with `CLIUrl`.
141
+
-`GitHubToken` (string): GitHub token for authentication. When provided, takes priority over other auth methods.
142
+
-`UseLoggedInUser` (\*bool): Whether to use logged-in user for authentication (default: true, but false when `GitHubToken` is provided). Cannot be used with `CLIUrl`.
0 commit comments