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
Add enableConfigDiscovery option to session config types in Node.js,
Python, Go, and .NET SDKs. When set to true, the runtime automatically
discovers MCP server configurations (.mcp.json, .vscode/mcp.json) and
skill directories from the working directory, merging them with any
explicitly provided values (explicit takes precedence on name collision).
This surfaces a capability already implemented in copilot-agent-runtime's
resolveDiscoveredConfig() for SDK consumers.
Changes per SDK:
- Node.js: SessionConfig + ResumeSessionConfig pick + client passthrough
- Python: create_session/resume_session params + payload serialization
- Go: config structs + wire request structs + client passthrough
- .NET: config classes + clone constructors + wire records + client passthrough
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments