@github/copilot-sdk
Advanced tools
+1
-1
@@ -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; |
+2
-2
@@ -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" |
77617
0.45%2469
0.53%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated