New Features & Integrations

  • Clipboard Support: Paste text, images, and files directly into the focused prompt input.
  • TTS Provider: Added Generic OpenAI TTS (supports any OpenAI-compatible TTS service).
  • LLM Providers: Added support for:
    • Deepseek
    • Apipie
    • Fireworks
    • XAI Grok (grok-beta)
    • OpenAI o1 models
    • Mistral multi-modal
    • Groq Image (requires vision-supported model)
  • Agent Providers: Added LiteLLM.
  • SERP Providers: Added Tavily (for agent web-search skill).
  • Workspace Agent Auto-Selection: Fallback routing: Workspace settings -> System settings. Manual override optional.
  • Document Management:
    • Bulk document removal via checkbox selection in right panel.
    • Right-click directory panel to Select all / deselect all.

Improvements

  • File Formats: Added XLSX file upload support.
  • Gitlab Connector: Added support for pulling issues in addition to codebase.
  • UI Settings: Added Appearance -> Show scrollbar to force display scrollbar on the right of chat windows.
  • LLM Configuration: Enabled freeform text input for chat model selection when LLMs lack a /models endpoint (e.g., Azure, Bedrock).
  • Embeddings & Libraries:
    • Upgraded Voyage embedder models to latest versions.
    • Upgraded Langchain GitHub repo loader to latest version.
  • Developer API:
    • Added support for attachments in API chats.
    • Added UserID parameter to workspace thread endpoints.
  • Performance: Improved file fetch speed in the file picker.

Bug Fixes

  • Fixed chat window scrolling behaviors.
  • Fixed agent model preferences for Bedrock and LMStudio.
  • Fixed handling of non-ascii characters in single/bulk link scraper URLs.
  • Added workaround for Bedrock models lacking system prompt support (e.g., Titan).
  • Fixed file name UI overflow/truncation in file picker.
  • Fixed upload support for Dockerfile and Jenkinsfile.
  • Fixed UI persistence bugs for: ElevenLabs selection, Web-search, and SQL connector.
  • Fixed GitHub repository collector crash on /tree or /blob URLs.