From f639efae02fd836629c88700b5c5976fd534ee35 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 16 Apr 2026 04:08:25 +0000
Subject: [PATCH] Update @github/copilot to 1.0.28
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
---
dotnet/src/Generated/Rpc.cs | 8 ++++
dotnet/src/Generated/SessionEvents.cs | 4 ++
go/rpc/generated_rpc.go | 32 ++++++++-------
nodejs/package-lock.json | 56 +++++++++++++-------------
nodejs/package.json | 2 +-
nodejs/samples/package-lock.json | 2 +-
nodejs/src/generated/rpc.ts | 2 +
nodejs/src/generated/session-events.ts | 4 ++
python/copilot/generated/rpc.py | 10 ++++-
test/harness/package-lock.json | 56 +++++++++++++-------------
test/harness/package.json | 2 +-
11 files changed, 103 insertions(+), 75 deletions(-)
diff --git a/dotnet/src/Generated/Rpc.cs b/dotnet/src/Generated/Rpc.cs
index 342d35c254..4f77933f9d 100644
--- a/dotnet/src/Generated/Rpc.cs
+++ b/dotnet/src/Generated/Rpc.cs
@@ -631,6 +631,14 @@ public sealed class WorkspacesGetWorkspaceResultWorkspace
/// Gets or sets the session_sync_level value.
[JsonPropertyName("session_sync_level")]
public WorkspacesGetWorkspaceResultWorkspaceSessionSyncLevel? SessionSyncLevel { get; set; }
+
+ /// Gets or sets the pr_create_sync_dismissed value.
+ [JsonPropertyName("pr_create_sync_dismissed")]
+ public bool? PrCreateSyncDismissed { get; set; }
+
+ /// Gets or sets the chronicle_sync_dismissed value.
+ [JsonPropertyName("chronicle_sync_dismissed")]
+ public bool? ChronicleSyncDismissed { get; set; }
}
/// RPC data type for WorkspacesGetWorkspace operations.
diff --git a/dotnet/src/Generated/SessionEvents.cs b/dotnet/src/Generated/SessionEvents.cs
index a0dbf3c281..74f470471f 100644
--- a/dotnet/src/Generated/SessionEvents.cs
+++ b/dotnet/src/Generated/SessionEvents.cs
@@ -3492,6 +3492,10 @@ public partial class PermissionRequestWrite : PermissionRequest
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("newFileContents")]
public string? NewFileContents { get; set; }
+
+ /// Whether the UI can offer session-wide approval for file write operations.
+ [JsonPropertyName("canOfferSessionApproval")]
+ public required bool CanOfferSessionApproval { get; set; }
}
/// File or directory read permission request.
diff --git a/go/rpc/generated_rpc.go b/go/rpc/generated_rpc.go
index 39478b0c43..d15555a35c 100644
--- a/go/rpc/generated_rpc.go
+++ b/go/rpc/generated_rpc.go
@@ -383,21 +383,23 @@ type WorkspacesGetWorkspaceResult struct {
}
type WorkspaceClass struct {
- Branch *string `json:"branch,omitempty"`
- CreatedAt *time.Time `json:"created_at,omitempty"`
- Cwd *string `json:"cwd,omitempty"`
- GitRoot *string `json:"git_root,omitempty"`
- HostType *HostType `json:"host_type,omitempty"`
- ID string `json:"id"`
- McLastEventID *string `json:"mc_last_event_id,omitempty"`
- McSessionID *string `json:"mc_session_id,omitempty"`
- McTaskID *string `json:"mc_task_id,omitempty"`
- Name *string `json:"name,omitempty"`
- Repository *string `json:"repository,omitempty"`
- SessionSyncLevel *SessionSyncLevel `json:"session_sync_level,omitempty"`
- Summary *string `json:"summary,omitempty"`
- SummaryCount *int64 `json:"summary_count,omitempty"`
- UpdatedAt *time.Time `json:"updated_at,omitempty"`
+ Branch *string `json:"branch,omitempty"`
+ ChronicleSyncDismissed *bool `json:"chronicle_sync_dismissed,omitempty"`
+ CreatedAt *time.Time `json:"created_at,omitempty"`
+ Cwd *string `json:"cwd,omitempty"`
+ GitRoot *string `json:"git_root,omitempty"`
+ HostType *HostType `json:"host_type,omitempty"`
+ ID string `json:"id"`
+ McLastEventID *string `json:"mc_last_event_id,omitempty"`
+ McSessionID *string `json:"mc_session_id,omitempty"`
+ McTaskID *string `json:"mc_task_id,omitempty"`
+ Name *string `json:"name,omitempty"`
+ PRCreateSyncDismissed *bool `json:"pr_create_sync_dismissed,omitempty"`
+ Repository *string `json:"repository,omitempty"`
+ SessionSyncLevel *SessionSyncLevel `json:"session_sync_level,omitempty"`
+ Summary *string `json:"summary,omitempty"`
+ SummaryCount *int64 `json:"summary_count,omitempty"`
+ UpdatedAt *time.Time `json:"updated_at,omitempty"`
}
type WorkspacesListFilesResult struct {
diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json
index bdfbd1affe..ca788723ba 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.27",
+ "@github/copilot": "^1.0.28",
"vscode-jsonrpc": "^8.2.1",
"zod": "^4.3.6"
},
@@ -663,26 +663,26 @@
}
},
"node_modules/@github/copilot": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.27.tgz",
- "integrity": "sha512-f9rlylQWzXRWyK+KkCOmC/wCKXbqQUwfwRkgT8p5JqHlTBvmJ6CS8M9aPo4ycv0aJjtbasLlkYHdrfITMA1cjg==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.28.tgz",
+ "integrity": "sha512-S1Y+KnhywjIsK1DzskoCqPVC3uURohvCRyDkGPWXvMw+lXO5ryOJvHFZDDw7MSRjT7ea7T0m8e3yKdK0OxJhnw==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "npm-loader.js"
},
"optionalDependencies": {
- "@github/copilot-darwin-arm64": "1.0.27",
- "@github/copilot-darwin-x64": "1.0.27",
- "@github/copilot-linux-arm64": "1.0.27",
- "@github/copilot-linux-x64": "1.0.27",
- "@github/copilot-win32-arm64": "1.0.27",
- "@github/copilot-win32-x64": "1.0.27"
+ "@github/copilot-darwin-arm64": "1.0.28",
+ "@github/copilot-darwin-x64": "1.0.28",
+ "@github/copilot-linux-arm64": "1.0.28",
+ "@github/copilot-linux-x64": "1.0.28",
+ "@github/copilot-win32-arm64": "1.0.28",
+ "@github/copilot-win32-x64": "1.0.28"
}
},
"node_modules/@github/copilot-darwin-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.27.tgz",
- "integrity": "sha512-F0mzfLTGngGugSfTuDtG4MMsAK4U8u+Okcb2ftrn9ObHakz/Fzr3DOMld2T8GyzQIbhOnmOYwOk2UvOAZTq/Vg==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.28.tgz",
+ "integrity": "sha512-Bkis5dkOsdgaK95j/8mgIGSxHlRuL211Wa3S4MeeYGrilZweaG20sa0jktzagL6XFxfPRKBC87E+fDFyXz1L3g==",
"cpu": [
"arm64"
],
@@ -696,9 +696,9 @@
}
},
"node_modules/@github/copilot-darwin-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.27.tgz",
- "integrity": "sha512-Nn1KME4kZDsve+HOMbwvO0XfCznyZN9mzh+DRL+Q5e2CF0PIxIcJC7zP9t1/dBux/CUOyDppniUd5OVTuqbWVQ==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.28.tgz",
+ "integrity": "sha512-0RIabmr05KgPPUcD4kpKNBGg/eRwJF2NrYtibDUCIRFWKZu7q0m9c9EURpW0wOO32cXZtAQ+BmJIGlqfCkt6gA==",
"cpu": [
"x64"
],
@@ -712,9 +712,9 @@
}
},
"node_modules/@github/copilot-linux-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.27.tgz",
- "integrity": "sha512-tg91mQQIChPDdSZCJ2e6iNIvjaOhBAT78o0jkxjF2Hn9bmNt8Iu/ywDUorugtPM+0t82PZY8AwUPkyMmuYokTQ==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.28.tgz",
+ "integrity": "sha512-A/zQ4ifN+FSSEHdPHajv5UwygS5BOQ8l1AJMYdVBnnuqVX9bCcRAJJ4S/F60AnaDimzDvVuYSe3lYXRYxz3M5A==",
"cpu": [
"arm64"
],
@@ -728,9 +728,9 @@
}
},
"node_modules/@github/copilot-linux-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.27.tgz",
- "integrity": "sha512-E2cJLoiT5hWtuLPbVS04fxTM5F7yJL2Xazlf44PLXWPzbp5LQvQ+0SDSxnaAkRVT/DqtrtKitYMCxuDQpkdH7Q==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.28.tgz",
+ "integrity": "sha512-0VqoW9hj7qKj+eH2un9E7zn9AbassTZHkKQPsd8yPvLsmPaNJgsHMYDrCCNZNol2ZSGt/XskTfmWQaQM6BoBfg==",
"cpu": [
"x64"
],
@@ -744,9 +744,9 @@
}
},
"node_modules/@github/copilot-win32-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.27.tgz",
- "integrity": "sha512-/V530uFEHf3Pl6itJX4nJjx5fX9RAEIejDiqCDoKvuL8prFHGvx2CoKEz00+1QGpQHN0Z2PA0spN9a8V8o+/KA==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.28.tgz",
+ "integrity": "sha512-f28NKudBtIXTpIliHGJbRhEfCItsXKWNzXzgqgmP8FZB+JYrqG/ysU2qCUCxhpv3PLjMLWqnsWs+mIvVLTH9zw==",
"cpu": [
"arm64"
],
@@ -760,9 +760,9 @@
}
},
"node_modules/@github/copilot-win32-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.27.tgz",
- "integrity": "sha512-ifRG64DAWG09AV6TIvkd5X08DaVMdyvrBC0Iavr75XVA1B9dKldocJAfVtQzhZTkjo/PLHRFTaAaPMNhGTfziA==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.28.tgz",
+ "integrity": "sha512-b9ZEx2i5P7DZTP66FXTfwf81r5kbAqs2GEJjDdevCwxH7cRexqM9eBxQGj1zGtm4qXF7JGK2eH6Ay7NC28m1Iw==",
"cpu": [
"x64"
],
diff --git a/nodejs/package.json b/nodejs/package.json
index 6c2f44c1cd..4c00fcc04b 100644
--- a/nodejs/package.json
+++ b/nodejs/package.json
@@ -56,7 +56,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
- "@github/copilot": "^1.0.27",
+ "@github/copilot": "^1.0.28",
"vscode-jsonrpc": "^8.2.1",
"zod": "^4.3.6"
},
diff --git a/nodejs/samples/package-lock.json b/nodejs/samples/package-lock.json
index 1ccbb8dbb7..c8985d20e0 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.27",
+ "@github/copilot": "^1.0.28",
"vscode-jsonrpc": "^8.2.1",
"zod": "^4.3.6"
},
diff --git a/nodejs/src/generated/rpc.ts b/nodejs/src/generated/rpc.ts
index 9b70619f80..e6b2f705c9 100644
--- a/nodejs/src/generated/rpc.ts
+++ b/nodejs/src/generated/rpc.ts
@@ -651,6 +651,8 @@ export interface WorkspacesGetWorkspaceResult {
mc_session_id?: string;
mc_last_event_id?: string;
session_sync_level?: "local" | "user" | "repo_and_user";
+ pr_create_sync_dismissed?: boolean;
+ chronicle_sync_dismissed?: boolean;
} | null;
}
diff --git a/nodejs/src/generated/session-events.ts b/nodejs/src/generated/session-events.ts
index 2a5b08b21e..65deaf2b31 100644
--- a/nodejs/src/generated/session-events.ts
+++ b/nodejs/src/generated/session-events.ts
@@ -2673,6 +2673,10 @@ export type SessionEvent =
* Complete new file contents for newly created files
*/
newFileContents?: string;
+ /**
+ * Whether the UI can offer session-wide approval for file write operations
+ */
+ canOfferSessionApproval: boolean;
}
| {
/**
diff --git a/python/copilot/generated/rpc.py b/python/copilot/generated/rpc.py
index a4f15d9e20..62ae5d9347 100644
--- a/python/copilot/generated/rpc.py
+++ b/python/copilot/generated/rpc.py
@@ -1215,6 +1215,7 @@ class SessionSyncLevel(Enum):
class Workspace:
id: UUID
branch: str | None = None
+ chronicle_sync_dismissed: bool | None = None
created_at: datetime | None = None
cwd: str | None = None
git_root: str | None = None
@@ -1223,6 +1224,7 @@ class Workspace:
mc_session_id: str | None = None
mc_task_id: str | None = None
name: str | None = None
+ pr_create_sync_dismissed: bool | None = None
repository: str | None = None
session_sync_level: SessionSyncLevel | None = None
summary: str | None = None
@@ -1234,6 +1236,7 @@ def from_dict(obj: Any) -> 'Workspace':
assert isinstance(obj, dict)
id = UUID(obj.get("id"))
branch = from_union([from_str, from_none], obj.get("branch"))
+ chronicle_sync_dismissed = from_union([from_bool, from_none], obj.get("chronicle_sync_dismissed"))
created_at = from_union([from_datetime, from_none], obj.get("created_at"))
cwd = from_union([from_str, from_none], obj.get("cwd"))
git_root = from_union([from_str, from_none], obj.get("git_root"))
@@ -1242,18 +1245,21 @@ def from_dict(obj: Any) -> 'Workspace':
mc_session_id = from_union([from_str, from_none], obj.get("mc_session_id"))
mc_task_id = from_union([from_str, from_none], obj.get("mc_task_id"))
name = from_union([from_str, from_none], obj.get("name"))
+ pr_create_sync_dismissed = from_union([from_bool, from_none], obj.get("pr_create_sync_dismissed"))
repository = from_union([from_str, from_none], obj.get("repository"))
session_sync_level = from_union([SessionSyncLevel, from_none], obj.get("session_sync_level"))
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"))
- return Workspace(id, branch, created_at, cwd, git_root, host_type, mc_last_event_id, mc_session_id, mc_task_id, name, repository, session_sync_level, summary, summary_count, updated_at)
+ 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, pr_create_sync_dismissed, repository, session_sync_level, summary, summary_count, updated_at)
def to_dict(self) -> dict:
result: dict = {}
result["id"] = str(self.id)
if self.branch is not None:
result["branch"] = from_union([from_str, from_none], self.branch)
+ if self.chronicle_sync_dismissed is not None:
+ result["chronicle_sync_dismissed"] = from_union([from_bool, from_none], self.chronicle_sync_dismissed)
if self.created_at is not None:
result["created_at"] = from_union([lambda x: x.isoformat(), from_none], self.created_at)
if self.cwd is not None:
@@ -1270,6 +1276,8 @@ def to_dict(self) -> dict:
result["mc_task_id"] = from_union([from_str, from_none], self.mc_task_id)
if self.name is not None:
result["name"] = from_union([from_str, from_none], self.name)
+ if self.pr_create_sync_dismissed is not None:
+ result["pr_create_sync_dismissed"] = from_union([from_bool, from_none], self.pr_create_sync_dismissed)
if self.repository is not None:
result["repository"] = from_union([from_str, from_none], self.repository)
if self.session_sync_level is not None:
diff --git a/test/harness/package-lock.json b/test/harness/package-lock.json
index 34405734b4..28ecc71f28 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.27",
+ "@github/copilot": "^1.0.28",
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/node": "^25.3.3",
"openai": "^6.17.0",
@@ -462,27 +462,27 @@
}
},
"node_modules/@github/copilot": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.27.tgz",
- "integrity": "sha512-f9rlylQWzXRWyK+KkCOmC/wCKXbqQUwfwRkgT8p5JqHlTBvmJ6CS8M9aPo4ycv0aJjtbasLlkYHdrfITMA1cjg==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.28.tgz",
+ "integrity": "sha512-S1Y+KnhywjIsK1DzskoCqPVC3uURohvCRyDkGPWXvMw+lXO5ryOJvHFZDDw7MSRjT7ea7T0m8e3yKdK0OxJhnw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "npm-loader.js"
},
"optionalDependencies": {
- "@github/copilot-darwin-arm64": "1.0.27",
- "@github/copilot-darwin-x64": "1.0.27",
- "@github/copilot-linux-arm64": "1.0.27",
- "@github/copilot-linux-x64": "1.0.27",
- "@github/copilot-win32-arm64": "1.0.27",
- "@github/copilot-win32-x64": "1.0.27"
+ "@github/copilot-darwin-arm64": "1.0.28",
+ "@github/copilot-darwin-x64": "1.0.28",
+ "@github/copilot-linux-arm64": "1.0.28",
+ "@github/copilot-linux-x64": "1.0.28",
+ "@github/copilot-win32-arm64": "1.0.28",
+ "@github/copilot-win32-x64": "1.0.28"
}
},
"node_modules/@github/copilot-darwin-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.27.tgz",
- "integrity": "sha512-F0mzfLTGngGugSfTuDtG4MMsAK4U8u+Okcb2ftrn9ObHakz/Fzr3DOMld2T8GyzQIbhOnmOYwOk2UvOAZTq/Vg==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.28.tgz",
+ "integrity": "sha512-Bkis5dkOsdgaK95j/8mgIGSxHlRuL211Wa3S4MeeYGrilZweaG20sa0jktzagL6XFxfPRKBC87E+fDFyXz1L3g==",
"cpu": [
"arm64"
],
@@ -497,9 +497,9 @@
}
},
"node_modules/@github/copilot-darwin-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.27.tgz",
- "integrity": "sha512-Nn1KME4kZDsve+HOMbwvO0XfCznyZN9mzh+DRL+Q5e2CF0PIxIcJC7zP9t1/dBux/CUOyDppniUd5OVTuqbWVQ==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.28.tgz",
+ "integrity": "sha512-0RIabmr05KgPPUcD4kpKNBGg/eRwJF2NrYtibDUCIRFWKZu7q0m9c9EURpW0wOO32cXZtAQ+BmJIGlqfCkt6gA==",
"cpu": [
"x64"
],
@@ -514,9 +514,9 @@
}
},
"node_modules/@github/copilot-linux-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.27.tgz",
- "integrity": "sha512-tg91mQQIChPDdSZCJ2e6iNIvjaOhBAT78o0jkxjF2Hn9bmNt8Iu/ywDUorugtPM+0t82PZY8AwUPkyMmuYokTQ==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.28.tgz",
+ "integrity": "sha512-A/zQ4ifN+FSSEHdPHajv5UwygS5BOQ8l1AJMYdVBnnuqVX9bCcRAJJ4S/F60AnaDimzDvVuYSe3lYXRYxz3M5A==",
"cpu": [
"arm64"
],
@@ -531,9 +531,9 @@
}
},
"node_modules/@github/copilot-linux-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.27.tgz",
- "integrity": "sha512-E2cJLoiT5hWtuLPbVS04fxTM5F7yJL2Xazlf44PLXWPzbp5LQvQ+0SDSxnaAkRVT/DqtrtKitYMCxuDQpkdH7Q==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.28.tgz",
+ "integrity": "sha512-0VqoW9hj7qKj+eH2un9E7zn9AbassTZHkKQPsd8yPvLsmPaNJgsHMYDrCCNZNol2ZSGt/XskTfmWQaQM6BoBfg==",
"cpu": [
"x64"
],
@@ -548,9 +548,9 @@
}
},
"node_modules/@github/copilot-win32-arm64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.27.tgz",
- "integrity": "sha512-/V530uFEHf3Pl6itJX4nJjx5fX9RAEIejDiqCDoKvuL8prFHGvx2CoKEz00+1QGpQHN0Z2PA0spN9a8V8o+/KA==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.28.tgz",
+ "integrity": "sha512-f28NKudBtIXTpIliHGJbRhEfCItsXKWNzXzgqgmP8FZB+JYrqG/ysU2qCUCxhpv3PLjMLWqnsWs+mIvVLTH9zw==",
"cpu": [
"arm64"
],
@@ -565,9 +565,9 @@
}
},
"node_modules/@github/copilot-win32-x64": {
- "version": "1.0.27",
- "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.27.tgz",
- "integrity": "sha512-ifRG64DAWG09AV6TIvkd5X08DaVMdyvrBC0Iavr75XVA1B9dKldocJAfVtQzhZTkjo/PLHRFTaAaPMNhGTfziA==",
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.28.tgz",
+ "integrity": "sha512-b9ZEx2i5P7DZTP66FXTfwf81r5kbAqs2GEJjDdevCwxH7cRexqM9eBxQGj1zGtm4qXF7JGK2eH6Ay7NC28m1Iw==",
"cpu": [
"x64"
],
diff --git a/test/harness/package.json b/test/harness/package.json
index c1e90d1b7a..649cd5df68 100644
--- a/test/harness/package.json
+++ b/test/harness/package.json
@@ -11,7 +11,7 @@
"test": "vitest run"
},
"devDependencies": {
- "@github/copilot": "^1.0.27",
+ "@github/copilot": "^1.0.28",
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/node": "^25.3.3",
"openai": "^6.17.0",