🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@github/copilot-sdk

Package Overview
Dependencies
Maintainers
21
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/copilot-sdk - npm Package Compare versions

Comparing version
0.1.14
to
0.1.15-preview.0
+1
-1
dist/client.js

@@ -548,3 +548,3 @@ import { spawn } from "node:child_process";

command = "cmd";
spawnArgs = ["/c", `"${this.options.cliPath}"`, ...args];
spawnArgs = ["/c", `${this.options.cliPath}`, ...args];
} else {

@@ -551,0 +551,0 @@ command = this.options.cliPath;

@@ -6,3 +6,3 @@ /**

* Generated by: scripts/generate-session-types.ts
* Generated at: 2026-01-16T00:52:51.450Z
* Generated at: 2026-01-20T04:18:06.227Z
*

@@ -26,2 +26,8 @@ * To update these types:

selectedModel?: string;
context?: {
cwd: string;
gitRoot?: string;
repository?: string;
branch?: string;
};
};

@@ -37,2 +43,8 @@ } | {

eventCount: number;
context?: {
cwd: string;
gitRoot?: string;
repository?: string;
branch?: string;
};
};

@@ -224,2 +236,3 @@ } | {

arguments?: unknown;
type?: "function" | "custom";
}[];

@@ -226,0 +239,0 @@ parentToolCallId?: string;

@@ -7,3 +7,3 @@ {

},
"version": "0.1.14",
"version": "0.1.15-preview.0",
"description": "TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC",

@@ -44,3 +44,3 @@ "main": "./dist/index.js",

"dependencies": {
"@github/copilot": "^0.0.384",
"@github/copilot": "^0.0.387",
"vscode-jsonrpc": "^8.2.1",

@@ -47,0 +47,0 @@ "zod": "^4.3.5"