shaw
496469ac4e
fix(gateway): skip body mimicry for real Claude Code clients to restore prompt caching
...
PR #1914 unconditionally applied the full mimicry pipeline to all OAuth
accounts, including real Claude Code CLI clients. This replaced the
client's long system prompt (~10K+ tokens with stable cache_control
breakpoints) with a short ~45 token [billing, CC prompt] pair, which
falls below Anthropic's 1024-token minimum cacheable prefix threshold.
The result: every request created a new cache but never hit an existing
one.
Fix: restore the Claude Code client detection gate so that real CC
clients bypass body-level mimicry (system rewrite, message cache
management, tool name obfuscation). Non-CC third-party clients
(opencode, etc.) continue to receive full mimicry.
Also harden the detection logic:
- Make UA regex case-insensitive (align with claude_code_validator.go)
- Validate metadata.user_id format via ParseMetadataUserID() instead of
just checking non-empty, preventing third-party tools from spoofing
a claude-cli/* UA with an arbitrary user_id string to bypass mimicry
2026-04-25 22:50:35 +08:00
..
2026-04-25 14:52:58 +08:00
2026-04-19 18:45:04 +08:00
2026-04-23 21:40:58 +08:00
2026-04-23 21:40:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-23 12:44:44 +08:00
2026-04-25 16:56:50 +08:00
2026-04-25 20:37:42 +08:00
2026-04-25 05:26:33 +00:00
2026-04-25 14:52:58 +08:00
2026-04-22 00:54:38 +08:00
2026-04-22 13:19:28 +08:00
2026-04-23 21:40:58 +08:00
2026-04-22 00:54:38 +08:00
2026-04-22 00:54:38 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-25 20:22:07 +08:00
2026-04-25 20:37:42 +08:00
2026-04-21 09:53:15 -07:00
2026-04-21 09:53:15 -07:00
2026-04-21 09:53:15 -07:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-03-19 22:27:55 +08:00
2026-04-22 14:57:47 +08:00
2026-04-25 08:44:18 +08:00
2026-04-22 14:56:56 +08:00
2026-04-21 09:53:15 -07:00
2026-04-22 14:56:56 +08:00
2026-04-22 14:56:56 +08:00
2026-04-25 08:44:18 +08:00
2026-04-25 08:44:18 +08:00
2026-04-25 08:44:18 +08:00
2026-04-25 08:44:18 +08:00
2026-04-25 08:44:18 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-23 16:34:37 +08:00
2026-04-17 22:06:32 +08:00
2026-04-17 22:06:32 +08:00
2026-04-20 22:01:41 +08:00
2026-04-17 22:06:32 +08:00
2026-04-23 17:28:01 +08:00
2026-04-23 00:45:10 +08:00
2026-04-23 00:45:10 +08:00
2026-04-20 23:38:59 +08:00
2026-04-20 20:21:02 +08:00
2026-04-21 14:14:49 +08:00
2026-04-21 14:14:49 +08:00
2026-04-22 19:17:08 +08:00
2026-04-22 20:08:31 +08:00
2026-04-22 20:08:31 +08:00
2026-04-22 19:17:08 +08:00
2026-04-20 20:21:02 +08:00
2026-04-21 14:39:19 +08:00
2026-04-21 14:39:19 +08:00
2026-04-21 14:14:49 +08:00
2026-04-20 20:21:02 +08:00
2026-04-23 00:45:10 +08:00
2026-04-23 00:45:10 +08:00
2026-04-23 00:45:10 +08:00
2026-04-23 00:45:10 +08:00
2026-03-18 11:08:58 +08:00
2026-04-23 21:40:58 +08:00
2026-04-25 20:22:07 +08:00
2026-04-23 21:40:58 +08:00
2026-04-23 21:40:58 +08:00
2026-04-24 23:16:32 +08:00
2026-04-24 23:16:32 +08:00
2026-04-24 23:16:32 +08:00
2026-04-24 23:16:32 +08:00
2026-04-24 23:16:32 +08:00
2026-04-23 21:40:58 +08:00
2026-04-24 23:16:32 +08:00
2026-04-04 12:38:50 +08:00
2026-04-25 22:50:35 +08:00
2026-04-19 18:05:25 +08:00
2026-04-19 18:05:25 +08:00
2026-04-17 22:06:32 +08:00
2026-04-25 22:50:35 +08:00
2026-04-24 23:16:32 +08:00
2026-04-24 23:16:32 +08:00
2026-02-28 15:01:20 +08:00
2026-04-23 21:40:58 +08:00
2026-01-14 15:55:44 +08:00
2026-04-23 16:34:37 +08:00
2026-02-23 12:45:37 +08:00
2026-02-23 12:45:37 +08:00
2026-04-24 23:16:32 +08:00
2026-04-23 00:45:10 +08:00
2026-04-22 12:30:08 +08:00
2026-03-30 16:23:38 +08:00
2026-04-23 12:58:13 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-09 12:29:49 +08:00
2026-04-24 13:24:21 +00:00
2026-04-24 13:24:21 +00:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-20 22:01:41 +08:00
2026-04-23 12:58:13 +08:00
2026-04-21 13:56:02 +08:00
2026-04-23 21:40:58 +08:00
2026-04-23 15:09:47 +08:00
2026-04-25 20:31:07 +08:00
2026-04-25 20:31:07 +08:00
2026-04-23 16:30:43 +08:00
2026-04-23 21:40:58 +08:00
2026-04-23 21:40:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 05:26:33 +00:00
2026-04-24 19:31:49 +08:00
2026-04-24 19:31:49 +08:00
2026-04-25 14:52:58 +08:00
2026-04-25 14:52:58 +08:00
2026-03-05 11:50:58 +08:00
2026-04-21 10:10:56 +08:00
2026-03-04 13:45:49 +08:00
2026-03-21 23:30:13 +08:00
2026-03-04 13:45:49 +08:00
2026-04-22 12:30:08 +08:00
2026-03-15 17:26:18 +08:00
2026-03-21 23:49:50 +08:00
2026-03-21 23:30:13 +08:00
2026-04-22 13:18:10 +08:00
2026-04-22 13:18:10 +08:00
2026-04-22 14:57:16 +08:00
2026-04-22 14:57:16 +08:00
2026-04-21 23:20:37 +08:00
2026-04-21 23:20:37 +08:00
2026-04-23 19:22:43 +08:00
2026-04-22 10:26:22 +08:00
2026-04-24 22:22:26 +08:00
2026-04-22 11:28:58 +08:00
2026-04-22 18:01:51 +08:00
2026-04-22 18:01:51 +08:00
2026-04-21 13:35:54 +08:00
2026-04-21 13:35:54 +08:00
2026-04-22 12:30:17 +08:00
2026-04-22 11:17:23 +08:00
2026-04-21 13:35:54 +08:00
2026-04-21 13:35:54 +08:00
2026-04-22 12:30:17 +08:00
2026-04-22 12:30:17 +08:00
2026-04-22 14:57:16 +08:00
2026-04-22 12:30:17 +08:00
2026-04-25 08:44:18 +08:00
2026-04-22 16:38:36 +08:00
2026-04-22 02:32:53 +08:00
2026-04-21 12:50:55 +08:00
2026-04-23 21:40:58 +08:00
2026-04-23 21:40:58 +08:00
2026-01-10 13:14:35 +08:00
2026-04-23 12:58:13 +08:00
2026-04-23 12:58:13 +08:00
2026-04-23 12:58:13 +08:00
2026-04-24 11:32:41 +08:00
2026-04-23 21:40:58 +08:00
2026-02-05 12:42:54 +08:00
2026-04-21 20:36:10 +08:00
2026-04-22 16:51:23 +08:00
2026-04-22 12:30:07 +08:00
2026-04-21 00:05:17 +08:00
2026-04-22 13:18:10 +08:00
2026-04-25 20:22:07 +08:00
2026-04-25 20:22:07 +08:00
2026-04-21 10:13:28 -07:00
2026-04-23 21:40:58 +08:00
2026-02-10 17:52:10 +08:00
2026-02-10 17:51:49 +08:00
2026-04-20 19:53:22 +08:00
2026-04-17 22:07:15 +08:00
2026-04-14 09:36:26 +08:00
2026-04-23 16:34:37 +08:00
2026-03-03 01:05:11 +08:00
2026-04-23 16:34:37 +08:00
2026-04-21 01:00:59 +08:00
2026-04-22 14:57:47 +08:00
2026-04-22 19:11:51 +08:00
2026-04-23 16:34:37 +08:00
2026-04-25 08:44:18 +08:00