Skip to content

Commit 7481ad0

Browse files
authored
Update Scriptoria for GitHub Copilot Ask Mode (#2523)
* build * running with knowledge added * enable minions * update bits and fix build * clean up * revert unnecessary vbumps * remove custom access checker * Update Scriptoria binaries to v1.0.102 * Add back YamlDotNet dll * clean up * format * Restore Castle.Core, Moq, and Newtonsoft.Json DLLs * Remove duplicate content manager creation * Load only SqlScriptoria assembly for bootstrapper
1 parent 87aeff2 commit 7481ad0

13 files changed

+264
-251
lines changed

Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
<PackageReference Update="SkiaSharp" Version="2.88.6" />
5656
<PackageReference Update="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.6" Condition="$([MSBuild]::IsOsPlatform('Linux'))" />
5757
<PackageReference Update="TextCopy" Version="6.2.1" />
58-
<PackageReference Update="Microsoft.SemanticKernel" Version="1.38.0" />
58+
<PackageReference Update="Microsoft.SemanticKernel" Version="1.46.0" />
5959

6060
<PackageReference Update="OpenAI" Version="2.1.0-beta.2" />
61-
<PackageReference Update="System.ClientModel" Version="1.2.1" />
61+
<PackageReference Update="System.ClientModel" Version="1.5.1" />
6262
</ItemGroup>
6363

6464
<!-- When updating version of Dependencies in the below section, please also update the version in the following files:

bin/ref/Scriptoria.dll

110 KB
Binary file not shown.

bin/ref/ScriptoriaCommonDefs.dll

7.55 KB
Binary file not shown.

bin/ref/SqlCopilotCommon.dll

3.53 KB
Binary file not shown.

bin/ref/SqlScriptoria.dll

169 KB
Binary file not shown.

bin/ref/SqlScriptoriaCommon.dll

1.51 KB
Binary file not shown.

bin/ref/YamlDotNet.dll

10 KB
Binary file not shown.

src/Microsoft.SqlTools.ServiceLayer/Copilot/ChatExecutionAccessChecker.cs

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)