Files
CLIProxyAPI/internal/runtime/executor
이현민 35a4723872 fix(claude): attach helper request IDs according to the upstream base
2.1.258 attaches x-client-request-id only when the base URL is
api.anthropic.com. Since the helper check made this header optional, a
helper that arrived without one gained a freshly generated UUID on a
custom upstream. Attach it only for a first-party upstream or when the
caller actually sent one, and otherwise keep the header absent as the
real client would.
2026-09-08 10:34:05 +08:00
..