ProductsPrivacyLibraryDocsPricingGitHubAdd to ChromeDownload for Mac

// MAC APP

The capsule

The capsule is a small floating bar that appears at the bottom-center of your screen whenever a supported AI app is open. Drag a file onto it and Omna returns a sliced, PII-masked version attached straight to your chat — all before you hit Send.

3 min readDrop a file, get a slice

The capsule only appears when a supported AI app (Claude Desktop, ChatGPT, Codex, Cursor, or VS Code) is the active window, so it stays out of your way the rest of the time.

Idle state

When no file has been dropped, the capsule is idle — it shows rotating "Token Tax" tips and does nothing when clicked. Switch to a non-AI app and it hides itself; return to a supported AI app and it reappears.

Typing your question before dropping the file gives Omna the most context and produces the sharpest slice.

  1. Type your question in the AI chat box — for example, "Which California customers spent over $10K last quarter?" — but do not hit Send yet. It just needs to be sitting in the text field.
  2. Drag your file onto the capsule. The moment it lands, Omna reads your question via the macOS Accessibility API, computes a content fingerprint, and checks whether the file is already indexed.
  3. Omna slices the file through the fast pre-indexed path or the live first-time path, finds the rows that match your question, and masks any PII before the rows leave your device.
  4. The sliced file attaches to the chat — an attachment chip appears, e.g. "customers-slice.csv · 261 rows · 49K tokens."
  5. Check the result card, then hit Send. Your question and the sliced file go to the AI together.
Tip: Always type your question before dragging the file. Omna reads it the instant the file lands — the earlier it's in the box, the better the slice.

File first

If you drop a file before typing a question, the capsule enters Pending state instead of slicing immediately:

  1. The capsule shows the file name and waits — there's no timeout.
  2. Type your question in the AI chat box.
  3. Press Ready on the capsule. Omna reads your question at that moment and slices, then attaches as above.

The result card

After every successful slice, a result card appears (auto-dismissing after 10 seconds, or close it with ×):

FieldWhat it means
ScenarioKilled / Crushed / Redirected / All rows matched — how big the savings are versus the AI's context window
Token reductionPercentage cut, e.g. "−77% tokens"
Cost comparisonEstimated API cost without Omna vs. with Omna
Row countsRows sent in the slice vs. total rows in the file

For the full explanation of the four scenarios, see How slicing works.

A note for Cursor and VS Code

These editors have an AI chat panel in the sidebar. The capsule reads your question from whichever text field is focused when the file lands.

Warning: If the code editor (not the AI chat panel) is focused when you drop a file, Omna shows "Click the chat box first so I can read your question." Focus the AI chat input and drop the file again.

What's next