You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return upstream reasoning as reasoning_content instead of content
BREAKING CHANGE: with INCLUDE_REASONING enabled, upstream reasoning
deltas are no longer appended to content. Streaming chunks carry them in
delta.reasoning_content and non-streaming responses in
message.reasoning_content. When the flag is off, the provider passthrough
strips reasoning_content instead of leaving it in the payload. Reasoning
content still counts toward the empty-visible-response guard, and
assistant messages that carry reasoning_content are forwarded upstream as
leading {type:"reasoning"} parts, matching the CommandCode CLI.
|`CORS_ORIGIN`| unset | Enables CORS for a specific browser origin. Leave unset for non-browser clients. |
389
+
|`INCLUDE_REASONING`|`false`| If `true`, reasoning deltas return in the `reasoning_content` field instead of `content`. Keep `false` for normal OpenAI-compatible use. |
0 commit comments