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
- Use 'supports versions' consistently in all error messages (all SDKs)
- Move 'import inspect' to top of module (Python)
- Return full PermissionRequestResult fields, not just kind (Python)
- Change bare catch to catch (Exception) (C#)
- Make ToolCallResponseV2.Result non-nullable (C#)
- Throw for unknown session in OnPermissionRequestV2 (C#)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
returnfmt.Errorf("SDK protocol version mismatch: SDK expects version %d-%d, but server does not report a protocol version. Please update your server to ensure compatibility", minProtocolVersion, maxVersion)
1085
+
returnfmt.Errorf("SDK protocol version mismatch: SDK supports versions %d-%d, but server does not report a protocol version. Please update your server to ensure compatibility", minProtocolVersion, maxVersion)
0 commit comments