GitHub Node Catalog
Generated category
GitHub Node Catalog
Generated from 23 catalog nodes in AI/GitHub.
Nodes in this category
Showing 23 of 23 generated node docs.
Abort
AI/GitHub/Copilot/ChatAborts the current message processing
Send Message
AI/GitHub/Copilot/ChatSends a message to Copilot and waits for complete response. Supports history input for context.
Stream Message
AI/GitHub/Copilot/ChatSends a message to Copilot and streams the response. Supports history input and matches Model Invoke interface.
Local Client Config
AI/GitHub/Copilot/ClientBuilds 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/ClientBuilds a server/remote Copilot client configuration (TCP-based)
Start Local Client
AI/GitHub/Copilot/ClientStarts a local Copilot client using stdio. Requires 'copilot' CLI installed.
Start Server Client
AI/GitHub/Copilot/ClientStarts a server/remote Copilot client using TCP
Stop Client
AI/GitHub/Copilot/ClientGracefully stops a running Copilot client (local or server)
Custom Agent Config
AI/GitHub/Copilot/ConfigConfigures a custom agent
Infinite Session Config
AI/GitHub/Copilot/ConfigConfigures infinite session with automatic context compaction
Provider Config (BYOK)
AI/GitHub/Copilot/ConfigConfigures a custom provider (Bring Your Own Key)
System Message Config
AI/GitHub/Copilot/ConfigConfigures the system message for the session
MCP HTTP Server
AI/GitHub/Copilot/MCPConfigures an HTTP/SSE MCP server for remote tool integration
MCP Local Server
AI/GitHub/Copilot/MCPConfigures a local/stdio MCP server for tool integration
Create Session
AI/GitHub/Copilot/SessionCreates a new Copilot chat session
Destroy Session
AI/GitHub/Copilot/SessionDestroys a Copilot session
Session Builder
AI/GitHub/Copilot/SessionBuilds a complete Copilot session configuration with all options
Tool Config
AI/GitHub/Copilot/ToolsConfigures an agent tool with parameters
Tool List Builder
AI/GitHub/Copilot/ToolsCombines multiple tools into a list for session configuration
Client Status
AI/GitHub/Copilot/UtilitiesChecks if a Copilot client is connected and ready
Get Auth Status
AI/GitHub/Copilot/UtilitiesGets the authentication status of the Copilot client
Get Models
AI/GitHub/Copilot/UtilitiesLists available Copilot models
Get Version
AI/GitHub/Copilot/UtilitiesGets the version of the Copilot CLI