Theia API Documentation v1.73.0
    Preparing search index...

    Tracks tool confirmations that are currently awaiting user input across all chats.

    Used to drive keyboard shortcuts that approve or deny the most recently surfaced pending confirmation. Queries are scoped by chat id so a shortcut only ever targets a confirmation in the chat the user is interacting with, never one in a different chat.

    Index

    Constructors

    Properties

    introShownChats: Set<string> = ...
    onChanged: Event<void> = ...
    onChangedEmitter: Emitter<void> = ...
    pending: PendingToolConfirmation[] = []

    Methods

    • Whether the one-time tool-confirmation intro has already been shown for the given chat.

      Pure query - call markIntroShown to record that it was shown. Kept separate so it can be used from a React render without side effects.

      Parameters

      • chatId: string

      Returns boolean