Files
kirogo/proxy/kiro.go
huangzhenpc 64df2d6083
Some checks failed
Build Docker Image / build (push) Has been cancelled
feat: log non-200/non-429 kiro errors to rolling file for debugging
Writes request body + response body of failed upstream calls to
kiro_errors.log in the working directory. File is capped at 10MB;
when the next write would exceed that, the file is truncated so
only the most recent records are kept.

Helps diagnose 400 "Improperly formed request" errors where both
CW and Q reject the same payload.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 11:33:27 +08:00

22 KiB