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
Phase 9 (partial): rename Cwd/Remote properties on hand-written types
- CopilotClientOptions.Cwd -> WorkingDirectory
- CopilotClientOptions.Remote -> EnableRemoteSessions
- McpStdioServerConfig.Cwd -> WorkingDirectory (wire name stays 'cwd')
- SessionListFilter.Cwd -> WorkingDirectory
Full CLI/server -> runtime terminology overhaul (the RuntimeConnection
discriminated config and removal of flat CliPath/CliArgs/Port/UseStdio/CliUrl
properties) is deferred — it requires substantial restructuring of the
connection-routing logic in Client.cs and warrants its own change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: dotnet/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ new CopilotClient(CopilotClientOptions? options = null)
79
79
-`UseStdio` - Use stdio transport instead of TCP (default: true)
80
80
-`LogLevel` - Log level (default: "info")
81
81
-`AutoStart` - Auto-start server (default: true)
82
-
-`Cwd` - Working directory for the CLI process
82
+
-`WorkingDirectory` - Working directory for the CLI process
83
83
-`CopilotHome` - Base directory for Copilot data (session state, config, etc.). Sets `COPILOT_HOME` on the spawned CLI process. When not set, the CLI defaults to `~/.copilot`. Useful in restricted environments where only specific directories are writable. Ignored when using `CliUrl`.
84
84
-`Environment` - Environment variables to pass to the CLI process
0 commit comments