copilot-sdk-supercharged 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/copilot/sdk_protocol_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c36a15eb69c732f5661c54325b83a2b10337a45e271bc3df776b0069514cbb0
|
|
4
|
+
data.tar.gz: fbcc9e01930bf0d7995295ffc0b1895d4f2afbae01367f258811f3d197d1f209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '06917253b38db497246957e4e69aa7551f92cb25c3306a318dda3f34b87a586db33e864c04b23615b29f264cc23ac87b7e13e51a599db96a156c3b9c6b9f3b37'
|
|
7
|
+
data.tar.gz: 368a57e037e6c5a9f570c6f6e2704a8b5cf2f4c5ca228c75c2d09e605a528ab793216b4f26864b5807cb6c480e87eec8f2c6bc5653b58eceb2a2caa606d0e85a
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
module Copilot
|
|
8
8
|
# The SDK protocol version.
|
|
9
9
|
# This must match the version expected by the copilot-agent-runtime server.
|
|
10
|
-
SDK_PROTOCOL_VERSION =
|
|
10
|
+
SDK_PROTOCOL_VERSION = 3
|
|
11
11
|
|
|
12
12
|
# @return [Integer] the SDK protocol version number
|
|
13
13
|
def self.sdk_protocol_version
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copilot-sdk-supercharged
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremiah Isaacson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
A Ruby SDK for interacting with the GitHub Copilot CLI server via JSON-RPC 2.0.
|