diegosouzapw
3b4e7b0e5f
feat(claude-code): PR #1188 — Native parity with CCH signing, tool remapping, and API constraints
...
Squash merge of feat/claude-code-native-parity into release/v3.6.5.
## Wiring
1. base.ts: CCH xxHash64 body signing for anthropic-compatible-cc-* providers,
applied after CLI fingerprint ordering so the hash covers the final bytes
sent upstream.
2. chatCore.ts: After buildClaudeCodeCompatibleRequest(), applies synchronous
parity pipeline steps:
- remapToolNamesInRequest() — TitleCase tool name mapping (14 tools)
- enforceThinkingTemperature() — temperature=1 when thinking active
- disableThinkingIfToolChoiceForced() — remove thinking on forced tool_choice
Cache-control limit enforcement intentionally omitted from chatCore because
the billing-header system block counts toward the 4-block cap and would strip
legitimate client cache markers.
3. xxhash-wasm: installed (was declared in package.json by PR but not installed).
## Test updates
- tests/unit/claude-code-parity.test.mjs: 25 new tests covering CCH signing,
fingerprint computation, tool remapping, and API constraints.
- tests/unit/cc-compatible-provider.test.mjs: fixed pre-existing assertion that
expected no cache_control on system blocks (billing header now carries ephemeral
per PR #1188 design).
Closes #1188
2026-04-12 22:41:12 -03:00
..
2026-04-05 23:21:08 -03:00
2026-03-14 10:58:48 -03:00
2026-02-18 00:02:15 -03:00
2026-04-12 21:48:22 -03:00
2026-03-29 13:09:38 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 14:12:00 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 11:15:44 -03:00
2026-03-29 13:21:53 -03:00
2026-04-06 09:28:24 -03:00
2026-04-09 15:55:59 -03:00
2026-04-09 21:15:12 -03:00
2026-04-12 13:51:03 -03:00
2026-03-23 11:08:14 -03:00
2026-03-19 02:25:29 -03:00
2026-04-09 18:18:45 -03:00
2026-03-31 10:22:52 -03:00
2026-04-02 13:37:43 +07:00
2026-03-21 00:50:07 +08:00
2026-04-12 10:34:10 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 02:54:44 -03:00
2026-03-29 14:37:55 +02:00
2026-04-11 09:44:48 -03:00
2026-04-12 10:34:10 -03:00
2026-04-07 17:26:46 -03:00
2026-04-06 14:12:00 -03:00
2026-04-06 14:12:00 -03:00
2026-03-23 11:08:14 -03:00
2026-04-02 20:54:19 -04:00
2026-04-12 22:41:12 -03:00
2026-04-06 11:15:44 -03:00
2026-04-08 16:43:46 -03:00
2026-04-06 09:28:24 -03:00
2026-04-11 09:38:17 -03:00
2026-04-06 16:20:31 -03:00
2026-04-06 16:20:31 -03:00
2026-04-12 19:08:06 -03:00
2026-04-12 18:43:19 -03:00
2026-03-28 23:13:03 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-12 22:41:12 -03:00
2026-04-05 02:54:44 -03:00
2026-03-27 06:23:52 -03:00
2026-04-09 15:55:59 -03:00
2026-03-27 22:38:34 -05:00
2026-02-28 07:59:38 -03:00
2026-04-02 01:35:23 -03:00
2026-04-06 09:28:24 -03:00
2026-04-02 13:28:46 +07:00
2026-04-12 19:20:02 -03:00
2026-04-11 12:28:35 -03:00
2026-04-06 09:28:24 -03:00
2026-04-12 21:40:32 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 13:51:03 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 18:43:19 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 18:43:19 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 18:57:51 -03:00
2026-04-12 13:51:03 -03:00
2026-04-06 16:20:31 -03:00
2026-04-10 09:56:42 -03:00
2026-04-12 18:43:19 -03:00
2026-04-10 09:56:42 -03:00
2026-04-12 10:34:10 -03:00
2026-04-06 11:15:44 -03:00
2026-04-08 16:43:46 -03:00
2026-04-08 01:35:30 -03:00
2026-03-28 21:04:47 -03:00
2026-04-01 13:48:48 +01:00
2026-04-06 11:15:44 -03:00
2026-04-08 14:15:19 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 10:34:10 -03:00
2026-04-06 16:20:31 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-05 23:21:08 -03:00
2026-04-11 11:36:58 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-03-15 02:06:49 +02:00
2026-03-28 12:58:31 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-03-21 00:50:07 +08:00
2026-04-05 23:21:08 -03:00
2026-02-28 08:15:04 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-03-17 01:47:22 +05:30
2026-03-31 10:22:52 -03:00
2026-03-31 09:22:30 -06:00
2026-04-06 09:28:24 -03:00
2026-04-05 23:21:08 -03:00
2026-04-12 21:40:32 -03:00
2026-04-06 16:20:31 -03:00
2026-04-12 18:43:19 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 14:12:00 -03:00
2026-03-29 15:13:07 -06:00
2026-04-02 13:37:43 +07:00
2026-04-01 02:51:49 -03:00
2026-04-06 09:28:24 -03:00
2026-03-23 09:21:03 -03:00
2026-04-10 09:56:42 -03:00
2026-03-31 20:53:25 -04:00
2026-04-08 03:45:44 -03:00
2026-04-12 18:43:19 -03:00
2026-04-02 04:16:19 -04:00
2026-04-12 18:43:19 -03:00
2026-04-05 23:21:08 -03:00
2026-04-01 09:26:37 +07:00
2026-04-03 10:17:30 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 09:28:24 -03:00
2026-04-12 10:34:10 -03:00
2026-04-12 10:34:10 -03:00
2026-03-23 20:36:00 -03:00
2026-03-01 21:42:39 -03:00
2026-04-03 23:23:55 +08:00
2026-04-12 19:20:02 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 14:12:00 -03:00
2026-04-11 09:38:17 -03:00
2026-04-06 09:47:45 -03:00
2026-04-06 09:47:45 -03:00
2026-03-08 20:47:17 +00:00
2026-03-23 09:21:03 -03:00
2026-03-12 10:20:08 +03:00
2026-04-06 09:28:24 -03:00
2026-04-09 15:55:59 -03:00
2026-02-18 00:02:15 -03:00
2026-04-12 10:34:10 -03:00
2026-03-23 11:08:14 -03:00
2026-04-12 10:34:10 -03:00
2026-03-29 04:29:59 -03:00
2026-04-09 15:55:59 -03:00
2026-03-17 01:59:40 +05:30
2026-04-12 21:40:32 -03:00
2026-02-18 00:02:15 -03:00
2026-04-06 09:28:24 -03:00
2026-03-30 20:54:02 -03:00
2026-04-02 13:37:43 +07:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-03-28 21:17:07 -04:00
2026-04-06 09:28:24 -03:00
2026-04-10 09:56:42 -03:00
2026-04-11 09:38:17 -03:00
2026-04-06 11:15:44 -03:00
2026-04-08 14:15:19 -03:00
2026-04-04 07:35:11 -03:00
2026-04-05 23:21:08 -03:00
2026-04-11 09:38:17 -03:00
2026-04-04 07:32:31 -03:00
2026-04-11 09:38:17 -03:00
2026-03-28 23:35:59 -03:00
2026-04-12 10:34:10 -03:00
2026-04-07 19:32:47 -03:00
2026-04-06 14:12:00 -03:00
2026-03-17 13:05:27 +07:00
2026-04-09 15:55:59 -03:00
2026-04-12 19:08:06 -03:00
2026-04-09 15:55:59 -03:00
2026-04-12 10:34:10 -03:00
2026-03-18 13:57:25 +07:00
2026-04-12 10:34:10 -03:00
2026-02-18 00:02:15 -03:00
2026-04-06 11:15:44 -03:00
2026-03-01 07:10:27 -03:00
2026-04-02 13:37:43 +07:00
2026-02-18 00:02:15 -03:00
2026-04-09 22:28:01 -03:00
2026-04-01 13:48:48 +01:00
2026-03-29 16:12:22 -03:00
2026-04-09 15:55:59 -03:00
2026-04-05 23:21:08 -03:00
2026-04-11 11:36:40 -03:00
2026-04-06 09:47:45 -03:00
2026-04-01 19:46:18 -06:00
2026-04-05 23:21:08 -03:00
2026-04-06 14:12:00 -03:00
2026-04-12 10:34:10 -03:00
2026-04-06 09:28:24 -03:00
2026-02-27 16:29:58 -03:00
2026-04-02 03:12:09 -04:00
2026-03-28 14:48:57 -03:00
2026-04-12 21:33:05 -03:00
2026-04-07 12:14:34 -03:00
2026-03-19 02:25:29 -03:00
2026-03-17 18:28:35 +01:00
2026-03-08 17:58:42 -03:00
2026-02-18 00:02:15 -03:00
2026-04-12 10:34:10 -03:00
2026-03-23 09:21:03 -03:00
2026-03-31 10:22:52 -03:00
2026-04-04 07:32:31 -03:00
2026-04-12 18:43:19 -03:00
2026-04-06 09:28:24 -03:00
2026-04-12 13:51:03 -03:00
2026-02-18 00:02:15 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-06 09:28:24 -03:00
2026-04-12 10:34:10 -03:00
2026-04-11 11:36:40 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 11:15:44 -03:00
2026-04-06 16:20:31 -03:00
2026-04-12 21:40:32 -03:00
2026-03-31 11:41:19 -06:00
2026-03-14 14:03:08 -03:00
2026-04-10 12:19:15 -03:00
2026-02-18 00:02:15 -03:00
2026-03-15 20:37:18 +02:00
2026-03-23 11:08:14 -03:00
2026-03-14 14:03:08 -03:00
2026-03-04 18:45:02 -03:00
2026-03-05 01:16:56 -03:00
2026-03-27 16:23:44 -06:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-04-03 00:15:35 -03:00
2026-03-28 20:39:16 -03:00
2026-03-23 11:08:14 -03:00
2026-04-07 17:27:16 -03:00
2026-04-03 00:46:41 -04:00
2026-04-02 17:29:03 -06:00
2026-03-23 11:08:14 -03:00
2026-03-23 11:08:14 -03:00
2026-04-02 17:29:03 -06:00
2026-03-30 19:23:25 -03:00
2026-03-23 11:08:14 -03:00
2026-04-03 12:55:57 +08:00
2026-04-03 12:55:57 +08:00
2026-04-12 10:34:10 -03:00
2026-04-05 23:21:08 -03:00
2026-03-23 11:08:14 -03:00
2026-02-18 00:02:15 -03:00
2026-04-07 17:26:46 -03:00
2026-04-09 18:18:45 -03:00
2026-04-06 11:15:44 -03:00
2026-04-05 23:21:08 -03:00
2026-03-28 12:33:13 -03:00
2026-04-07 17:26:44 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-04-09 21:15:09 -03:00
2026-04-05 23:21:08 -03:00
2026-04-05 23:21:08 -03:00
2026-03-24 17:24:11 +08:00
2026-03-31 10:22:52 -03:00
2026-04-05 23:21:08 -03:00
2026-04-06 14:12:00 -03:00
2026-04-06 09:47:45 -03:00
2026-04-06 09:28:24 -03:00
2026-04-02 13:37:43 +07:00
2026-04-06 09:47:45 -03:00
2026-02-18 00:02:15 -03:00