Agent Client Protocol - v0.5.1
    Preparing search index...

    Interface TerminalOutputRequest

    Gets the terminal output and exit status

    Returns the current content in the terminal without waiting for the command to exit. If the command has already exited, the exit status is included.

    See protocol docs: Terminals

    interface TerminalOutputRequest {
        _meta?: { [k: string]: unknown };
        sessionId: string;
        terminalId: string;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    sessionId: string

    The session ID for this request.

    terminalId: string

    The ID of the terminal to get output from.