From be65b84c5058cfc96de9f0af7338528d3e336d24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 14:04:02 +0000 Subject: [PATCH] Update @github/copilot to 1.0.44 - Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code --- dotnet/src/Generated/Rpc.cs | 4 -- go/rpc/generated_rpc.go | 1 - nodejs/package-lock.json | 64 ++++++++++++++------------------ nodejs/package.json | 2 +- nodejs/samples/package-lock.json | 2 +- nodejs/src/generated/rpc.ts | 1 - python/copilot/generated/rpc.py | 6 +-- rust/src/generated/api_types.rs | 4 -- test/harness/package-lock.json | 56 ++++++++++++++-------------- test/harness/package.json | 2 +- 10 files changed, 60 insertions(+), 82 deletions(-) diff --git a/dotnet/src/Generated/Rpc.cs b/dotnet/src/Generated/Rpc.cs index 50965b901..c3d6a70f3 100644 --- a/dotnet/src/Generated/Rpc.cs +++ b/dotnet/src/Generated/Rpc.cs @@ -846,10 +846,6 @@ public sealed class WorkspacesGetWorkspaceResultWorkspace [JsonPropertyName("repository")] public string? Repository { get; set; } - /// Gets or sets the summary value. - [JsonPropertyName("summary")] - public string? Summary { get; set; } - /// Gets or sets the summary_count value. [Range((double)0, (double)long.MaxValue)] [JsonPropertyName("summary_count")] diff --git a/go/rpc/generated_rpc.go b/go/rpc/generated_rpc.go index 87f323814..80a78f6a0 100644 --- a/go/rpc/generated_rpc.go +++ b/go/rpc/generated_rpc.go @@ -1980,7 +1980,6 @@ type WorkspacesGetWorkspaceResultWorkspace struct { Name *string `json:"name,omitempty"` RemoteSteerable *bool `json:"remote_steerable,omitempty"` Repository *string `json:"repository,omitempty"` - Summary *string `json:"summary,omitempty"` SummaryCount *int64 `json:"summary_count,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` UserNamed *bool `json:"user_named,omitempty"` diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index ef3bb3fcf..0db7bc141 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.8", "license": "MIT", "dependencies": { - "@github/copilot": "^1.0.44-3", + "@github/copilot": "^1.0.44", "vscode-jsonrpc": "^8.2.1", "zod": "^4.3.6" }, @@ -663,26 +663,26 @@ } }, "node_modules/@github/copilot": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.44-3.tgz", - "integrity": "sha512-hTsNxnmtKDK3ymh+c6LrsXWc9TbbubUHSxPuAKc4CX0d1c9iI1R4ybzS5Ihe+GxlozHIyFANd58gAg3QH3uCkA==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.44.tgz", + "integrity": "sha512-wr/GmNOUaJK/giJK5abyB1oTpEowgFKLi+NJnlyAymKiK/GKCaRlJqiX23H2RetM8vD2hDYUFUFm9lTCooGy0g==", "license": "SEE LICENSE IN LICENSE.md", "bin": { "copilot": "npm-loader.js" }, "optionalDependencies": { - "@github/copilot-darwin-arm64": "1.0.44-3", - "@github/copilot-darwin-x64": "1.0.44-3", - "@github/copilot-linux-arm64": "1.0.44-3", - "@github/copilot-linux-x64": "1.0.44-3", - "@github/copilot-win32-arm64": "1.0.44-3", - "@github/copilot-win32-x64": "1.0.44-3" + "@github/copilot-darwin-arm64": "1.0.44", + "@github/copilot-darwin-x64": "1.0.44", + "@github/copilot-linux-arm64": "1.0.44", + "@github/copilot-linux-x64": "1.0.44", + "@github/copilot-win32-arm64": "1.0.44", + "@github/copilot-win32-x64": "1.0.44" } }, "node_modules/@github/copilot-darwin-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.44-3.tgz", - "integrity": "sha512-59IXG1lGCf0Ni4TjNL6bqBul6G2FPFX2vh6pMnoRVtHvRrtFILIBMNRMNQFrYZo3eXYBqYXwVHu4R8zfELpK6A==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.44.tgz", + "integrity": "sha512-9NqA5sT2spmNsehxhs51GhXRZIZga5nq+WcMl4LG2QrUPJRDwvHf1bDKqETJUBbYvBY8jONGuTKMRofkMI68YQ==", "cpu": [ "arm64" ], @@ -696,9 +696,9 @@ } }, "node_modules/@github/copilot-darwin-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.44-3.tgz", - "integrity": "sha512-I+aR9rBNzwn3OOd5oIDIpnUCkCtj3mL183Ml1LLUcJ3utxwxKVInckW/Jg36jSD2PhkbNX8gzq0l3dv0td6QYQ==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.44.tgz", + "integrity": "sha512-QPD8KtXx07SIKILGBl4JDhPyL2Qo0FMmaTYVxR6nkyHkHnFPsUZD6VWGR+T/KMLkcUXFM85Xc1ba9Y27s4nRrQ==", "cpu": [ "x64" ], @@ -712,9 +712,9 @@ } }, "node_modules/@github/copilot-linux-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.44-3.tgz", - "integrity": "sha512-Agz4tMiM0hy9zIPPxKF0SSjMZSYuLYoGMe5KbvNEwTrAApLSrSW6k8yhlOTVCiRHEBsfh69We3LCOmc8hX8jVg==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.44.tgz", + "integrity": "sha512-Z8ScIUP433xS18f68NP9jM9zW320Xzpi2wf7Nig/VyfrwupBy25UTezydQMT0KQHLWTEleHOPcYnASY3HgJXnQ==", "cpu": [ "arm64" ], @@ -728,9 +728,9 @@ } }, "node_modules/@github/copilot-linux-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.44-3.tgz", - "integrity": "sha512-Ev5/uZKqSOr6l2tcy9Xqx354tuxo8qE42Cnnd6JynGrvVc1NpzF1Kt5eCzzjxdZiRtPo6AdDXS16oAN8CVxCrg==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.44.tgz", + "integrity": "sha512-KUl6lvJt0HNKaXSx0T0bIWJ3rvrGwgZYMlkDfqMbuMnZatEQJbjPwxmL/IDfp/c0DyKd7K+ajl17wHYcN/hJIQ==", "cpu": [ "x64" ], @@ -744,9 +744,9 @@ } }, "node_modules/@github/copilot-win32-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.44-3.tgz", - "integrity": "sha512-bV2JeRRNYTiTfqmCVeXdPpgYe8KY58diJFZdhYSQnQDowjKvRn59K0RBEYDGK8//AjN+NfaGPGikMq3CQm61cA==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.44.tgz", + "integrity": "sha512-JVJxZJwAc95ZfapgOXjNFwSqrWlvC3heo128L+CDkdZ6lwpD1dTGMHT/6rMMEeo3xjZmMm8tiynfwsHLDgTtvQ==", "cpu": [ "arm64" ], @@ -760,9 +760,9 @@ } }, "node_modules/@github/copilot-win32-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.44-3.tgz", - "integrity": "sha512-qR6q16UDC6bIO8cde62z0wwVweH351RzN1KZgMjBqQYUBJw521K8VK7p64XK0tQWoTG8uyCuqqu5djQq/4Ek+g==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.44.tgz", + "integrity": "sha512-Yj3KQ/DqwS50PwRtyQITX2mWIVZeJeX+y0faVSMwUUzG1qxmMcme7wimhKOyc4LSV11DpgVB9MSiBw2xys7iww==", "cpu": [ "x64" ], @@ -1260,7 +1260,6 @@ "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.18.0" } @@ -1300,7 +1299,6 @@ "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.56.1", "@typescript-eslint/types": "8.56.1", @@ -1629,7 +1627,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1957,7 +1954,6 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -2866,7 +2862,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, @@ -3285,7 +3280,6 @@ "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "~0.27.0", "get-tsconfig": "^4.7.5" @@ -3319,7 +3313,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -3387,7 +3380,6 @@ "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", diff --git a/nodejs/package.json b/nodejs/package.json index 9ed91794f..0b4f10a57 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -56,7 +56,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@github/copilot": "^1.0.44-3", + "@github/copilot": "^1.0.44", "vscode-jsonrpc": "^8.2.1", "zod": "^4.3.6" }, diff --git a/nodejs/samples/package-lock.json b/nodejs/samples/package-lock.json index b4b177fc7..08bee79ca 100644 --- a/nodejs/samples/package-lock.json +++ b/nodejs/samples/package-lock.json @@ -18,7 +18,7 @@ "version": "0.1.8", "license": "MIT", "dependencies": { - "@github/copilot": "^1.0.44-3", + "@github/copilot": "^1.0.44", "vscode-jsonrpc": "^8.2.1", "zod": "^4.3.6" }, diff --git a/nodejs/src/generated/rpc.ts b/nodejs/src/generated/rpc.ts index b52fecce9..9298fd512 100644 --- a/nodejs/src/generated/rpc.ts +++ b/nodejs/src/generated/rpc.ts @@ -2520,7 +2520,6 @@ export interface WorkspacesGetWorkspaceResult { branch?: string; name?: string; user_named?: boolean; - summary?: string; summary_count?: number; created_at?: string; updated_at?: string; diff --git a/python/copilot/generated/rpc.py b/python/copilot/generated/rpc.py index ca8fbe494..55f13db5f 100644 --- a/python/copilot/generated/rpc.py +++ b/python/copilot/generated/rpc.py @@ -4372,7 +4372,6 @@ class Workspace: name: str | None = None remote_steerable: bool | None = None repository: str | None = None - summary: str | None = None summary_count: int | None = None updated_at: datetime | None = None user_named: bool | None = None @@ -4393,11 +4392,10 @@ def from_dict(obj: Any) -> 'Workspace': name = from_union([from_str, from_none], obj.get("name")) remote_steerable = from_union([from_bool, from_none], obj.get("remote_steerable")) repository = from_union([from_str, from_none], obj.get("repository")) - summary = from_union([from_str, from_none], obj.get("summary")) summary_count = from_union([from_int, from_none], obj.get("summary_count")) updated_at = from_union([from_datetime, from_none], obj.get("updated_at")) user_named = from_union([from_bool, from_none], obj.get("user_named")) - return Workspace(id, branch, chronicle_sync_dismissed, created_at, cwd, git_root, host_type, mc_last_event_id, mc_session_id, mc_task_id, name, remote_steerable, repository, summary, summary_count, updated_at, user_named) + return Workspace(id, branch, chronicle_sync_dismissed, created_at, cwd, git_root, host_type, mc_last_event_id, mc_session_id, mc_task_id, name, remote_steerable, repository, summary_count, updated_at, user_named) def to_dict(self) -> dict: result: dict = {} @@ -4426,8 +4424,6 @@ def to_dict(self) -> dict: result["remote_steerable"] = from_union([from_bool, from_none], self.remote_steerable) if self.repository is not None: result["repository"] = from_union([from_str, from_none], self.repository) - if self.summary is not None: - result["summary"] = from_union([from_str, from_none], self.summary) if self.summary_count is not None: result["summary_count"] = from_union([from_int, from_none], self.summary_count) if self.updated_at is not None: diff --git a/rust/src/generated/api_types.rs b/rust/src/generated/api_types.rs index fc5deb6c5..291692eec 100644 --- a/rust/src/generated/api_types.rs +++ b/rust/src/generated/api_types.rs @@ -2209,8 +2209,6 @@ pub struct WorkspacesGetWorkspaceResultWorkspace { pub remote_steerable: Option, #[serde(skip_serializing_if = "Option::is_none")] pub repository: Option, - #[serde(skip_serializing_if = "Option::is_none")] - pub summary: Option, #[serde(rename = "summary_count", skip_serializing_if = "Option::is_none")] pub summary_count: Option, #[serde(rename = "updated_at", skip_serializing_if = "Option::is_none")] @@ -2418,8 +2416,6 @@ pub struct SessionWorkspacesGetWorkspaceResultWorkspace { pub remote_steerable: Option, #[serde(skip_serializing_if = "Option::is_none")] pub repository: Option, - #[serde(skip_serializing_if = "Option::is_none")] - pub summary: Option, #[serde(rename = "summary_count", skip_serializing_if = "Option::is_none")] pub summary_count: Option, #[serde(rename = "updated_at", skip_serializing_if = "Option::is_none")] diff --git a/test/harness/package-lock.json b/test/harness/package-lock.json index 69a491670..5d29d3c17 100644 --- a/test/harness/package-lock.json +++ b/test/harness/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "@github/copilot": "^1.0.44-3", + "@github/copilot": "^1.0.44", "@modelcontextprotocol/sdk": "^1.26.0", "@types/node": "^25.3.3", "@types/node-forge": "^1.3.14", @@ -464,27 +464,27 @@ } }, "node_modules/@github/copilot": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.44-3.tgz", - "integrity": "sha512-hTsNxnmtKDK3ymh+c6LrsXWc9TbbubUHSxPuAKc4CX0d1c9iI1R4ybzS5Ihe+GxlozHIyFANd58gAg3QH3uCkA==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.44.tgz", + "integrity": "sha512-wr/GmNOUaJK/giJK5abyB1oTpEowgFKLi+NJnlyAymKiK/GKCaRlJqiX23H2RetM8vD2hDYUFUFm9lTCooGy0g==", "dev": true, "license": "SEE LICENSE IN LICENSE.md", "bin": { "copilot": "npm-loader.js" }, "optionalDependencies": { - "@github/copilot-darwin-arm64": "1.0.44-3", - "@github/copilot-darwin-x64": "1.0.44-3", - "@github/copilot-linux-arm64": "1.0.44-3", - "@github/copilot-linux-x64": "1.0.44-3", - "@github/copilot-win32-arm64": "1.0.44-3", - "@github/copilot-win32-x64": "1.0.44-3" + "@github/copilot-darwin-arm64": "1.0.44", + "@github/copilot-darwin-x64": "1.0.44", + "@github/copilot-linux-arm64": "1.0.44", + "@github/copilot-linux-x64": "1.0.44", + "@github/copilot-win32-arm64": "1.0.44", + "@github/copilot-win32-x64": "1.0.44" } }, "node_modules/@github/copilot-darwin-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.44-3.tgz", - "integrity": "sha512-59IXG1lGCf0Ni4TjNL6bqBul6G2FPFX2vh6pMnoRVtHvRrtFILIBMNRMNQFrYZo3eXYBqYXwVHu4R8zfELpK6A==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.44.tgz", + "integrity": "sha512-9NqA5sT2spmNsehxhs51GhXRZIZga5nq+WcMl4LG2QrUPJRDwvHf1bDKqETJUBbYvBY8jONGuTKMRofkMI68YQ==", "cpu": [ "arm64" ], @@ -499,9 +499,9 @@ } }, "node_modules/@github/copilot-darwin-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.44-3.tgz", - "integrity": "sha512-I+aR9rBNzwn3OOd5oIDIpnUCkCtj3mL183Ml1LLUcJ3utxwxKVInckW/Jg36jSD2PhkbNX8gzq0l3dv0td6QYQ==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.44.tgz", + "integrity": "sha512-QPD8KtXx07SIKILGBl4JDhPyL2Qo0FMmaTYVxR6nkyHkHnFPsUZD6VWGR+T/KMLkcUXFM85Xc1ba9Y27s4nRrQ==", "cpu": [ "x64" ], @@ -516,9 +516,9 @@ } }, "node_modules/@github/copilot-linux-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.44-3.tgz", - "integrity": "sha512-Agz4tMiM0hy9zIPPxKF0SSjMZSYuLYoGMe5KbvNEwTrAApLSrSW6k8yhlOTVCiRHEBsfh69We3LCOmc8hX8jVg==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.44.tgz", + "integrity": "sha512-Z8ScIUP433xS18f68NP9jM9zW320Xzpi2wf7Nig/VyfrwupBy25UTezydQMT0KQHLWTEleHOPcYnASY3HgJXnQ==", "cpu": [ "arm64" ], @@ -533,9 +533,9 @@ } }, "node_modules/@github/copilot-linux-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.44-3.tgz", - "integrity": "sha512-Ev5/uZKqSOr6l2tcy9Xqx354tuxo8qE42Cnnd6JynGrvVc1NpzF1Kt5eCzzjxdZiRtPo6AdDXS16oAN8CVxCrg==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.44.tgz", + "integrity": "sha512-KUl6lvJt0HNKaXSx0T0bIWJ3rvrGwgZYMlkDfqMbuMnZatEQJbjPwxmL/IDfp/c0DyKd7K+ajl17wHYcN/hJIQ==", "cpu": [ "x64" ], @@ -550,9 +550,9 @@ } }, "node_modules/@github/copilot-win32-arm64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.44-3.tgz", - "integrity": "sha512-bV2JeRRNYTiTfqmCVeXdPpgYe8KY58diJFZdhYSQnQDowjKvRn59K0RBEYDGK8//AjN+NfaGPGikMq3CQm61cA==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.44.tgz", + "integrity": "sha512-JVJxZJwAc95ZfapgOXjNFwSqrWlvC3heo128L+CDkdZ6lwpD1dTGMHT/6rMMEeo3xjZmMm8tiynfwsHLDgTtvQ==", "cpu": [ "arm64" ], @@ -567,9 +567,9 @@ } }, "node_modules/@github/copilot-win32-x64": { - "version": "1.0.44-3", - "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.44-3.tgz", - "integrity": "sha512-qR6q16UDC6bIO8cde62z0wwVweH351RzN1KZgMjBqQYUBJw521K8VK7p64XK0tQWoTG8uyCuqqu5djQq/4Ek+g==", + "version": "1.0.44", + "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.44.tgz", + "integrity": "sha512-Yj3KQ/DqwS50PwRtyQITX2mWIVZeJeX+y0faVSMwUUzG1qxmMcme7wimhKOyc4LSV11DpgVB9MSiBw2xys7iww==", "cpu": [ "x64" ], diff --git a/test/harness/package.json b/test/harness/package.json index 72e06265e..94a6f19e6 100644 --- a/test/harness/package.json +++ b/test/harness/package.json @@ -11,7 +11,7 @@ "test": "vitest run" }, "devDependencies": { - "@github/copilot": "^1.0.44-3", + "@github/copilot": "^1.0.44", "@modelcontextprotocol/sdk": "^1.26.0", "@types/node": "^25.3.3", "@types/node-forge": "^1.3.14",