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

    Fires agent notifications on chat session status transitions: when a session starts waiting for user action (a tool approval or another input) and when a session finishes its request (successfully or with an error). Watches all sessions, not just the active one, so that background sessions still reach the user.

    Delegated sessions (created by the agent delegation tool on behalf of a parent session) are excluded: their interactions bubble into the parent session's UI, so they must not produce their own notifications.

    Implements

    Index

    Constructors

    Properties

    chatService: ChatService
    notificationService: AgentNotificationService
    states: Map<string, SessionNotificationState> = ...

    Methods