Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface AvailableCommand

    Information about a command.

    interface AvailableCommand {
        description: string;
        input?: null | UnstructuredCommandInput;
        name: string;
    }
    Index

    Properties

    description: string

    Human-readable description of what the command does.

    Input for the command if required

    name: string

    Command name (e.g., "create_plan", "research_codebase").