Released on Nov 11, 2025
New Features:
Project Interfaces
Customizable User Experience: Create custom interfaces to replace the default chat mode and tailor the user experience
Capabilities:
Build app-like interfaces with multiple pages
Support for different page types (chat, custom elements)
Publish and share interfaces with users
Set default interfaces per project
Configure page layouts with custom icons and elements
Benefits:
Greater control over how users interact with your project
Create purpose-built experiences for specific use cases
Professional, branded interfaces for external users
Prompt Library for Agents
Template Management: Agents now have dedicated prompt libraries to store and organize reusable prompts
Features:
Create, edit, and organize prompt templates per agent
Set prompt ordering and active status
Quick access to common prompts during conversations
Enable/disable prompt library feature per agent
Benefits:
Faster workflow with pre-built prompts
Consistency in agent interactions
Easy sharing of proven prompt patterns
Agent Memory System
Intelligent Preference Learning: Agents can now remember user preferences, facts, and context across conversations
Capabilities:
Automatic detection of memorable information from conversations
Approval workflow for pending memories (auto-approve or manual)
Three memory types: preferences, facts, and context
Configurable memory settings (max memories, memory types)
Memory expiration and management
Seamless integration into agent system prompts
Detection Rules:
Filters out casual remarks and temporary statements
Avoids duplicate memories
Focuses on genuinely useful contextual information
Benefits:
More personalized agent interactions
Better context retention across conversations
Reduced need to repeat preferences or information
Automator V2 (Beta)
Next-Generation Workflow Engine: New Valkyrie workflow system
Performance Improvements:
Faster workflow execution with optimized node-based architecture
Advanced execution engine with proper lifecycle management
Support for parallel execution and dependency resolution
Cancelable execution with proper error handling
Enhanced Capabilities:
16 available node types including AI, communication, database, and flow control
Deeper integration with agents for streaming and real-time updates
Support for all execution modes (manual, trigger, test, webhook)
Node-level execution tracking and debugging
Migration Support:
Toggle V2 automator on/off per project
Automatic migration toolkit for existing workflows
Backward compatibility during transition
Suggested Responses
Contextual Follow-ups: Agents can now generate intelligent suggestions for the user's next message
Features:
Automatic generation based on conversation history
3-5 contextually relevant suggestions per message
Uses agent's configured model for generation
Background processing (non-blocking)
Enable/disable per agent via prompt settings
Benefits:
Improved conversation flow
Helps users explore topics more deeply
Reduces cognitive load on users
Improve Prompt with AI
Magic Prompt Enhancement: AI-powered prompt optimization for better results
Capabilities:
Analyzes and enhances user prompts for clarity and effectiveness
Uses expert prompt engineering techniques
Provides explanation of key changes
One-click revert to original prompt
Uses the selected agent's model for improvements
Enhancement Areas:
Clarity and specificity improvements
Contextual enrichment
Structural organization
Output specifications
Role assignment where beneficial
Features:
Real-time prompt improvement in chat interface
Visual indicator for improved prompts
Improvement metadata tracking
Optional usage guidance
Improvements
SQL Agent Performance
Connection Speed Optimization: Significantly improved SQL agent connection and query performance
Technical Improvements:
Lazy table reflection to skip pg_catalog queries on initialization
Custom table schemas bypass expensive metadata queries
NullPool connection strategy for better resource management
Comprehensive timing instrumentation for performance monitoring
SecureSQLDatabase with query-level validation
Optimized connection string building
Impact:
Faster initial connections to SQL databases
Reduced latency for SQL operations
Better scalability for projects with many table
Agent Builder Enhancements
JSON Builder Integration: Moved JSON builder directly into the agent builder interface
Benefits:
Streamlined workflow - no need to switch between pages
JSON configurations accessible within agent settings
Embedded JSON editor in the agent customization panel
Better context when configuring agent responses
Unified agent configuration experience
Additional New Features
Import/Export System
Project Portability: Comprehensive import/export functionality for entire projects
Capabilities:
Export complete projects including agents, knowledge base, workflows, and smart tables
Import projects with automatic ID remapping and conflict resolution
Export custom tools (workflows) with dependencies
Agent export with toolkit configurations
Knowledge base folder download/upload
Smart Table schema export/import
Interface configurations export
JSON documents (output templates) portability
Benefits:
Easy project migration between environments
Project templates and backups
Workflow sharing across teams
Faster project setup with pre-built configurations
New Toolkits
Confluence Toolkit
Atlassian Integration: Manage Confluence spaces, pages, and content
Features:
OAuth 2.0 authentication with Atlassian
Read and write Confluence content
Search across spaces and pages
Page creation and updates
Space management
Token refresh support
Benefits:
Automated documentation workflows
Team collaboration integration
Knowledge base synchronization
Image Generation Toolkit
AI Image Creation: Generate images from text prompts using DALL·E
Features:
DALL·E 3 model support
Multiple image sizes (1024x1024, 512x512, 256x256)
Quality options (standard or HD)
Generate 1-4 images per request
Automatic upload to Supabase storage
Persistent image URLs
Images attached to chat messages
Configuration:
Configurable provider, model, and API settings
Default size and quality preferences
Control over image history inclusion
Benefits:
Visual content creation from text
Marketing asset generation
Prototype and mockup creation
Microsoft SharePoint Toolkit
Enterprise Document Management: Integration with SharePoint for file operations
Features:
Production-ready error handling
File encoding support
Document library access
File upload and download
Auto-save capabilities
Benefits:
Enterprise document workflow automation
SharePoint integration for large organizations
Seamless file management
Python Script File Upload
Code Execution Enhancement: Upload Python scripts (.py files) directly to sandbox
Features:
Script file validation
Upload to Python sandbox
File management within sandbox
Support for multiple file types (txt, csv, json, py, md, pdf, xlsx, docx)
10MB file size limit per file
Benefits:
Complex script execution workflows
Reusable code modules
Better organization of Python tools
Web Search Whitelisted URLs
Search Restriction: Limit web searches to specific trusted domains
Features:
URL whitelist configuration per agent
Domain-level filtering
Support for multiple URLs
Validation and error handling
Automatic domain extraction from full URLs
Batched search with large whitelists
Benefits:
Control information sources
Ensure data quality and accuracy
Compliance with information policies
Reduce irrelevant search results
Bug Fixes
User Interface Fixes
Theme Consistency: Resolved theme inconsistencies across the application
Table Display: Fixed center alignment and theme-based colors for tables
Sidebar: Updated sidebar layout and mobile responsiveness
Chat Interface: Fixed message clearing when creating new chats
Agent Selection: Improved agent selector integration in message input
Citation Rendering: Fixed citation counting on rerender bug
Link Parsing: Improved link rendering at token boundaries
Resource View: Adjusted height for better resource display
Logs UI: Enhanced log viewing interface
Multiple Chats: Fixed chat switching and list UI issues
Authentication & OAuth Fixes
Confluence OAuth: Made site URL optional in OAuth configuration
Salesforce OAuth: Fixed credential resolution in callback
Asana OAuth: Improved login URL generation using ServiceRegistry pattern
OAuth Security: Fixed credentials logging vulnerabilities
Chatbot Auth: Made anonymous authentication more seamless
Workflow & Automator Fixes
Smart Table Referencing: Improved table mapping in workflow nodes
Empty Python Output: Fixed issue with Python results losing type information
Workflow Positioning: Resolved non-fixed width position handling
Scheduler Node: Fixed database error when adding scheduler to workflow
Draft Saves: Corrected non-null violation in workflow draft saves
Loop Node: Fixed iterator variable display in loop piece
Conditional Node: Improved condition evaluation and edge wiring
Unicode Escape: Fixed unsupported Unicode sequences in published workflows
Database & Performance Fixes
Connection Leaks: Added fixes for database connection leaks
Composite Indexes: Removed problematic composite indexes
GIN Index: Fixed GIN index configuration
Chat Context: Hotfix for wiping chat context on every new message
Agent v2: Fixed loading context only from Redis issue
Documents Table: Added missing columns to documents table
Integration Fixes
Odoo Integration: Fixed integration for workflows
Teams Bot: Corrected upload method handling
Import/Export: Fixed agent and workflow references after import
Smart Table Export: Improved default value handling in column export
JSON Variable Selector: Fixed variable selection in JSON fields
Malformed Toolkit Configs: Added validation and error handling
Project & Team Management Fixes
Team Creation: Fixed Stripe ID conflict when adding users to teams
User Management: Improved user record updates when removing members
Duplicate Prevention: Added checks to prevent duplicate team additions
Project Clone: Added authorization check on project cloning
Project Owner: Fixed privilege escalation in project owner deletion
Other Fixes
File Upload: Fixed KB pagination check for filtered files
Sync Schedule: Removed invalid minutes and hours options
Image Generation: Corrected configuration for on-premise deployments
Transcript Handling: Improved meeting transcript processing
PDF Rendering: Fixed legacy PDF viewer issues
Automator Execution: Resolved asyncio error in agent manager toolkit
Released on Oct 08, 2025
New Features:
Enhanced Chat Experience
Document Manager Toolkit: Agents can now create documents which you can edit directly from chat, providing seamless document creation and editing workflows
Smart Table Sidebar: View any smart table attached to the agent directly from the chat interface for better context and data access
Improved Chat Tool Calls: Enhanced tool call UI with more informative displays and better user feedback during agent operations
Advanced Agent Configuration
Toolkit Configuration in Super Admin: Added comprehensive toolkit configuration options in the super admin interface for better system management
Confirmation Options for All Tools: Added optional confirmation dialogs to all tools to prevent accidental operations and improve user control
Agent Template Reversion: Ability to revert agent templates to previous configurations for better version control
Integration & Authentication
User Integration Tab: New project settings tab for managing user integrations with enhanced visibility and control
Salesforce Connected App Configuration: Optionally configure your own Salesforce Connected App credentials, with fallback to default system credentials if not provided
PII Feature Toggle: Super Admin can now enable/disable PII (Personally Identifiable Information) features across the platform
Smart Table Enhancements
Smart Table Polling: Intelligent polling system for real-time data updates in smart tables
Latest Rows Sorting: User and project integration tables now sort by latest rows by default for better data visibility
Improvements
User Interface & Experience
Better UI Styling: Comprehensive styling improvements across the entire application for a more polished and consistent experience
Chat Mode Styling: Enhanced visual design and layout for chat mode interface
Interface Cleanup: Streamlined and cleaned up various UI components for better usability
Released on Aug 31, 2025
New Features:
Enhanced Chat Experience
Widescreen Chat Mode: Toggle between standard and widescreen chat layouts for better readability. Access this setting in your account preferences to expand chat width for a more comfortable viewing experience.
Improved Agent Action Visuals: Agent actions now display with enhanced visual indicators, including collapsible sections, status badges, and better organization of action results. Watch your AI agents work with clearer visual feedback and progress tracking.
Developer & API Improvements
Final Response API Parameter: Added
final_responsefield to API calls, allowing developers to filter out thinking messages and receive only the final processed response. This streamlines API integrations by providing clean, user-ready content.
Project Management
Streamlined Project Creation: Creating a new project now takes you directly into the project workspace, eliminating extra navigation steps and getting you started faster.
Smart Agent Builder Redirect: Projects without a configured default agent now automatically redirect to the agent builder screen, ensuring you always have a properly configured agent before starting conversations.
Authentication & Status
OAuth Agent Status Indicator: The message input bar now displays the authentication status of your selected agent, showing when OAuth connections are active, expired, or need attention. This helps you understand when agents have the necessary permissions to access external services.
Released on Aug 24, 2025
New Features:
Powerful New Toolkits
Five New Toolkits Added: Expand your agent's capabilities with specialized toolkits designed for different workflows
Agent Manager: Create and manage AI agents within your project using natural language descriptions. Build agents that can create other agents, manage agent configurations, and update toolkits dynamically.
Smart Table Manager: Full management power for Smart Tables with column operations, row management, schema editing, and data manipulation. Perfect for agents that need to structure and organize data.
Google Drive: Complete file and folder management in Google Drive including file upload/download, search, organization, and sharing capabilities.
Google Sheets: Read and update Google Sheets for data synchronization, reporting, and collaborative data management.
Gmail: Send emails, search messages, create drafts, reply to emails, and manage all your email communications through the Gmail API.
Enhanced Account Experience
Redesigned Account Page: Complete overhaul of the account management interface with improved organization and user experience
Benefits:
Streamlined profile management with dedicated sections for different account aspects
Better organization of settings, billing, and personal information
Modern card-based layout for easier navigation
Enhanced visual design with improved accessibility
Improvements
Beautiful Smart Tables
Airtable-Inspired Interface: Smart Tables now feature a modern, intuitive interface similar to Airtable
Enhanced Features:
Better Column Management: Visual resize handles, type indicators, and improved sort controls
Improved Row Interactions: Hover states, multi-select capabilities, and inline action buttons
Enhanced Cell Editing: Click-to-edit functionality with proper input types and validation
Modern Filtering: Visual filter chips, quick filters, and advanced search capabilities
Professional Styling: Clean, modern appearance with better typography and spacing
Bug Fixes
Authentication Improvements
Fixed 401 Errors for Long-Time Users: Resolved authentication issues that occurred when users remained logged in for extended periods
Enhanced Session Management:
Automatic token refresh when sessions are about to expire
Improved retry logic for failed authentication requests
Better handling of concurrent token refresh attempts
Seamless user experience without unexpected logouts
Released on Aug 04, 2025
New Features:
Create AI Agents with Ease
Build Smarter, Faster: Get help from AI when creating your custom agents
What You Can Do:
Build your perfect agent from a prompt
Choose from ready-made agent templates to get started quickly
Create agents that perfectly match your business needs
Backup and Share Your Projects
Never Lose Your Work: Export your entire projects to save them safely or share with others
Benefits:
Download your projects as backup files you can store anywhere
Share complete projects with team members or between different workspaces
Move your work between different environments with confidence
All your settings and configurations are preserved perfectly
Track Every Change to Your Agents
See Your Agent's Evolution: Keep track of all the changes you make to your agents over time
What's Included:
View the complete history of changes to any agent
Compare different versions to see what's changed
Go back to a previous version if needed
See exactly when and what changes were made
Released on Jul 30, 2025
New Features:
Asynchronous Column Computation for SmartTables
Performance Enhancement: Introduced background processing for column computations in SmartTables
Capabilities:
Start, monitor, and cancel long-running computation jobs
Real-time job status tracking and polling
Improved UI responsiveness during data processing
Job management with listing and cancellation options
Real-Time Chat with Server-Sent Events (SSE)
Major Infrastructure Upgrade: Replaced polling mechanism with Server-Sent Events for instant message updates
Features:
Real-time message delivery without page refresh
SSE connection status indicator in chat panel
Automatic reconnection handling
Reduced server load compared to polling
Knowledge Base Settings Management
New Feature: Comprehensive settings management for Knowledge Base configuration
Capabilities:
Centralized knowledge base settings configuration
Bulk apply settings to all documents
Fine-grained control over knowledge base behavior
Enhanced document management and organization
Access Tags for Knowledge Base Documents
Security Enhancement: Dual tag system for granular access control
Features:
Allow-only and allow-none tag types for precise access control
Tag-based document filtering and search
User and document tag management
Enhanced security for sensitive content
Custom LLM Iterator Support
AI Model Enhancement: Added custom iterator configuration for LLM models
Benefits:
Flexible model iteration strategies
Enhanced AI model customization options
Better control over model behavior and responses
AI Model "Thinking" Capabilities
Advanced AI Feature: Introduced thinking support for AI models
Capabilities:
Configurable thinking budgets for models
Option to include or exclude thoughts in responses
Enhanced AI reasoning transparency
Improved model introspection and debugging
Enhanced MCP (Model Context Protocol) Support
Integration Improvement: Expanded Model Context Protocol capabilities
Features:
SSE transport support for MCP toolkits
OAuth authentication configuration
Enhanced MCP toolkit management
Better integration with external services
Improvements
SmartTables SDK Enhancements
Enhanced Data Types: Extended Filter.value to support string, number, boolean, and null types
Export Improvements: Better handling of default values in column export transformations
Job Management: Integrated comprehensive job management system
Chatbot Widget Updates
Authentication Flow: Enhanced anonymous authentication handling and session management
Token Management: Added validation and refresh token checks
User Interface Enhancements
Chat Experience: Seamless real-time messaging with SSE status indicators
Knowledge Base UI: New settings tab for knowledge base configuration
Model Administration: Enhanced super admin interface for model configuration
Tag Management: Improved tag editing modal with dual tag selection
Released on Jul 06, 2025
New Features:
Agent to Agent Communication Tool
Most Requested Feature: Released the Agent to Agent tool - the #1 most requested new feature
Capabilities:
Enable agents to communicate and collaborate with each other
Seamless workflow orchestration between multiple agents
Enhanced automation through agent coordination
Toolkit Configuration Interface
New Feature: Added comprehensive toolkit configuration and tool enabling to the agent customization UI
Capabilities:
Select specific tools within a toolkit for an agent
Inline configuration panels for enhanced user experience
Granular control over toolkit functionality
Tool Selection Within Toolkits
Enhanced Control: Users can now enable/disable individual tools within each toolkit
Supported Toolkits:
SQL Database Toolkit
Azure AD Toolkit
Knowledge Base Toolkit
Benefits:
More precise agent customization
Reduced complexity for specific use cases
Better resource management
Inline Configuration Panels
UI Enhancement: Replaced modal-based configuration with inline panels
Features:
Streamlined configuration workflow
Real-time preview of toolkit settings
Improved user experience with less context switching
Inline Configuration Panels
UI Enhancement: Replaced modal-based configuration with inline panels
Features:
Streamlined configuration workflow
Real-time preview of toolkit settings
Improved user experience with less context switching
Tool Mentions in Personality Editor
New Component: Added inline tool mentions
Functionality:
@ mentions to suggest and insert tools in personality editor
Serialization and deserialization of tool mentions in markdown
Enhanced personality customization with tool integration
Tool Mentions in Personality Editor
New Component: Added inline tool mentions
Functionality:
@ mentions to suggest and insert tools in personality editor
Serialization and deserialization of tool mentions in markdown
Enhanced personality customization with tool integration
Enhanced API Provider Support
New Provider: Added Databricks as an API provider for custom LLM models
Benefits:
Expanded choice of LLM providers
Better integration with enterprise Databricks deployments
Support for Databricks-specific model configurations
User and Document Access Control
New Feature: Added tags to users and documents for granular access control
Knowledge Base Integration:
Tags can be used to control access within Knowledge Base
Fine-grained permissions based on user and document tags
Improved security and content organization
Team Credit Management
New Feature: Added credit limits to users within teams
Capabilities:
Set individual user credit limits
Better resource management across team members
Enhanced cost control for team administrators
Improvements
Agent Customization UI Enhancements
Enhanced GeneralTab: Integrated new PersonalityEditor with all available tools
Improved PersonalityEditor: Now renders and manages tool mentions effectively
Better ActionCard: Enhanced title and knowledge base information for multi-KB searches
Toolkit Management
Unified Configuration: Created shared toolkit tools configuration system
Standardized Inputs: Introduced BaseVariableInput.tsx for consistent variable inputs
Better Tool Organization: Improved categorization and display of tools
User Interface Enhancements
Agent Selector: Moved agent selector into the message input for better accessibility
Smart Table Review: Added sort and filter functionality to smart table review view
Automator Steps: Adjusted the size of steps in the automator for better visibility
New User Onboarding: Improved onboarding experience for new users with better guidance and setup flow
Bug Fixes
Chat Interface Fixes
Citations Bug: Fixed citations in chat counting on rerender bug
Improved Reliability: Enhanced chat interface stability during re-renders
Released on Nov 29, 2024
What’s new:
Data Tables: A new feature enabling users to create tabular data, associate it with KB, and interact with chats.
Resync Files: Option to resync files by changing the extraction method or re-extracting data.
New JSON Editor: Introduced a powerful, efficient JSON editor with the latest features.
Folderization in Knowledge Base: Added the ability to organize files into folders for better usability.
Chunking in Document View: Display of vector chunks in the document detail view for better content extraction insights.
Query Enrichment for KB Block in Agents: Enables enhanced knowledge base search query relevance based on conversations.
What’s changed:
Pricing Model: Transitioned from the “Pro Plan” to the “Small Enterprise Plan” at $2,500/month, including 10 seats with an additional $20/seat for extra users.
Documents into KB View: Moved the documents page into the Knowledge Base view for easier access.
What’s improved:
Chat Interface Enhancements: Made the response card and automation action responses more intuitive and user-friendly.
UI Enhancements to Public Chatbot Page: Simplified preview and styling for public chatbot preview page.
Project Sorting: Introduced a new filter to sort projects based on categories.
Enhancements to DOCX Export: Improved support for tables and images in exported chat responses.
Released on Oct 30, 2024
What’s new:
Q&A Feature Introduced: A dedicated Q&A feature has been introduced, allowing users to create and manage question-and-answer pairs for rapid retrieval of commonly needed information.
LLM Data Extraction: We've introduced data extraction capabilities powered by Large Language Models (LLMs), enabling users to quickly identify and pull structured data from unstructured text, maximizing efficiency and accuracy.
Read-Aloud for Chat Responses: A read-aloud feature has been added for chat responses, allowing users to listen to responses directly, making the platform more accessible and user-friendly.
Export Responses in TXT and DOCX Formats: Users now have the option to export chat responses in both TXT and DOCX formats, adding flexibility for saving and sharing content.
What’s changed:
Data Agent Improvements & Helper Prompt Support: Data agents have received enhancements for improved efficiency and accuracy. Additionally, helper prompts are now supported, enabling users to receive suggested prompt completions and guidance within agent workflows.
New Analytics Dashboard with Expanded Reporting: A new, advanced analytics dashboard has been introduced, offering users a wider array of reports and visualizations to better track and analyze agent and tools’ performance.
Teamsbot Updates: The Teamsbot integration has been enhanced, offering improved features and settings for users managing workflows directly through Microsoft Teams.
New Tab in GUI for User-Controlled Settings: A new settings tab has been added to the graphical interface, giving users more control over configurations and personal preferences within the platform.
Controlled File Uploads in Teamsbot: File uploads within the Teamsbot are now controlled, allowing users to specify the method they wanna use with.
Command Changes: Various commands have been updated to align with the latest features and to improve Each of these updates helps enhance functionality, security, and user experience on the platform, enabling users to access information more flexibly and control various aspects of their workflows.
What’s improved:
Context Size Option in Agents: Users can now customize the context size for each query within agents, offering flexibility to fine-tune the amount of contextual information used, thus optimizing relevance and performance in responses
Expanded File Format Support for KB: Support has been expanded to include additional file formats like DITA and XLSX in the knowledge base, broadening the types of documents users can upload and retrieve from.
Enhanced File Viewing for DOCX and CSV Files: The viewing experience for DOCX and CSV files has been improved, allowing users to more easily navigate, search, and interact with these file types directly within the interface.
Export Transcript in Additional Formats (TXT): Users can now export transcripts in the TXT format, providing a lightweight, portable option for sharing transcripts.
Enhancements to Agent Selection and Chat ID in URL: The agent selection process has been streamlined, and chat sessions now include unique chat IDs in the URL, simplifying referencing and sharing of specific conversations.
Search Dashboard by Project ID: Users can now search the dashboard using Project IDs, making it easier to locate and filter data related to specific projects.
Released on Sep 29, 2024
What’s new:
Chat Context feature added: Allows defining specific information for the LLM in a chat, useful for setting up conversation topics.
Document Data Types functionality: Enhances document management capabilities.
New Knowledge Base upload endpoint: Added support for HTML to PDF conversion.
Snowflake SQL Connection: Added to the user interface for expanded database integration options.
New Inserts for documents editor: Improves document editing capabilities.
Continue Response functionality: Supports normal chat, SQL Agent, Data Agent, and Chain of Thought.
CSV Data Agent introduced: A sub-variant of SQL agent that utilizes SQL tables converted from CSV files.
Archive/Reset Chat function: Added to Teams Bot for improved chat management.
What’s changed:
Updated CSV handling: CSV files are now ingested as SQL tables and JSON for vector search.
Audio transcription update: Now supports multiple languages.
What’s improved:
Enhanced document filtering: Now available across all chat blocks.
Chat streaming enhancements: Improved speed for Teams Bot responses.
Caching improvements: Added caching for chat history with lazy cache updates.
Action execution updates: New non-blocking endpoint that can wait for file syncing to complete.
Model support expansion: Added support for Anthropic models in Advanced Context Tracking and Chain of Thought chats.
SQL agent enhancements: Updated for proper streaming functionality and support of non-OpenAI models.
Security and performance upgrades: Various enhancements made to security headers and Knowledge Base for improved security and usability
Released on July 31, 2024
What’s new:
GPT-4o mini is now supported on Odin!
Added a Salesforce Agent block: Connect your Salesforce database to Odin’s Knowledge Base and start chatting with it.
Added the SQL Agent type: Connect your database to the Odin Knowledge Base with SQL connections
Added default Action: All projects will now have a default action that allows users to compare two documents from the Knowledge Base.
Assign documents to Agents: Limit Agent interactions to specific documents from your Knowledge Base
What’s changed:
Clicking on a project now takes users to the first chat in the project by default.
What’s improved:
The Projects Dashboard now has a search feature, making it easier to find what you need.
While adding a Confluence connection, users can now add the URL to the parent page, and automatically sync the children pages to the Knowledge Base.
Agents can now be categorized by type into SQL, Chat, and Plan and react Agents.
Any file supported by the Knowledge Base can now be uploaded to the chat for immediate interaction
Made enhancements to security headers and Knowledge Base for improved security and ease of use.
Made security logs and billing information more descriptive.
Released on June 27, 2024
What’s new:
Claude Sonnet 3.5 is now supported on Odin
Enabled Personally Identifiable Information (PII) scrubbing on all Knowledge Base resources in the detailed view
Added a Long Term Memory block in Agents to retain chat history and enhance response context
Added an Agent block to generate responses in json format
Added a Chat KB Agent that uses chat history and documents uploaded to chat as its Knowledge Base to improve response speed and relevance
Added the ability to view details about Odin Team members from the Team Projects dashboard
What’s improved:
Odin Automator is now faster
Improved Knowledge Base file uploads to enhance information extraction and retrieval
Made Odin more secure with page level updates
Released on June 14, 2024
What’s improved:
Strengthened Odin’s password policy. Odin now requires a 12-character password when not using Google sign-in.
UI/UX improvements to make the experience more intuitive:
Improved selection of agents on a chat to be more user friendly.
Enhancements to the projects switching logic in the Automator.
Improvements on BYOK (Bring Your Own Keys for Ai Models) configurations.
Released on May 29, 2024
What’s new
Odin Teams is now Odin Pro: our latest single license plan expandable to up to 50 seats.
Odin Pro users now get 2000 monthly credits per seat.
Introduced a PII Scrubbing action in the Odin Tools Automator piece to redact sensitive information from the content provided by you.
Chat Specific Knowledge Base: The Knowledge Base piece in Agents now allows you to limit your Knowledge Base to just the files uploaded in chat.
Introduced a new Ignore chat history feature in Agents to improve chat responses.
Introduced project-specific API keys
What’s improved
Usage data reports for teams are now more comprehensive.
Made general enhancements to chats and Agents.
Released on May 18, 2024
What’s new
Introduced the GPT-4o model for usage in Odin.
Odin agents can now identify users with a new User Identification block...
Odin Documents’ content can now be simultaneously updated (via API and the web platform)
What’s changed
All Odin agents now utilize the GPT-4o model by default
What’s improved
You can now crawl and add pages/subpages to the knowledge base with the Confluence integration
You can now add shareable links to the knowledge base with the Sharepoint integration
Made general enhancements and improvements to Odin’s APIs
Released on Apr 19, 2024
What’s new
You can now apply a document’s style guide rules to other documents on Odin.
Odin’s Knowledge Base now supports integration with Confluence...
Add Azure support for team API key and custom model in agents.
What’s changed
No more Support or Generic projects. Odin does not have project types (or features divided based on them) anymore.
What’s improved
Fixed bugs and made improvements to error handling across the Knowledge Base and Projects.
Released on Apr 16, 2024
Released on Mar 21, 2024
Released on Mar 15, 2024
Released on Feb 14, 2024