Skip to content

v1.0.1

Latest

Choose a tag to compare

@omarfarouk228 omarfarouk228 released this 18 Jun 07:54
· 177 commits to main since this release

What's new

/developers page redesign

  • Sidebar with icons, section groups, and active green left-border indicator
  • Endpoint cards with split REQUÊTE / RÉPONSE dark code panels (cURL · Python · JS)
  • BASE URL card with copy button, HTTP headers table, 4-step getting-started guide
  • Postman collection export button (i18n-aware, FR/EN)

Gemini 2.5 Flash thinking tokens

  • /v1/query/stream now emits thinking SSE events from Gemini's reasoning phase
  • Showcase chat shows a collapsible "Réflexion en cours" block that auto-closes when the answer starts streaming
  • Thinking disabled on off-topic fallback responses

Analytics fix

  • NEXT_PUBLIC_GA_ID injected at build time via nixpacks.toml

Off-topic & RAG hardening

  • Stricter off-topic detection; code-generation requests blocked at LLM fallback level
  • Retrieval threshold raised; sources hidden on general-knowledge answers
  • /v1/stats and /v1/categories exempted from rate limiting