Docs

Tab Selection

Use /tab: to attach browser tab context to your prompt.

Start

Type this at the end of input:

/tab:

The tab selector opens and you can choose one or more tabs.

Browser Support

Current tab enumeration support:

  • Chrome
  • Arc
  • Safari

Firefox is detected but tab enumeration is currently not implemented.

Selection Controls

  • Click: select one tab and confirm immediately
  • -Click: toggle multi-select
  • -Click: select range
  • ⌘A: select all filtered tabs
  • Space: toggle highlighted tab
  • ↑/↓: move highlight
  • Enter: confirm
  • Esc: cancel

Refresh Behavior

  • Tab list refreshes every 5 seconds while selector is open
  • Existing selections are preserved when possible
  • Tabs are sorted with active tabs first

What Gets Added

When tabs are selected:

  1. A placeholder is inserted into input (for example [Tab: example.com]).
  2. Tab content extraction runs asynchronously.
  3. On send, Agentastic prepends a browser context block with tab metadata and any extracted content.

This gives the model tab-aware context while still preserving your typed request.