Member Junction
    Preparing search index...

    '@' — talk to an agent: opens Conversations pre-addressed. Suggestion data comes from the conversations package's own agent-mentions composer plugin, resolved FROM THE COMPOSER REGISTRY AT QUERY TIME — no compile-time dependency on ng-conversations, and graceful [] when the plugin isn't registered (e.g. a deployment without the conversations package).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    context: OmnibarContext = {}
    Key: "omnibar-agents" = 'omnibar-agents'

    Stable identifier for this provider (e.g. 'agent-mentions'). Used as the ClassFactory registration key and by ExcludedTriggerKeys filtering.

    ModeLabel: "Talk to an Agent" = 'Talk to an Agent'

    Human label for the palette's mode badge while this provider is active.

    Placeholder: "Agent name…" = 'Agent name…'

    Placeholder shown in the input while this provider's trigger is active.

    Priority: 30

    Ordering weight — higher runs first. When multiple providers share a TriggerChar, results are concatenated in priority order (then Key order).

    TriggerChar: "@" = '@'

    The single character that opens this provider's autocomplete (e.g. '@').

    Methods

    • Optional warm-up hook, invoked once by the editor when it initializes with this provider active. Default is a no-op; override to pre-load caches so the first keystroke is fast. Must be safe to call repeatedly and concurrently.

      Parameters

      Returns Promise<void>