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
feat: add clientName to SessionConfig across all SDKs
Add clientName as an optional field to SessionConfig and
ResumeSessionConfig in all four SDK languages (Node.js, Python, Go,
.NET). This allows SDK consumers to identify their application, which
is included in the User-Agent header for API requests.
The CLI server protocol already supports clientName on both
session.create and session.resume requests, but the SDK types were
not exposing it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments