Skip to main content

Return to Changelog

v1.6.43

ยท 3 min read

This patch release adds workspaces, the Tool Builder Agent, video scene descriptions, auto-sync collection connectors, and new model support.

Improvementsโ€‹

Workspaces

  • Workspace functionality: Added workspace feature to organize and manage your content with tagging and tracking capabilities.
    • Existing personal content automatically migrates to the new workspace system

Agents and tools

  • Tool Builder Agent: New specialized agent type designed for building and customizing tools
  • Automatic model routing: Agents now automatically select the best model based on accuracy requirements for optimal results
  • Agent monitoring: Added tracking for agent conversation turns to help monitor agent usage
  • Final Answer Mode: New dropdown in agent configuration to control how agents deliver final responses
  • Agent streaming and files UI: Improved real-time streaming interface and file management for agent responses
  • Human-in-the-loop planning: Added control to review and approve agent planning before execution
  • Document auto-tagging: Agents can now automatically tag documents using specialized tools
  • Tool defaults: Option for admins to enable tools by default when creating new agents for faster setup
  • Authentication improvements: Improved authentication tab interface for configuring agent credentials

Models

  • Google Vertex AI Gemini 2.5 Pro: Added support for Google's latest Gemini model via Vertex AI
  • GPT-5 Codex: Added support for OpenAI's GPT-5 Codex model

Documents and connectors

  • Video scene descriptions: h2oGPTe now generates automatic scene descriptions for better understanding of video content
  • Auto-Sync Collection Connector: New connector that automatically synchronizes collections with external sources
  • SharePoint OAuth2 authentication: Enhanced SharePoint connector with OAuth2 user authentication for improved security

User interface

  • Clickable table links: Tables now support clickable links for better navigation
  • Microphone animation: Added visual animation when microphone is active during voice input
  • Chat session creator: Users can now see who created each chat session on chats and collection pages
  • Shareable extractors: Extractors page can now be shared with other users
  • Collection application: Improved interface for applying collection settings in chat sidebar
  • Chat with specific collection: Added ability to start a chat directly with a specific collection
  • Document deletion: Users can now delete documents from collections when they have proper permissions
  • Global settings discoverability: The global settings are now under System Settings tab for easier access
  • Action menus on inactive chats: Added action menu buttons for archived or inactive recent chats
  • Searchable user dropdowns: User selection dropdowns now support search for easier user finding
  • Searchable model options: Model selection dropdowns now support search functionality
  • Dark mode improvements: Fixed font color issues in dark mode for better readability
  • Android voice improvements: Enhanced speech synthesis for Android webview users
  • Role selector: Added role selector to the side menu in the user interface.
  • Disabled input when recording: Text input automatically disabled when microphone is active to prevent conflicts
  • Title truncation: Long titles are now automatically truncated with ellipsis for cleaner display

Security and guardrails

  • Custom PII detection: Added AI-powered detection for user-defined personal information labels

Performance

  • Faster collection loading: Reduced API calls for collections and documents, resulting in faster page loads
  • Better document retrieval: Markdown and HTML content now processed more effectively for improved search and retrieval

Bug fixesโ€‹

  • Layout fixes: Fixed padding and spacing issues in primary and secondary panels
  • Code viewer: Removed width restrictions on code viewer for better code display
  • File status badges: Fixed positioning of file status badges
  • Height issues: Resolved height calculation problems in various interface components
  • Markdown tables: Improved handling of edge cases in markdown table rendering
  • UI crash prevention: Fixed crash that occurred when no language models were configured

Feedback