copilot-sdk-supercharged 2.0.4

Rust SDK for programmatic control of GitHub Copilot CLI via JSON-RPC 2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft Corporation. All rights reserved.

// Code generated by update-protocol-version. DO NOT EDIT.

/// The SDK protocol version.
/// This must match the version expected by the copilot-agent-runtime server.
pub const SDK_PROTOCOL_VERSION: u32 = 2;

/// Gets the SDK protocol version.
pub fn get_sdk_protocol_version() -> u32 {
    SDK_PROTOCOL_VERSION
}