Changelog

Added

Skills API

Create and manage reusable AI skills that can be triggered via slash commands in chat. Skills allow you to define custom prompt templates that users can invoke to perform specialized tasks, such as SQL query generation, data analysis, or domain-specific assistance.

Added

PostgreSQL Data Asset Type Support

Data assets can now have a postgres_table type in the externalMeta.type field, enabling PostgreSQL tables to be properly identified and managed alongside existing Snowflake and Sledhouse assets.

Added

PostgreSQL Data Source Support

Connect directly to PostgreSQL databases for AI-powered analytics. Bobsled AI now supports PostgreSQL alongside Snowflake and Sledhouse, enabling natural language queries against your existing PostgreSQL infrastructure.

Added

Direct Snowflake Connection Support

Connect your Snowflake account directly to Bobsled AI using secure OIDC authentication, bypassing Sledhouse infrastructure entirely. This gives you full control over data residency while enabling AI-powered analytics on your existing Snowflake investment—no data copying or ETL required.

Added

Slack Integration MVP

Ask data questions directly in Slack by @mentioning Bobsled AI in any channel. Teams can now get answers without context-switching to a separate tool, making data insights accessible in the flow of work where decisions happen.

Added

Web Search Toggle for Workspaces

Enable or disable the AI's ability to supplement data answers with web search results on a per-workspace basis. When enabled, the AI can look up current information—like exchange rates, industry benchmarks, or company news—to provide richer context alongside your data insights.

Added

Table Metadata Service

Automatic metadata collection enriches the AI's understanding of your data assets with column statistics, row counts, and sample values. This context helps the AI generate more accurate SQL by understanding data types, cardinality, and common values—reducing query errors and improving natural language interpretation.

Added

Composite Workspace Support

Query across multiple data domains in a single conversation by creating composite workspaces that combine semantic models from different source workspaces. This enables cross-functional analytics—like joining sales data with marketing campaigns—without duplicating data or maintaining separate models.

Improved

Enhanced Chat History Search

Find past conversations quickly with full-text search, date filtering, and thread renaming. Teams with extensive chat histories can now locate specific analyses without scrolling through hundreds of threads, while thread renaming helps organize important conversations for future reference.

Improved

Consolidated Run SQL Endpoint

Execute SQL queries through a single, unified endpoint that replaces multiple legacy execution paths. This consolidation simplifies client integrations by providing one consistent interface for all SQL operations, with standardized error handling, response formats, and authorization checks across query types.