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
Improve Go SDK error propagation and enhance CLI error tests
Go SDK:
- Change processDone from buffered error channel to closed signal channel
- Store processError separately and use mutex for thread-safe access
- Check for process exit before sending requests (fail fast)
- Subsequent requests after process exit now get the same stderr error
All SDKs:
- Enhanced CLI error tests to verify subsequent calls also fail properly
- Tests now call createSession/send instead of just ping
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments