ctx7@0.5.5

9001/copypartyctx7@0.5.5Jul 17, 2026by github-actions[bot]

AI Summary

This patch release improves error reporting for OAuth requests by exposing underlying network causes and HTTP status details.

Key Highlights

  • Surface underlying network errors (TLS, DNS, firewall) in OAuth
  • Report HTTP status and body for non-JSON errors
  • Provide hints for connection failures

Full Release Notes

### Patch Changes

- e1b4793: Surface the underlying network error when an OAuth request fails. Connection failures now report the cause (TLS interception, DNS, firewall, timeout) with a hint, and non-JSON error responses report the HTTP status and body excerpt instead of a generic message.