-
|
https://github.com/anthropics/claude-code/releases/tag/v2.1.108 - Only available via API.. Now Claude code talks to cliproxyapi via API so it works? but then the proxy talks to Anthropic via oauth, so it doesn't work? |
Beta Was this translation helpful? Give feedback.
Answered by
ironbelly
May 16, 2026
Replies: 1 comment
-
|
The litellm x-pass- workaround failed to change behavior, so litellm is probably not the culprit (header filtering would have been bypassed). The most likely cause is one of:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ironbelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The litellm x-pass- workaround failed to change behavior, so litellm is probably not the culprit (header filtering would have been bypassed). The most likely cause is one of:
just a default change. The ENABLE_PROMPT_CACHING_1H workaround may only work for Claude Code's native OAuth flow, which t…