From 054f75233ad081ff27852818bfb2900e90c8f9f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:36:45 +0000 Subject: [PATCH] Update Copilot CLI to 1.0.84-9 - Updated the shared CLI release pin - Re-ran code generators - Formatted generated code --- nodejs/package.json | 2 +- nodejs/src/cliVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/package.json b/nodejs/package.json index 152726d206..9df5fa45ab 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/github/copilot-sdk.git" }, "version": "0.0.0-dev", - "copilotCliVersion": "1.0.84-8", + "copilotCliVersion": "1.0.84-9", "description": "TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC", "main": "./dist/cjs/index.js", "types": "./dist/index.d.ts", diff --git a/nodejs/src/cliVersion.ts b/nodejs/src/cliVersion.ts index accc03512f..6eb9d71e01 100644 --- a/nodejs/src/cliVersion.ts +++ b/nodejs/src/cliVersion.ts @@ -1,3 +1,3 @@ -export const COPILOT_CLI_VERSION = "1.0.84-8"; +export const COPILOT_CLI_VERSION = "1.0.84-9"; export const COPILOT_CLI_USE_NPM_PACKAGE = false;