Docs

All Tags

This reference is based on launcher-side parsing and mode logic in agentastic-launcher.

Parsed Tags

These tags have dedicated extractors/parsers.

TagSyntaxBehavior
/model:/model:<value>Sets model override for the request
/screen:/screen:active, /screen:0, /screen:1..nSelects display capture target and enables vision mode
/search/search or /search <query>Enables search flow, with optional query
/imagine/imagine <prompt>Enables imagine/image-generation flow
/tool:/tool:<group-id>Sets explicit tool-group requests for the conversation
/skill:/skill:<name>Attaches skills by name
/app:/app:<name>Activates app-specific workflows
/app:...:.../app:<name>:<subcommand>Executes app subcommands (for example open)

Selector Triggers

These open selector UIs when typed at the end of input:

  • /tab: -> tab selector
  • /model: -> model selector
  • /tool: -> tool selector
  • /app: -> app selector
  • /skill: -> skill selector

Mode Hint Commands

These are recognized in input text to toggle modes:

  • /agent or /agentastic -> enables agent mode
  • /think or /thinking -> requests thinking mode
  • /task -> enables agent mode
  • /automation -> enables agent mode only when automation feature gating allows it

Pattern Details

  • /tool: IDs support: letters, numbers, _, -, ., :, +
  • /skill: names support: letters, numbers, _, -
  • /app: names and subcommands support: letters, numbers, _, -

Notes

  • /screen without : is not the structured screen tag. Use /screen:<value>.
  • /tab: is a trigger tag (opens selector) rather than a value tag.
  • Legacy slash words (for example /email, /calendar, /files) may appear in UI command-icon extraction, but they are not part of the strict parsed-tag set above.