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
- Remove autoStart and autoRestart from CopilotClientOptions. The client
now always starts on first createSession/resumeSession; users can still
call client.start() explicitly for eager startup.
- Make MCPServerConfigBase.tools optional (undefined = all, [] = none).
- Fix streaming JSDoc block comment that wasn't attached due to single-star.
Mirrors C# PR #1343 Phase 4c.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments