1. 04 Jul, 2026 5 commits
  2. 03 Jul, 2026 16 commits
  3. 02 Jul, 2026 8 commits
  4. 01 Jul, 2026 2 commits
  5. 30 Jun, 2026 4 commits
  6. 29 Jun, 2026 1 commit
  7. 28 Jun, 2026 3 commits
  8. 27 Jun, 2026 1 commit
    • fix(openai): harden Chat-to-Responses compatibility (#5772) · 3a506f50
      Add a shared Responses-to-Chat stream state machine and use it from the OpenAI relay path. Preserve assistant text alongside tool calls, bind tool argument deltas by output_index, map incomplete finish reasons, support reasoning/custom tool events, and buffer upstream SSE for non-stream Chat clients.
      
      Add deterministic service tests and relay SSE tests for the conversion path.
      
      Related to #5745.
      Calcium-Ion committed