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
fix(core): replace expect() with proper error handling in build_request
All three wire format build_request functions used .expect() which would
panic on serialization failure. Now they return Result<Value, Error> and
propagate errors to callers. Also adds Python unit tests for wire format
validation, message building, and health check error paths.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments