@github/copilot
Version:
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
11 lines (10 loc) • 300 B
TypeScript
/**
* The SDK protocol version.
* This must match the version expected by the copilot-agent-runtime server.
*/
export declare const SDK_PROTOCOL_VERSION = 3;
/**
* Gets the SDK protocol version.
* @returns The protocol version number
*/
export declare function getSdkProtocolVersion(): number;