1. 04 Apr, 2026 1 commit
    • fix(gemini): detect streaming from URL path :streamGenerateContent · 23fde25b
      Google's native Gemini API uses the URL action :streamGenerateContent
      to indicate streaming intent, not just the ?alt=sse query parameter.
      The current IsStream() only checks c.Query("alt") == "sse", causing
      all :streamGenerateContent requests (without ?alt=sse) to be treated
      as non-streaming.
      
      This adds a strings.Contains check for "streamGenerateContent" in the
      request URL path, so both streaming indicators are recognized.
      D26FORWARD committed
  2. 03 Apr, 2026 1 commit
  3. 02 Apr, 2026 14 commits
  4. 01 Apr, 2026 6 commits
  5. 31 Mar, 2026 13 commits
  6. 30 Mar, 2026 2 commits
  7. 28 Mar, 2026 1 commit
  8. 27 Mar, 2026 2 commits