Skip to content

Bump the all-other-nuget group with 1 update#197

Merged
ViktorHofer merged 2 commits intomainfrom
dependabot/nuget/eng/skill-validator/src/all-other-nuget-65c7c2e15b
Mar 4, 2026
Merged

Bump the all-other-nuget group with 1 update#197
ViktorHofer merged 2 commits intomainfrom
dependabot/nuget/eng/skill-validator/src/all-other-nuget-65c7c2e15b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Updated GitHub.Copilot.SDK from 0.1.26 to 0.1.30.

Release notes

Sourced from GitHub.Copilot.SDK's releases.

0.1.30

Feature: support overriding built-in tools

Applications can now override built-in tools such as grep, edit_file, or read_file. To do this, register a custom tool with the same name and set the override flag. Without the flag, the runtime will return an error if the name clashes with a built-in. (#​636)

import { defineTool } from "`@​github/copilot-sdk`";

const session = await client.createSession({
  tools: [defineTool("grep", {
    overridesBuiltInTool: true,
    handler: async (params) => `CUSTOM_GREP_RESULT: \$\{params.query}`,
  })],
  onPermissionRequest: approveAll,
});
var grep = AIFunctionFactory.Create(
    ([Description("Search query")] string query) => $"CUSTOM_GREP_RESULT: {query}",
    "grep",
    "Custom grep implementation",
    new AIFunctionFactoryOptions
    {
        AdditionalProperties = new ReadOnlyDictionary(string, object?)(
            new Dictionary(string, object?) { ["is_override"] = true })
    });

Feature: simpler API for changing model mid-session

While session.rpc.model.switchTo() already worked, there is now a convenience method directly on the session object. (#​621)

  • TypeScript: await session.setModel("gpt-4.1")
  • C#: await session.SetModelAsync("gpt-4.1")
  • Python: await session.set_model("gpt-4.1")
  • Go: err := session.SetModel(ctx, "gpt-4.1")

Other changes

  • improvement: [C#] use event delegate for thread-safe, insertion-ordered event handler dispatch (#​624)
  • improvement: [C#] deduplicate OnDisposeCall and improve implementation (#​626)
  • improvement: [C#] remove unnecessary SemaphoreSlim locks for handler fields (#​625)
  • bugfix: [Python] correct PermissionHandler.approve_all type annotations (#​618)

New contributors

  • @​giulio-leone made their first contribution in #​618

Generated by Release Changelog Generator

... (truncated)

0.1.29

v0.1.29 (2026-02-27)

Changes

  • bugfix: [Python] CopilotClient.stop() now raises an ExceptionGroup instead of silently returning a list of exceptions (#​603)

Generated by Release Changelog Generator

0.1.28

What's Changed

New Contributors

Full Changelog: github/copilot-sdk@v0.1.25...v0.1.28

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps GitHub.Copilot.SDK from 0.1.26 to 0.1.30

---
updated-dependencies:
- dependency-name: GitHub.Copilot.SDK
  dependency-version: 0.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-nuget
- dependency-name: GitHub.Copilot.SDK
  dependency-version: 0.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 4, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 4, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

Skill Validation Results

Skill Scenario Baseline With Skill Δ Skills Loaded Overfit Verdict
dotnet-trace-collect High CPU in Kubernetes on Linux (.NET 8) 3.5/5 4.5/5 +1.0 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob, bash ✅ 0.17
dotnet-trace-collect .NET Framework on Windows without admin privileges 1.5/5 ⏰ timeout 5.0/5 +3.5 ✅ dotnet-trace-collect; tools: skill ✅ 0.17
dotnet-trace-collect .NET 10 on Linux with root access and native call stacks 1.0/5 2.5/5 ⏰ timeout +1.5 ✅ dotnet-trace-collect; tools: skill, bash ✅ 0.17
dotnet-trace-collect Memory leak on Linux (.NET 8) 2.5/5 3.0/5 +0.5 ✅ dotnet-trace-collect; tools: skill, bash ✅ 0.17
dotnet-trace-collect Slow requests on Windows with PerfView 3.5/5 5.0/5 +1.5 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob ✅ 0.17
dotnet-trace-collect Excessive GC on Linux (.NET 8) 3.5/5 5.0/5 +1.5 ✅ dotnet-trace-collect; tools: skill ✅ 0.17
dotnet-trace-collect Hang or deadlock diagnosis on Linux 3.0/5 4.5/5 +1.5 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob ✅ 0.17
dotnet-trace-collect Windows container high CPU with PerfView 2.0/5 4.0/5 +2.0 ✅ dotnet-trace-collect; tools: skill, report_intent, view ✅ 0.17
dotnet-trace-collect Long-running intermittent issue with PerfView triggers 3.5/5 5.0/5 +1.5 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob ✅ 0.17
dotnet-trace-collect Linux pre-.NET 10 needing native call stacks 3.0/5 5.0/5 +2.0 ✅ dotnet-trace-collect; tools: skill, bash ✅ 0.17
dotnet-trace-collect Windows modern .NET with admin high CPU 2.5/5 5.0/5 +2.5 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob ✅ 0.17
dotnet-trace-collect Memory leak on .NET Framework Windows 4.0/5 5.0/5 +1.0 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob ✅ 0.17
dotnet-trace-collect Kubernetes with console access prefers console tools 4.5/5 5.0/5 +0.5 ✅ dotnet-trace-collect; tools: skill, report_intent, view, glob, bash ✅ 0.17
dotnet-trace-collect Container installation without .NET SDK 4.0/5 4.0/5 0.0 ✅ dotnet-trace-collect; tools: skill, glob, bash ✅ 0.17
microbenchmarking Investigate runtime upgrade performance impact 3.0/5 5.0/5 +2.0 ✅ microbenchmarking; tools: skill, glob ✅ 0.11
csharp-scripts Test a C# language feature with a script 3.0/5 5.0/5 +2.0 ✅ csharp-scripts; tools: skill, create, edit 🟡 0.30
clr-activation-debugging Diagnose unexpected FOD dialog from native build tool 1.0/5 5.0/5 +4.0 ✅ clr-activation-debugging; tools: skill ✅ 0.07
clr-activation-debugging Diagnose FOD suppressed but activation still failing 1.0/5 5.0/5 +4.0 ✅ clr-activation-debugging; tools: skill ✅ 0.07
clr-activation-debugging Explain why same binary behaves differently under different launch methods 1.0/5 5.0/5 +4.0 ✅ clr-activation-debugging; tools: skill ✅ 0.07
clr-activation-debugging Analyze healthy managed EXE activation 1.0/5 5.0/5 +4.0 ✅ clr-activation-debugging; tools: skill ✅ 0.07
clr-activation-debugging Identify multiple activation sequences in a single log 1.0/5 5.0/5 +4.0 ✅ clr-activation-debugging; tools: skill, task, glob ✅ 0.07
clr-activation-debugging Explain useLegacyV2RuntimeActivationPolicy in activation log 2.0/5 3.0/5 +1.0 ✅ clr-activation-debugging; tools: skill ✅ 0.07
clr-activation-debugging Decline non-CLR-activation issue 3.5/5 5.0/5 +1.5 ℹ️ not activated (expected) ✅ 0.07
thread-abort-migration Worker thread with abort-based cancellation 5.0/5 5.0/5 0.0 ✅ thread-abort-migration; tools: skill ✅ 0.14
thread-abort-migration Timeout enforcement via Thread.Abort 4.0/5 5.0/5 +1.0 ✅ thread-abort-migration; tools: skill ✅ 0.14
thread-abort-migration Blocking WaitHandle with Thread.Interrupt 3.5/5 4.0/5 +0.5 ✅ thread-abort-migration; tools: skill, report_intent ✅ 0.14
thread-abort-migration ASP.NET Response.End and Response.Redirect with Thread.Abort 4.0/5 5.0/5 +1.0 ✅ thread-abort-migration; tools: skill ✅ 0.14
thread-abort-migration Thread.Join and Thread.Sleep only — should not migrate 3.0/5 5.0/5 +2.0 ✅ thread-abort-migration; tools: skill ✅ 0.14
migrate-nullable-references Enable NRT in a small library with mixed nullability 5.0/5 5.0/5 0.0 ✅ migrate-nullable-references; tools: skill, glob ✅ 0.05
migrate-nullable-references File-by-file migration: only modify the targeted file 5.0/5 5.0/5 0.0 ⚠️ NOT ACTIVATED ✅ 0.05
migrate-nullable-references Enable NRT in ASP.NET Core Web API with EF Core 3.0/5 3.0/5 0.0 ✅ migrate-nullable-references; tools: skill ✅ 0.05
analyzing-dotnet-performance Detects compiled regex startup budget and regex chain allocations 1.5/5 5.0/5 +3.5 ✅ analyzing-dotnet-performance; tools: skill, grep ✅ 0.14
analyzing-dotnet-performance Detects CurrentCulture comparer and compiled regex budget in inflection rules 1.0/5 5.0/5 +4.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Finds per-call Dictionary allocation not hoisted to static 1.0/5 5.0/5 +4.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Catches compound allocations in recursive number converter with ToLower 1.0/5 4.0/5 +3.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Finds StringComparison.Ordinal missing and FrozenDictionary opportunities 1.0/5 5.0/5 +4.0 ✅ analyzing-dotnet-performance; tools: skill, grep ✅ 0.14
analyzing-dotnet-performance Detects Aggregate+Replace chain and struct missing IEquatable 1.0/5 4.0/5 +3.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Finds branched Replace chain in format string manipulation 1.0/5 3.5/5 +2.5 ✅ analyzing-dotnet-performance; tools: skill, task, glob ✅ 0.14
analyzing-dotnet-performance Catches LINQ on hot-path string processing and All(char.IsUpper) 1.0/5 5.0/5 +4.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Detects LINQ pipeline in TimeSpan formatting and collection processing 1.0/5 4.0/5 +3.0 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Flags Span inconsistencies and compound method chains in truncation library 1.0/5 4.5/5 +3.5 ✅ analyzing-dotnet-performance; tools: skill ✅ 0.14
analyzing-dotnet-performance Identifies unsealed leaf classes and locale hierarchy patterns 1.0/5 4.5/5 +3.5 ✅ analyzing-dotnet-performance; tools: skill, grep ✅ 0.14
dotnet-aot-compat Make Azure.ResourceManager AOT-compatible 1.5/5 ⏰ timeout 2.0/5 ⏰ timeout +0.5 ✅ dotnet-aot-compat; tools: skill, create, read_agent ✅ 0.13
optimizing-ef-core-queries Optimize bulk operations with EF Core 7+ ExecuteUpdate and ExecuteDelete 4.5/5 5.0/5 +0.5 ✅ optimizing-ef-core-queries; tools: skill 🟡 0.24
android-tombstone-symbolication Symbolicate .NET frames in an Android tombstone 4.5/5 4.5/5 0.0 ✅ android-tombstone-symbolication; tools: skill, glob ✅ 0.19
android-tombstone-symbolication Recognize tombstone with no .NET frames 5.0/5 5.0/5 0.0 ✅ android-tombstone-symbolication; tools: skill, bash ✅ 0.19
android-tombstone-symbolication Symbolicate CoreCLR frames in an Android tombstone 2.5/5 ⏰ timeout 4.0/5 +1.5 ✅ android-tombstone-symbolication; tools: skill, glob ✅ 0.19
android-tombstone-symbolication Recognize NativeAOT tombstone with app binary and libSystem.Native.so 3.0/5 4.5/5 +1.5 ✅ android-tombstone-symbolication; tools: skill, bash ✅ 0.19
android-tombstone-symbolication Symbolicate multi-thread tombstone 4.0/5 4.5/5 +0.5 ✅ android-tombstone-symbolication; tools: skill, glob ✅ 0.19
android-tombstone-symbolication Handle .NET frames with no BuildId metadata 4.5/5 5.0/5 +0.5 ✅ android-tombstone-symbolication; tools: skill, bash, glob ✅ 0.19
android-tombstone-symbolication Symbolicate tombstone with multiple .NET libraries and different BuildIds 3.5/5 4.0/5 +0.5 ✅ android-tombstone-symbolication; tools: skill, glob ✅ 0.19
android-tombstone-symbolication Reject iOS crash log as wrong format 5.0/5 5.0/5 0.0 ℹ️ not activated (expected) ✅ 0.19
dotnet-pinvoke Generate LibraryImport declaration from C header (.NET 8+) 3.5/5 5.0/5 +1.5 ✅ dotnet-pinvoke; tools: skill ✅ 0.11
dotnet-pinvoke Generate LibraryImport declaration from C header (.NET Framework) 5.0/5 5.0/5 0.0 ✅ dotnet-pinvoke; tools: report_intent, skill ✅ 0.11
dump-collect Configure automatic crash dumps for CoreCLR app on Linux 4.0/5 3.0/5 ⏰ timeout -1.0 ✅ dump-collect; tools: skill, report_intent, view, glob, bash ✅ 0.08
dump-collect Set up NativeAOT crash dumps with createdump in Kubernetes 2.5/5 ⏰ timeout 5.0/5 +2.5 ✅ dump-collect; tools: skill ✅ 0.08
dump-collect Recover crash dump from macOS NativeAOT without createdump 3.5/5 3.0/5 -0.5 ✅ dump-collect; tools: skill, report_intent, view, glob, bash ✅ 0.08
dump-collect Configure CoreCLR dump collection in Alpine Docker as non-root 3.0/5 3.5/5 +0.5 ✅ dump-collect; tools: skill, report_intent, view, glob, bash ✅ 0.08
dump-collect Advisory: macOS NativeAOT crash dump recovery steps 4.0/5 4.0/5 0.0 ✅ dump-collect; tools: skill ✅ 0.08
dump-collect Advisory: CoreCLR Alpine Docker non-root configuration 4.0/5 5.0/5 +1.0 ✅ dump-collect; tools: skill, view ✅ 0.08
dump-collect Advisory: NativeAOT Kubernetes dump collection setup 3.0/5 1.5/5 ⏰ timeout -1.5 ✅ dump-collect; tools: skill, bash ✅ 0.08
dump-collect Detect runtime and configure crash dumps for unknown .NET app on Linux 4.0/5 4.5/5 +0.5 ✅ dump-collect; tools: skill ✅ 0.08
dump-collect Decline dump analysis request 2.0/5 4.5/5 +2.5 ℹ️ not activated (expected) ✅ 0.08
build-parallelism Analyze build parallelism bottlenecks 4.0/5 4.0/5 0.0 ✅ build-parallelism; binlog-generation; tools: skill, task, glob, edit ✅ 0.14
including-generated-files Diagnose generated file inclusion failure 3.0/5 5.0/5 +2.0 ✅ including-generated-files; tools: skill ✅ 0.17
msbuild-antipatterns Review MSBuild files for anti-patterns and style issues 5.0/5 5.0/5 0.0 ✅ msbuild-antipatterns; tools: skill ✅ 0.08
build-perf-baseline Establish build performance baseline and recommend optimizations 3.5/5 4.5/5 +1.0 ✅ build-perf-baseline; build-perf-diagnostics; tools: skill, edit 🟡 0.31
msbuild-modernization Modernize legacy project to SDK-style 5.0/5 5.0/5 0.0 ✅ msbuild-modernization; tools: skill, glob ✅ 0.08
directory-build-organization Organize build infrastructure for a multi-project repo 3.0/5 5.0/5 +2.0 ✅ directory-build-organization; msbuild-antipatterns; tools: skill ✅ 0.15
check-bin-obj-clash Diagnose bin/obj output path clashes 3.0/5 5.0/5 +2.0 ✅ check-bin-obj-clash; binlog-generation; tools: skill, glob, edit ✅ 0.18
incremental-build Analyze incremental build issues 3.0/5 4.5/5 +1.5 ✅ incremental-build; tools: skill, bash ✅ 0.15
eval-performance Analyze MSBuild evaluation performance issues 4.0/5 4.5/5 +0.5 ✅ eval-performance; tools: skill ✅ 0.19
build-perf-diagnostics Analyze analyzer performance impact on builds 3.0/5 ⏰ timeout 2.5/5 ⏰ timeout -0.5 ✅ binlog-generation; build-perf-diagnostics; binlog-failure-analysis; tools: skill, edit 🟡 0.29
binlog-generation Build project with /bl flag 1.0/5 5.0/5 +4.0 ✅ binlog-generation; tools: skill ✅ 0.00
binlog-generation Build with /bl in PowerShell 3.5/5 5.0/5 +1.5 ✅ binlog-generation; tools: skill ✅ 0.00
binlog-generation Build multiple configurations with unique binlogs 5.0/5 5.0/5 0.0 ✅ binlog-generation; tools: skill ✅ 0.00
binlog-failure-analysis Diagnose build failures from binlog only (no source files) 1.0/5 ⏰ timeout 4.0/5 +3.0 ✅ binlog-failure-analysis; tools: skill ✅ 0.04

timeout — run hit the scenario timeout limit; scoring may be impacted by aborting model execution before it could produce its full output

Model: claude-opus-4.6 | Judge: claude-opus-4.6

Full results

@ViktorHofer ViktorHofer merged commit 491c9c8 into main Mar 4, 2026
9 checks passed
@ViktorHofer ViktorHofer deleted the dependabot/nuget/eng/skill-validator/src/all-other-nuget-65c7c2e15b branch March 4, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants