Docs

Special Tags

These tags have dedicated parsing and mode behavior in the launcher.

/model:

Select a model override for the request.

Syntax:

/model:<value>

Examples:

/model:agentastic:auto
/model:openai:gpt-5
/model:openrouter:openai/gpt-5

Notes:

  • Supports provider-style values with :, /, -, and _.
  • Tag is stripped from final prompt text and stored as model override state.

/screen:

Capture a specific display and enable vision mode.

Syntax:

/screen:active
/screen:0
/screen:1
/screen:2

Rules:

  • active and 0 mean the current/active display.
  • Positive integers are treated as 1-based monitor indexes.
  • Invalid values fall back to active screen with a warning.

Requirements:

  • macOS 14+
  • Screen recording permission

Enable search mode and optionally provide a direct query.

Syntax:

/search
/search <query>

Examples:

/search latest Xcode release notes
/search

If no query is provided, Agentastic can derive one from your request.

/imagine

Enable imagine/image-generation flow for the request.

Syntax:

/imagine <prompt>

Example:

/imagine Create a minimalist app icon for a budgeting tool

/tab:

Opens the browser tab selector when typed at the end of input.

/tab:

See Tab Selection for behavior and shortcuts.

Image Attachments

You can also attach image context without /screen::

  • Paste an image (⌘V) into launcher input
  • Drop image files into launcher
  • Use screenshot selection shortcuts

These flows add image attachments and enable vision mode automatically.