> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# June 26, 2026

> AI Annotations GA, Tons of Apps Work, Scheduled AI (Routines), AI Debug Tools, Better SQL Autocomplete, and More

<Note>
  **Stay in the loop!** Subscribe to the [demo RSS feed](/demos/rss.xml) to be notified when we post new demos.

  Demos highlight what we are working on or experimenting with, but are not a guarantee of release. Let us know your thoughts at [support@omni.co](mailto:support@omni.co).
</Note>

## Deploy Health Dashboard and Observability

*`Kyle Speer · Internal Engineering`*

Kyle demos a new deploy health dashboard showing P90/P50 latency and error rates, plus CloudWatch anomaly detection and Slack DM notifications for each step of the deploy pipeline.

<Frame>
  <iframe src="https://www.youtube.com/embed/N9mBJWaxmnM" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Blobby Debug Agent

*`Joel Dodge · AI`*

New debug tooling for Blobby chat sessions — a bug icon opens a side drawer with a dedicated debug agent that has full access to everything Blobby saw and did (excluding raw customer data), letting you ask why decisions were made or investigate unexpected outputs.

<Frame>
  <iframe src="https://www.youtube.com/embed/ubsEptdpq-c" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Claude MCP OmniDev Tracing

*`Joel Dodge · AI`*

Internal developer tooling using Claude Code with OmniDev as an MCP server to read trace/span data from Blobby sessions and reason about bugs — demoed against a case of three parallel tool calls returning identical AI explanations.

<Frame>
  <iframe src="https://www.youtube.com/embed/waQfjrwY56g" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Apps Without Required Queries

*`Nathan Agrin · AI Apps`*

Nate demos the ability to create Omni apps with no associated queries, removing the previous friction of having to stub a query first before building an app UI.

<Frame>
  <iframe src="https://www.youtube.com/embed/6my-BuJufzI" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## App Syntax Error Fix

*`Nathan Agrin · AI Apps`*

A new "Fix This" button automatically detects and repairs syntax errors in app code — demoed by manually introducing a stray brace that breaks the app, then one-clicking to fix it.

<Frame>
  <iframe src="https://www.youtube.com/embed/mZWWZibKAHg" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## App CSV Download and Sandbox Permissions

*`Nathan Agrin · AI Apps`*

Apps can now download data as CSV via a new Download button, enabled by amending the iframe sandbox attribute to include allow-downloads — plus a hint at upcoming writeback support for input data in apps.

<Frame>
  <iframe src="https://www.youtube.com/embed/C7x_HbhBxyk" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Routines Slack Delivery

*`Corey Ruderman · AI Scheduler`*

Scheduled AI prompt routines (Blobby automations) can now deliver their output directly to a Slack channel or DM, with follow-up conversation available in the thread via the bot.

<Frame>
  <iframe src="https://www.youtube.com/embed/OcX8ywQJi34" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Session Sentiment Classification

*`Jade Khiev · AI Analytics`*

Batch sentiment classification of Blobby prompts and full chat sessions powered by Bedrock/Anthropic, with a lightweight app to browse per-prompt and per-session outcomes — intended to improve models and eventually expose analytics to customers.

<Frame>
  <iframe src="https://www.youtube.com/embed/Gw3M9Wu9B1Q" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## App Targeted Edits

*`Dan Mosora · AI Apps`*

Instead of regenerating an entire 25K-token app document on every change, the app editor now sends edits as a series of small targeted chunks, visualized as a diff animation in the sidebar. TLDR; faster, cheaper edits.

<Frame>
  <iframe src="https://www.youtube.com/embed/Oe_qZV3ET6w" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## AI Annotations

*`Chris Swenson · AI Workbook Dashboards Magic`*

Shipped/GA feature — a new Explain button lets users draw a shape on the canvas and send an annotated screenshot directly to Blobby, which uses a root cause analysis skill to respond.

<Frame>
  <iframe src="https://www.youtube.com/embed/wU9AFe1OBR4" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Split View IDE AI

*`Chris Swenson · AI Modeling`*

Early work on split view support in the SQL IDE, replicating existing IDE AI capabilities (autocomplete, AI assist) in a split-pane layout — broader questions about entry points and modeling availability still being decided.

<Frame>
  <iframe src="https://www.youtube.com/embed/cJPau-E-sfM" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Animated Bubble Chart App

*`Russell Garner · Apps Use Cases`*

An app built in \~5 minutes using Omni's whitelisted charting libraries to replicate Hans Rosling's famous animated bubble chart, making time a meaningful axis for portfolio/project data visualization.

<Frame>
  <iframe src="https://www.youtube.com/embed/yn5G5aDCq3o" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Data Delivery Domain Allow List

*`Eli Cohen · Scheduler Administration`*

Admins can now restrict which email domains Omni will deliver dashboard deliveries and routines to — if a recipient's domain isn't on the allow list, they're filtered out. Applies to user groups too.

<Frame>
  <iframe src="https://www.youtube.com/embed/g5ozTMNa5Sc" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Chat UI Skills Menu Consolidation

*`Peter Schrader · AI Design`*

The Blobby chat UI is being reorganized — skills collapse into a dedicated menu after first use to reclaim space, the bottom bar evolves into actionable items vs. configuration, and a scroll behavior fix keeps your messages in view after streaming completes.

<Frame>
  <iframe src="https://www.youtube.com/embed/Cu9nAp7E8aM" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## SQL Autocomplete

*`Peter Schrader · Workbook SQL`*

Advanced SQL autocomplete now surfaces actual column names in the editor — works for joins, bare tables, and basic aliasing, covering \~80% of use cases; CTEs and subqueries are future work.

<Frame>
  <iframe src="https://www.youtube.com/embed/ICX5L34yKJA" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## AI Hub Schema Toggle

*`Lei Wang · AI Modeling`*

A new core views/schema toggle in AI Hub setup lets admins selectively hide tables from Blobby's context, reducing noise for new connections with thousands of tables and solving the cold-start problem.

<Frame>
  <iframe src="https://www.youtube.com/embed/MnCpUwiEhek" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## App Theme Variables

*`Meredith Dodge · AI Design`*

Omni org theme variables (primary button color, dark/light mode, etc.) are now injected into the app iframe so apps look seamless with the rest of Omni by default — with the option to opt out and use a custom theme.

<Frame>
  <iframe src="https://www.youtube.com/embed/LXnC21jTqpA" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Floating Blobby

*`Gustav Staprans · AI`*

A floating, draggable Blobby button is coming to workbook and dashboard views for globally consistent AI access — position persists on reload, and the chat open/close control is moving to the top header.

<Frame>
  <iframe src="https://www.youtube.com/embed/m6HtelML9Qw" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>
