@github/copilot-sdk 0.1.23-preview.0 → 0.1.23-preview.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.
Files changed (2) hide show
  1. package/dist/client.js +1 -0
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -702,6 +702,7 @@ class CopilotClient {
702
702
  const args = [
703
703
  ...this.options.cliArgs,
704
704
  "--headless",
705
+ "--no-auto-update",
705
706
  "--log-level",
706
707
  this.options.logLevel
707
708
  ];
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/github/copilot-sdk.git"
6
6
  },
7
- "version": "0.1.23-preview.0",
7
+ "version": "0.1.23-preview.1",
8
8
  "description": "TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC",
9
9
  "main": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",