Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/src/cliVersion.ts
Original file line number Diff line number Diff line change
@@ -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;