Skip to content

Copilot Node Catalog

Generated category

Copilot Node Catalog

Generated from 23 catalog nodes in AI/GitHub/Copilot.

AI/GitHub/Copilot/ChatAI/GitHub/Copilot/ClientAI/GitHub/Copilot/ConfigAI/GitHub/Copilot/MCPAI/GitHub/Copilot/SessionAI/GitHub/Copilot/ToolsAI/GitHub/Copilot/Utilities

Nodes in this category

Showing 23 of 23 generated node docs.

Abort

AI/GitHub/Copilot/Chat

Aborts the current message processing

Send Message

AI/GitHub/Copilot/Chat

Sends a message to Copilot and waits for complete response. Supports history input for context.

Stream Message

AI/GitHub/Copilot/Chat

Sends a message to Copilot and streams the response. Supports history input and matches Model Invoke interface.

Local Client Config

AI/GitHub/Copilot/Client

Builds a local Copilot client configuration (stdio-based). Requires 'copilot' CLI to be installed and in PATH, or specify the CLI path explicitly.

Server Client Config

AI/GitHub/Copilot/Client

Builds a server/remote Copilot client configuration (TCP-based)

Start Local Client

AI/GitHub/Copilot/Client

Starts a local Copilot client using stdio. Requires 'copilot' CLI installed.

Start Server Client

AI/GitHub/Copilot/Client

Starts a server/remote Copilot client using TCP

Stop Client

AI/GitHub/Copilot/Client

Gracefully stops a running Copilot client (local or server)

Custom Agent Config

AI/GitHub/Copilot/Config

Configures a custom agent

Infinite Session Config

AI/GitHub/Copilot/Config

Configures infinite session with automatic context compaction

Provider Config (BYOK)

AI/GitHub/Copilot/Config

Configures a custom provider (Bring Your Own Key)

System Message Config

AI/GitHub/Copilot/Config

Configures the system message for the session

MCP HTTP Server

AI/GitHub/Copilot/MCP

Configures an HTTP/SSE MCP server for remote tool integration

MCP Local Server

AI/GitHub/Copilot/MCP

Configures a local/stdio MCP server for tool integration

Create Session

AI/GitHub/Copilot/Session

Creates a new Copilot chat session

Destroy Session

AI/GitHub/Copilot/Session

Destroys a Copilot session

Session Builder

AI/GitHub/Copilot/Session

Builds a complete Copilot session configuration with all options

Tool Config

AI/GitHub/Copilot/Tools

Configures an agent tool with parameters

Tool List Builder

AI/GitHub/Copilot/Tools

Combines multiple tools into a list for session configuration

Client Status

AI/GitHub/Copilot/Utilities

Checks if a Copilot client is connected and ready

Get Auth Status

AI/GitHub/Copilot/Utilities

Gets the authentication status of the Copilot client

Get Models

AI/GitHub/Copilot/Utilities

Lists available Copilot models

Get Version

AI/GitHub/Copilot/Utilities

Gets the version of the Copilot CLI