Diego Rodrigues de Sa e Souza
9cafb7eb7c
fix(compression): reconcile outer vs per-engine token counts ( #6488 ) ( #6741 )
...
* fix(compression): reconcile outer vs per-engine token counts on degenerate output (#6488 )
Outer originalTokens/compressedTokens (real tiktoken counter over extracted
message text) diverged from engineBreakdown[0]'s counts (a crude
JSON.stringify(requestBody).length/4 estimate), worst on small/degenerate
inputs where JSON structural overhead dominates. A single-engine breakdown
entry represents the exact same before/after transformation as the overall
response, so reconcileSingleEngineTokens() now overwrites that one entry's
counts with the outer, more accurate figures; multi-step pipeline
breakdowns are left untouched.
* chore(6741): resolve release sync — CHANGELOG.md restored to release tip, entry moved to changelog.d fragment (fragments-first)
2026-07-10 15:08:30 -03:00
..
2026-07-07 13:14:06 -03:00
2026-04-30 14:08:50 -03:00
2026-04-19 19:50:30 -03:00
2026-04-30 20:31:00 -03:00
2026-05-27 21:49:21 -03:00
2026-06-11 18:52:29 -03:00
2026-05-06 02:29:25 -03:00
2026-07-02 10:47:13 -03:00
2026-05-10 00:55:06 -03:00
2026-06-11 18:52:29 -03:00
2026-07-09 23:49:48 -03:00
2026-06-19 06:49:01 -03:00
2026-07-10 01:27:52 -03:00
2026-07-06 02:25:17 -03:00
2026-06-05 12:06:35 -03:00
2026-07-07 13:14:06 -03:00
2026-05-27 22:00:56 -03:00
2026-07-10 15:08:30 -03:00
2026-06-21 08:56:51 -03:00
2026-05-26 23:51:47 -03:00
2026-04-30 01:27:03 -03:00
2026-06-30 06:54:29 -03:00
2026-07-04 13:00:30 -03:00
2026-06-23 17:06:18 -03:00
2026-05-26 23:51:47 -03:00
2026-03-05 08:05:58 -03:00
2026-04-22 12:26:21 -03:00
2026-06-08 19:08:17 -03:00
2026-07-06 02:25:17 -03:00
2026-06-06 02:38:35 -03:00
2026-06-11 18:52:29 -03:00
2026-07-09 19:43:43 -03:00
2026-06-11 05:06:58 -03:00
2026-06-26 02:51:06 -03:00
2026-06-01 14:31:42 -03:00
2026-04-17 16:45:27 -03:00
2026-06-12 23:49:22 -03:00
2026-07-08 00:08:37 -03:00
2026-07-09 23:49:48 -03:00
2026-06-30 06:54:29 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 09:59:23 -03:00
2026-05-28 15:16:31 -03:00
2026-07-09 17:31:52 -03:00
2026-05-14 05:11:24 -03:00
2026-07-07 20:19:17 -03:00
2026-07-08 01:36:03 -03:00
2026-05-16 05:01:03 -03:00
2026-07-09 22:49:06 -03:00
2026-06-23 17:06:18 -03:00
2026-07-08 01:36:12 -03:00
2026-06-13 17:27:40 -03:00
2026-04-21 04:13:28 -03:00
2026-05-10 18:27:41 -03:00
2026-06-11 18:52:29 -03:00
2026-06-20 14:55:24 -03:00
2026-07-04 13:00:30 -03:00
2026-06-04 20:05:38 -03:00
2026-07-09 19:54:05 -03:00
2026-06-05 01:57:40 -03:00
2026-06-13 17:27:40 -03:00
2026-02-18 00:02:15 -03:00
2026-03-09 13:43:48 -03:00
2026-05-26 23:51:47 -03:00
2026-06-27 09:07:12 -03:00
2026-04-25 16:45:59 -03:00
2026-05-26 23:51:47 -03:00
2026-07-07 13:14:06 -03:00
2026-07-04 13:00:30 -03:00
2026-06-08 01:25:38 -03:00
2026-05-26 23:51:47 -03:00
2026-07-09 18:43:19 -03:00
2026-04-25 16:45:59 -03:00
2026-07-09 23:49:48 -03:00
2026-05-26 23:51:47 -03:00
2026-07-07 13:14:06 -03:00
2026-04-02 11:41:28 -06:00
2026-07-02 10:47:13 -03:00
2026-02-18 13:44:08 -03:00
2026-05-26 23:51:47 -03:00
2026-05-14 15:23:46 -03:00
2026-07-09 16:44:50 -03:00
2026-05-26 23:51:47 -03:00
2026-04-30 01:27:03 -03:00
2026-04-13 19:54:44 -03:00
2026-07-07 13:14:06 -03:00
2026-07-07 21:45:15 -03:00
2026-07-07 13:14:06 -03:00
2026-06-30 06:54:29 -03:00
2026-06-06 03:08:16 -03:00