Theia API Documentation v1.66.0
    Preparing search index...
    interface CommandPromptFragmentMetadata {
        commandAgents?: string[];
        commandArgumentHint?: string;
        commandDescription?: string;
        commandName?: string;
        isCommand?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    commandAgents?: string[]

    List of agent IDs this command is available for (undefined means available for all agents)

    commandArgumentHint?: string

    Hint for command arguments shown in autocomplete detail (e.g., "", "[options]")

    commandDescription?: string

    Description shown in command autocomplete

    commandName?: string

    Display name for the command (defaults to fragment id if not specified)

    isCommand?: boolean

    Mark this template as available as a slash command