mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
9b7fc7aa6c
Address review feedback: - Use *WithHttpInfo SDK variants to get HTTP response status codes - Map status codes via ClassifySendError (429→ErrRateLimit, 5xx→ErrTemporary, 4xx→ErrSendFailed) - Fall back to ClassifyNetError for network-level failures - Configure SDK with 30s timeout HTTP client Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>