tom
c193595db6
fix(open-sse): promote reasoning_details text to reasoning_content even when reasoning present ( #12665 ) ( #12688 )
...
* fix(open-sse): promote reasoning_details text to reasoning_content even when reasoning present (#12665 )
OpenRouter thinking models return both a "reasoning" string and a
"reasoning_details[].text" array for the same thinking trace. OmniRoute's
reasoning promotion gated on "is any readable value present" (which includes
the "reasoning" alias), so reasoning_content was never populated and clients
like opencode that only read reasoning_content lost all thinking traces.
Encrypted-only reasoning_details items are left intact (not flattened).
Fixes all three promotion gates:
- non-streaming: copyOpenAICompatibleReasoningFields now mirrors
reasoning_details[].text into reasoning_content unless reasoning_content
itself is present
- streaming mirror block: same gate fix on getReadableReasoningValue
- streaming passthrough: force re-serialization when sanitize added a
reasoning_content the upstream delta did not carry (needsReserialization
was false because hasUnsupportedReasoningSignal requires !readable)
Tests: non-streaming + streaming unit regressions and an integration E2E
that drives the full handleChat path against a mock OpenRouter provider.
Also closes the same latent gate in the JSON-to-SSE rehydrator
(jsonToSse.ts buildReasoningDelta): a populated reasoning string used to
short-circuit the unsupported-alias mirror, so reasoning_details[].text
was dropped when synthesizing an SSE stream from a non-streaming JSON
body. Adds a #12665 regression test for that path, fixes an over-indented
brace in stream.ts (lint), and restores the missing trailing newline in
the E2E.
* docs(changelog): add fragment for #12688 — fix(open-sse): promote reasoning_details text to reasoning_content even when reasoning present
* fix(tests): replace any with typed casts in #12665 regressions to satisfy no-explicit-any gate
2026-09-19 00:02:22 -03:00
..
2026-07-13 09:12:40 -03:00
2026-09-15 13:25:13 -03:00
2026-09-18 07:09:03 -03:00
2026-09-15 16:58:24 -03:00
2026-09-18 11:29:23 -03:00
2026-09-16 19:59:43 -03:00
2026-09-18 12:09:02 -03:00
2026-09-18 12:23:39 -03:00
2026-09-17 15:35:35 -03:00
2026-09-19 00:02:10 -03:00
2026-09-18 11:28:03 -03:00
2026-09-18 11:59:50 -03:00
2026-09-18 12:21:02 -03:00
2026-09-18 11:28:20 -03:00
2026-09-16 06:08:58 -03:00
2026-09-18 12:21:10 -03:00
2026-09-18 13:13:06 -03:00
2026-09-16 08:23:17 -03:00
2026-09-18 12:21:17 -03:00
2026-09-18 12:21:27 -03:00
2026-09-18 13:13:49 -03:00
2026-09-16 06:17:57 -03:00
2026-09-18 12:21:36 -03:00
2026-09-18 11:28:36 -03:00
2026-09-18 12:21:44 -03:00
2026-09-18 11:28:52 -03:00
2026-09-17 16:27:19 -03:00
2026-09-18 12:22:00 -03:00
2026-09-17 13:16:02 -03:00
2026-09-17 16:26:25 -03:00
2026-09-17 16:24:58 -03:00
2026-09-19 00:02:22 -03:00
2026-09-16 06:18:37 -03:00
2026-09-16 06:18:37 -03:00
2026-09-18 11:29:08 -03:00
2026-09-16 15:34:54 -03:00
2026-09-18 12:22:17 -03:00
2026-09-17 16:24:39 -03:00
2026-09-15 09:00:51 -03:00
2026-09-15 09:00:51 -03:00
2026-09-17 18:37:51 -03:00
2026-09-18 12:22:26 -03:00
2026-09-18 11:59:58 -03:00
2026-09-17 18:38:26 -03:00
2026-09-18 10:21:32 -03:00
2026-09-18 11:29:38 -03:00
2026-09-17 16:26:08 -03:00
2026-09-17 18:37:34 -03:00
2026-09-17 16:25:16 -03:00
2026-09-17 02:30:54 -03:00
2026-09-17 02:30:35 -03:00
2026-09-17 12:56:30 -03:00
2026-09-17 12:56:30 -03:00
2026-09-17 12:56:30 -03:00
2026-09-17 12:56:30 -03:00
2026-09-17 02:30:15 -03:00
2026-09-17 02:30:15 -03:00
2026-09-17 02:29:39 -03:00
2026-09-17 02:29:19 -03:00
2026-09-17 10:56:01 -03:00
2026-09-18 11:58:57 -03:00
2026-09-17 10:44:48 -03:00
2026-09-16 06:18:22 -03:00
2026-09-17 10:46:52 -03:00
2026-09-17 16:25:49 -03:00
2026-09-17 16:25:32 -03:00
2026-09-16 06:17:42 -03:00
2026-09-16 06:16:49 -03:00
2026-09-18 11:29:54 -03:00
2026-09-18 12:22:59 -03:00
2026-09-16 13:37:07 -03:00
2026-09-17 10:46:34 -03:00
2026-09-16 15:45:34 -03:00
2026-09-16 06:17:27 -03:00
2026-09-18 11:58:39 -03:00
2026-09-16 06:17:04 -03:00
2026-09-18 12:23:07 -03:00
2026-09-18 11:58:22 -03:00
2026-09-18 12:23:15 -03:00
2026-09-16 06:16:34 -03:00
2026-09-18 11:59:06 -03:00
2026-09-18 11:30:09 -03:00
2026-09-16 13:37:39 -03:00
2026-09-16 13:36:52 -03:00
2026-09-18 13:12:58 -03:00
2026-09-16 06:16:02 -03:00
2026-09-16 06:16:18 -03:00
2026-09-18 11:59:24 -03:00
2026-09-17 13:22:09 -03:00
2026-09-17 18:52:43 -03:00
2026-09-15 16:49:06 -03:00
2026-09-18 11:35:50 -03:00
2026-09-18 12:24:03 -03:00
2026-09-17 16:24:04 -03:00
2026-09-18 11:30:35 -03:00
2026-09-18 11:58:30 -03:00
2026-09-15 10:59:34 -03:00
2026-09-15 13:21:52 -03:00
2026-09-18 11:30:45 -03:00
2026-09-18 12:00:07 -03:00
2026-09-16 06:15:47 -03:00
2026-09-15 11:24:35 -03:00
2026-09-15 13:08:21 -03:00
2026-09-15 11:26:38 -03:00
2026-09-17 02:31:53 -03:00
2026-09-18 11:30:53 -03:00
2026-09-18 11:31:02 -03:00
2026-09-16 16:50:42 -03:00
2026-09-16 06:15:31 -03:00
2026-09-16 06:15:15 -03:00
2026-09-16 21:01:48 -03:00
2026-09-16 21:02:04 -03:00
2026-09-16 21:02:19 -03:00
2026-09-16 21:02:35 -03:00
2026-09-16 21:02:51 -03:00
2026-09-16 21:09:38 -03:00
2026-09-16 21:03:09 -03:00
2026-09-16 21:03:25 -03:00
2026-09-16 21:03:40 -03:00
2026-09-16 21:03:57 -03:00
2026-09-16 13:39:29 -03:00
2026-09-18 12:00:16 -03:00
2026-09-16 15:32:58 -03:00
2026-09-16 06:15:00 -03:00
2026-09-16 06:14:31 -03:00
2026-09-17 13:06:37 -03:00
2026-09-16 06:14:46 -03:00
2026-09-18 12:25:45 -03:00
2026-09-16 22:56:38 -03:00
2026-09-17 12:32:43 -03:00
2026-09-16 06:13:44 -03:00
2026-09-16 06:14:14 -03:00
2026-09-16 06:13:59 -03:00
2026-09-16 16:56:28 -03:00
2026-09-15 12:52:41 -03:00
2026-09-15 11:21:58 -03:00
2026-09-15 15:46:57 -03:00
2026-09-15 15:02:55 -03:00
2026-09-15 12:20:19 -03:00
2026-09-18 12:24:28 -03:00
2026-09-18 12:24:28 -03:00
2026-09-16 06:12:28 -03:00
2026-09-17 10:45:25 -03:00
2026-09-16 06:12:59 -03:00
2026-09-15 11:08:16 -03:00
2026-09-16 06:13:29 -03:00
2026-09-15 20:10:57 -03:00
2026-09-16 06:13:14 -03:00
2026-09-15 20:39:39 -03:00
2026-09-16 06:12:43 -03:00
2026-09-17 10:46:00 -03:00
2026-09-16 06:11:13 -03:00
2026-09-18 11:31:43 -03:00
2026-09-16 17:01:51 -03:00
2026-09-16 06:12:12 -03:00
2026-09-16 06:11:56 -03:00
2026-09-18 11:31:52 -03:00
2026-09-18 11:31:52 -03:00
2026-09-18 12:24:35 -03:00
2026-09-16 13:38:56 -03:00
2026-09-18 11:57:32 -03:00
2026-09-15 11:05:01 -03:00
2026-09-18 12:24:43 -03:00
2026-09-15 10:04:14 -03:00
2026-09-16 06:11:41 -03:00
2026-09-16 06:11:27 -03:00
2026-09-16 06:10:13 -03:00
2026-09-15 21:35:03 -03:00
2026-09-15 12:59:27 -03:00
2026-09-15 11:18:10 -03:00
2026-09-15 11:15:24 -03:00
2026-09-15 20:01:25 -03:00
2026-09-15 21:19:47 -03:00
2026-09-15 10:11:44 -03:00
2026-09-15 11:12:03 -03:00
2026-09-15 15:52:33 -03:00
2026-09-15 20:58:12 -03:00
2026-09-16 15:15:16 -03:00
2026-09-16 06:10:28 -03:00
2026-09-18 11:32:01 -03:00
2026-09-16 13:39:14 -03:00
2026-09-16 08:15:21 -03:00
2026-09-15 16:10:52 -03:00
2026-09-15 08:51:45 -03:00
2026-09-16 10:10:32 -03:00
2026-09-18 13:13:25 -03:00
2026-09-15 12:48:06 -03:00
2026-09-18 12:25:15 -03:00
2026-09-15 13:57:39 -03:00
2026-09-15 14:10:45 -03:00
2026-09-15 16:19:10 -03:00
2026-09-16 06:09:58 -03:00
2026-09-15 22:01:56 -03:00
2026-09-15 15:07:42 -03:00
2026-09-15 15:25:43 -03:00
2026-09-16 06:09:44 -03:00
2026-09-17 10:45:43 -03:00
2026-09-16 06:10:58 -03:00
2026-09-17 10:45:07 -03:00
2026-09-16 06:09:29 -03:00
2026-09-16 06:09:15 -03:00
2026-09-16 06:10:43 -03:00
2026-09-18 11:32:37 -03:00
2026-09-15 16:22:51 -03:00
2026-09-18 11:32:10 -03:00
2026-09-18 12:25:38 -03:00
2026-09-18 11:57:25 -03:00
2026-09-18 11:57:08 -03:00
2026-09-18 11:57:51 -03:00
2026-09-18 11:58:48 -03:00
2026-09-18 12:26:01 -03:00
2026-09-16 12:59:45 -03:00
2026-09-17 18:52:59 -03:00
2026-09-18 13:13:32 -03:00
2026-09-18 11:32:26 -03:00
2026-09-18 11:32:26 -03:00
2026-09-18 11:32:56 -03:00
2026-09-18 12:26:09 -03:00
2026-09-18 11:56:32 -03:00
2026-09-15 23:19:43 -03:00
2026-09-16 13:35:33 -03:00
2026-09-16 13:35:49 -03:00
2026-09-18 11:34:21 -03:00
2026-09-17 17:06:41 -03:00
2026-09-18 11:57:40 -03:00
2026-09-18 11:57:17 -03:00
2026-09-18 11:56:06 -03:00
2026-09-18 11:56:24 -03:00
2026-09-16 12:19:40 -03:00
2026-09-18 11:57:00 -03:00
2026-09-16 12:27:59 -03:00
2026-09-18 11:56:32 -03:00
2026-09-18 11:56:50 -03:00
2026-09-18 11:55:54 -03:00
2026-09-18 11:56:15 -03:00
2026-09-18 11:56:42 -03:00
2026-09-17 02:55:31 -03:00
2026-09-17 09:09:02 -03:00
2026-09-18 11:34:47 -03:00
2026-09-18 11:34:56 -03:00
2026-09-18 11:35:05 -03:00
2026-09-18 11:35:15 -03:00
2026-09-18 12:57:10 -03:00
2026-09-18 11:35:24 -03:00
2026-09-18 13:58:56 -03:00
2026-09-17 02:32:10 -03:00
2026-09-16 08:01:39 -03:00
2026-09-18 10:21:17 -03:00
2026-09-16 19:59:58 -03:00
2026-09-17 16:26:42 -03:00
2026-09-16 13:48:13 -03:00
2026-09-16 11:45:40 -03:00
2026-09-16 23:10:24 -03:00
2026-09-17 16:27:01 -03:00
2026-09-16 19:59:25 -03:00
2026-09-18 10:21:44 -03:00
2026-09-17 02:31:36 -03:00
2026-09-15 13:24:50 -03:00
2026-09-15 13:25:35 -03:00
2026-09-15 13:24:30 -03:00
2026-09-17 18:47:25 -03:00
2026-09-15 08:50:58 -03:00
2026-09-18 11:59:41 -03:00
2026-09-18 11:31:27 -03:00
2026-09-18 10:21:59 -03:00
2026-09-18 11:28:45 -03:00
2026-09-18 11:35:50 -03:00
2026-09-15 13:24:09 -03:00
2026-09-18 11:33:22 -03:00
2026-09-18 11:34:39 -03:00
2026-09-18 11:30:01 -03:00
2026-09-18 12:23:39 -03:00
2026-09-18 12:23:39 -03:00
2026-09-18 12:23:39 -03:00
2026-09-16 23:57:14 -03:00
2026-09-16 16:37:41 -03:00
2026-09-18 10:21:03 -03:00