Skip to content

v1.95.0

Choose a tag to compare

@patrykomiotek patrykomiotek released this 15 Apr 09:21
· 918 commits to main since this release
8806f0f

1.95.0 (2026-04-15)

Bug Fixes

  • add back navigation to conversations tab and fix message bubble colors (2c8699c)
  • address additional code review findings for chatbot feature (2743520)
  • address code review findings for chatbot feature (4f22016)
  • address code review findings for chatbot feature (2523b45)
  • annotate chatbot thread messages type for stricter TS inference (1ad573a)
  • cap session history at 100 entries in chatbot widget (9a88ad7)
  • chatbot: address CodeRabbit pre-merge findings (b68b59b)
  • chatbot: address CodeRabbit review on auth-hardening PR (3a3c959)
  • chatbot: address CodeRabbit review on observability PR (c931f76)
  • chatbot: address CodeRabbit review on polish PR (6e27b56)
  • chatbot: harden admin actions and validate file ownership (7e9adb4), closes #3
  • chatbot: restrict public retrieval to org-wide docs + add rate limiting (a4cf9a5)
  • clear chatbot prompt when saved as empty string (e835039)
  • improve chatbot settings UI — layout, buttons, delete flow (f3eae6e)

Features

  • add chatbot knowledge base selector and per-chatbot system prompt (7dad045)
  • add CHATBOT value to Source enum (32e916f)
  • add embeddable chatbot widget with RAG support (9174a9c)
  • chatbot: add jailbreak classifier, rate-limit events, and save-order fixes (6f6114c), closes #11
  • chatbot: add Langfuse tracing, AI usage tracking, and budget error handling (74b80bb), closes #6
  • migrate chatbot storage to Thread model and add conversations view (af47f69)