Skip to content

Start Local Client Node

AI/GitHub/Copilot/Client

Start Local Client

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

copilot_local_client_startllmLong running
Inputs2
Outputs4
Security exposure2/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
1/10High

Input Pins

2

Input

Execution
exec_in

Trigger Pin

Client Config

Struct
client_config

Local client configuration

CopilotLocalClientConfigCopilotLocalClientConfig2 fields
log_levelCopilotLogLevel

Log level (Error, Warn, Info, Debug)

enum "error", "warn", "info", "debug"default "error"
cli_pathstring | null

Optional path to Copilot CLI executable

Schema enforced

Output Pins

4

Output

Execution
exec_out

Continues after client starts

Error

Execution
error

Fires if client fails to start

Client

Struct
client

Running client handle

CopilotClientHandleCopilotClientHandle1 fields
cache_keystringrequired

Unique cache key for this client instance

Schema enforced

Error Message

String
error_message

Error message if startup fails

Node Info

Internal name
copilot_local_client_start
Category
AI/GitHub/Copilot/Client