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
Remove trailing headers handling for rate limit headers
Remove the mechanism that drained Anthropic SSE response trailers to extract
X-RateLimit-* and Retry-After headers. This includes removing the RateLimit
struct from chat, the getResponseTrailer plumbing from the Anthropic client
and adapters, and all downstream propagation through streamResult,
MessageUsage, and event types.
Assisted-By: docker-agent
0 commit comments