From 0293762f10bc18cd1a6b8d3d10bf3d950ce1a863 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Mon, 14 Sep 2026 06:54:36 -0700 Subject: [PATCH 1/2] Update Dependencies --- Directory.Packages.props | 48 +++++++++---------- .../Services/CopilotOrchestrator.cs | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a0586d62..7f613b4f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,18 +3,18 @@ true true 2.2.0 - 1.0.11 + 1.0.13 - - + + - + - + @@ -44,35 +44,35 @@ - + - - - - + + + + - + - - - - - - - - + + + + + + + + - + - + - + @@ -90,10 +90,10 @@ - + - + \ No newline at end of file diff --git a/src/Primitives/CrestApps.Core.AI.Copilot/Services/CopilotOrchestrator.cs b/src/Primitives/CrestApps.Core.AI.Copilot/Services/CopilotOrchestrator.cs index f6d70749..c564c26f 100644 --- a/src/Primitives/CrestApps.Core.AI.Copilot/Services/CopilotOrchestrator.cs +++ b/src/Primitives/CrestApps.Core.AI.Copilot/Services/CopilotOrchestrator.cs @@ -422,7 +422,7 @@ private static async Task ApplyAllowAllPermissionsAsync(CopilotSession session, return; } - await session.Rpc.Permissions.SetAllowAllAsync(GitHub.Copilot.Rpc.PermissionsAllowAllMode.On, source: GitHub.Copilot.Rpc.PermissionsSetAllowAllSource.Rpc, cancellationToken: cancellationToken); + await session.Rpc.Permissions.SetModeAsync(PermissionMode.AllowAll, source: GitHub.Copilot.Rpc.PermissionModeSource.Rpc, cancellationToken: cancellationToken); } #pragma warning restore GHCP001 From 6c5e4ab298eec4a92de798079ee9dab77e9bb716 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Mon, 14 Sep 2026 07:30:06 -0700 Subject: [PATCH 2/2] fix build --- Directory.Packages.props | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 7f613b4f..5322a91e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,7 +15,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -51,7 +51,12 @@ - + +