v0.3.34

RightNow-AI/openfangv0.3.34Mar 9, 2026by jaberjaber23

AI Summary

Fixes streaming responses showing empty text and 0 token counts on dashboard by adding stream_options support.

Key Highlights

  • stream_options: { include_usage: true } added for accurate streaming token counts
  • Auto-fallback for providers that don't support stream_options
  • SSE stream diagnostic logging added for debugging

New Features

  • Accurate token counting for Groq, OpenAI, OpenRouter, and DeepSeek providers

Full Release Notes

Fix streaming responses showing empty text and 0 token counts on dashboard.

- Add `stream_options: { include_usage: true }` for accurate streaming token counts (Groq, OpenAI, OpenRouter, DeepSeek)
- Auto-fallback for providers that don't support `stream_options`
- SSE stream diagnostic logging for debugging