Skip to content

deps: Bump Microsoft.Agents.AI and 7 others#186

Merged
PlagueHO merged 2 commits into
mainfrom
dependabot/nuget/prompt-babbler-service/microsoft-packages-8b14fedae7
May 28, 2026
Merged

deps: Bump Microsoft.Agents.AI and 7 others#186
PlagueHO merged 2 commits into
mainfrom
dependabot/nuget/prompt-babbler-service/microsoft-packages-8b14fedae7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Updated Microsoft.Agents.AI from 1.6.2 to 1.7.0.

Release notes

Sourced from Microsoft.Agents.AI's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Abstractions from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting.Abstractions from 10.0.7 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Http.Resilience at 10.6.0.

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

10.6.0

Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.

Experimental API Changes

Now Stable

  • ResponseContinuationToken and background-response APIs are now stable (previously MEAI001) #​7512

What's Changed

AI

  • Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update version to 10.6.0 #​7458 by @​jeffhandley
  • [main] Update dependencies from dotnet/arcade #​7451
  • Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469
  • Merge release/10.5 into main #​7470 by @​jeffhandley
  • Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484
  • Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494
  • Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504
  • Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)

Acknowledgements

  • @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests

Full Changelog: dotnet/extensions@v10.5.2...v10.6.0

10.5.2

This patch release ships a single fix to Microsoft.Extensions.VectorData.Abstractions, correcting StorageName resolution when external serialization is enabled. Microsoft.Extensions.VectorData.ConformanceTests, Microsoft.Extensions.AI.Abstractions, Microsoft.Extensions.AI, and Microsoft.Extensions.AI.OpenAI are published alongside it for version coherency — they contain no code changes from 10.5.1.

Packages in this release

Package Version
Microsoft.Extensions.VectorData.Abstractions 10.5.2
Microsoft.Extensions.VectorData.ConformanceTests 10.5.2
Microsoft.Extensions.AI.Abstractions 10.5.2
Microsoft.Extensions.AI 10.5.2
Microsoft.Extensions.AI.OpenAI 10.5.2

What's Changed

Microsoft.Extensions.VectorData.Abstractions

  • Minor fixes to MEVD.Abstractions: correct StorageName behavior when external serialization is enabled, and disable a warning for net462. (by @​roji in #​7475)

Full Changelog: dotnet/extensions@v10.5.1...v10.5.2

10.5.1

Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.

The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.

Packages in this release

Package Version
Microsoft.Extensions.AI 10.5.1
Microsoft.Extensions.AI.Abstractions 10.5.1
Microsoft.Extensions.AI.OpenAI 10.5.1
Microsoft.Extensions.AI.Templates 10.5.1-preview.3.26251.3
Microsoft.Agents.AI.ProjectTemplates 1.3.0-preview.1.26251.3

Experimental API Changes

Now Stable

The following types previously emitted the MEAI001 experimental diagnostic and are now stable.

  • CodeInterpreter and WebSearch tool content types are now stable #​7493
    • CodeInterpreterToolCallContent
    • CodeInterpreterToolResultContent
    • WebSearchToolCallContent
    • WebSearchToolResultContent
  • ImageGeneration tool content types and tool are now stable #​7476
    • ImageGenerationToolCallContent
    • ImageGenerationToolResultContent
    • HostedImageGenerationTool
    • ImageGenerationOptions
    • ImageGenerationResponseFormat (the Hosted enum value remains experimental)
    • IImageGenerator and the rest of the image generation infrastructure also remain experimental

New Experimental APIs

The following new APIs emit the MEAI001 experimental diagnostic.

  • New experimental API: HostedToolSearchTool with DeferredTools for tool-search-driven deferred tool loading #​7471
  • New experimental API: OpenAIRequestPolicies extension hook for appending System.ClientModel.PipelinePolicy instances to outgoing OpenAI requests #​7495

Breaking Changes to Experimental APIs

  • WebSearchToolResultContent.Results was renamed to Outputs as part of the stabilization in #​7493, aligning with CodeInterpreterToolResultContent.Outputs. The original Results property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.

    WebSearchToolResultContent content = ...;
    - IList<AIContent>? items = content.Results;
    + IList<AIContent>? items = content.Outputs;

... (truncated)

Commits viewable in compare view.

Pinned Microsoft.Extensions.ServiceDiscovery at 10.6.0.

Release notes

Sourced from Microsoft.Extensions.ServiceDiscovery's releases.

10.6.0

Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.

Experimental API Changes

Now Stable

  • ResponseContinuationToken and background-response APIs are now stable (previously MEAI001) #​7512

What's Changed

AI

  • Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update version to 10.6.0 #​7458 by @​jeffhandley
  • [main] Update dependencies from dotnet/arcade #​7451
  • Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469
  • Merge release/10.5 into main #​7470 by @​jeffhandley
  • Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484
  • Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494
  • Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504
  • Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)

Acknowledgements

  • @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests

Full Changelog: dotnet/extensions@v10.5.2...v10.6.0

10.5.2

This patch release ships a single fix to Microsoft.Extensions.VectorData.Abstractions, correcting StorageName resolution when external serialization is enabled. Microsoft.Extensions.VectorData.ConformanceTests, Microsoft.Extensions.AI.Abstractions, Microsoft.Extensions.AI, and Microsoft.Extensions.AI.OpenAI are published alongside it for version coherency — they contain no code changes from 10.5.1.

Packages in this release

Package Version
Microsoft.Extensions.VectorData.Abstractions 10.5.2
Microsoft.Extensions.VectorData.ConformanceTests 10.5.2
Microsoft.Extensions.AI.Abstractions 10.5.2
Microsoft.Extensions.AI 10.5.2
Microsoft.Extensions.AI.OpenAI 10.5.2

What's Changed

Microsoft.Extensions.VectorData.Abstractions

  • Minor fixes to MEVD.Abstractions: correct StorageName behavior when external serialization is enabled, and disable a warning for net462. (by @​roji in #​7475)

Full Changelog: dotnet/extensions@v10.5.1...v10.5.2

10.5.1

Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.

The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.

Packages in this release

Package Version
Microsoft.Extensions.AI 10.5.1
Microsoft.Extensions.AI.Abstractions 10.5.1
Microsoft.Extensions.AI.OpenAI 10.5.1
Microsoft.Extensions.AI.Templates 10.5.1-preview.3.26251.3
Microsoft.Agents.AI.ProjectTemplates 1.3.0-preview.1.26251.3

Experimental API Changes

Now Stable

The following types previously emitted the MEAI001 experimental diagnostic and are now stable.

  • CodeInterpreter and WebSearch tool content types are now stable #​7493
    • CodeInterpreterToolCallContent
    • CodeInterpreterToolResultContent
    • WebSearchToolCallContent
    • WebSearchToolResultContent
  • ImageGeneration tool content types and tool are now stable #​7476
    • ImageGenerationToolCallContent
    • ImageGenerationToolResultContent
    • HostedImageGenerationTool
    • ImageGenerationOptions
    • ImageGenerationResponseFormat (the Hosted enum value remains experimental)
    • IImageGenerator and the rest of the image generation infrastructure also remain experimental

New Experimental APIs

The following new APIs emit the MEAI001 experimental diagnostic.

  • New experimental API: HostedToolSearchTool with DeferredTools for tool-search-driven deferred tool loading #​7471
  • New experimental API: OpenAIRequestPolicies extension hook for appending System.ClientModel.PipelinePolicy instances to outgoing OpenAI requests #​7495

Breaking Changes to Experimental APIs

  • WebSearchToolResultContent.Results was renamed to Outputs as part of the stabilization in #​7493, aligning with CodeInterpreterToolResultContent.Outputs. The original Results property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.

    WebSearchToolResultContent content = ...;
    - IList<AIContent>? items = content.Results;
    + IList<AIContent>? items = content.Outputs;

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Identity.Web from 4.9.0 to 4.10.0.

Release notes

Sourced from Microsoft.Identity.Web's releases.

4.10.0

New features

  • Add WithExtraBodyParameters fluent API for attaching extra body parameters to token acquisition requests. See #​3819.
  • Add IConfidentialClientApplicationProvider extensibility interface and CachePartitionKey support for silent token acquisition. See #​3822.

Bug fixes

  • Redirect URI sanitization in authorization scenarios; centralize redirect URI validation in a shared helper. See #​3825.
  • Reject dSTS-shaped Authority values with a clearer exception, steering users to use Instance + TenantId instead. See #​3805.
  • Improve regex handling and adding length/timeout safeguards for SameSite User Agent. See #​3811.

Behavior changes

  • B2C OpenID Connect event handler: LRU cache for issuer address. Issuer address lookups in the B2C OIDC event handler are now cached with an LRU cache, improving performance for repeated lookups. See #​3821.

Dependencies updates

  • Update MSAL.NET to 4.84.1. See #​3822.
  • Pin Microsoft.Kiota.Abstractions to 1.22.0 for GraphServiceClient. See #​3817.
  • Bump uuid and @​azure/msal-node in SidecarAdapter TypeScript test app. See #​3826.
  • Bump qs in SidecarAdapter TypeScript test app. See #​3829.

Commits viewable in compare view.


This change is Reviewable

@dependabot dependabot Bot requested a review from PlagueHO as a code owner May 28, 2026 09:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

Labels

The following labels could not be found: .net, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps Microsoft.Agents.AI from 1.6.2 to 1.7.0
Bumps Microsoft.Extensions.Caching.Memory from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Configuration.Abstractions from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.7 to 10.0.8
Bumps Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0
Bumps Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0
Bumps Microsoft.Identity.Web from 4.9.0 to 4.10.0

---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-packages
- dependency-name: Microsoft.Identity.Web
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps: Bump the microsoft-packages group with 8 updates deps: Bump Microsoft.Agents.AI and 7 others May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/prompt-babbler-service/microsoft-packages-8b14fedae7 branch from dec7646 to 3bf3626 Compare May 28, 2026 09:37
Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com>
Copy link
Copy Markdown
Owner

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2026

Unit Test Results

340 tests  ±0   340 ✅ ±0   7s ⏱️ -1s
 10 suites ±0     0 💤 ±0 
 10 files   ±0     0 ❌ ±0 

Results for commit 508ff8a. ± Comparison against base commit 9be1479.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 05/28/2026 - 09:53:43
Parser: MultiReport (20x Cobertura)
Assemblies: 6
Classes: 73
Files: 64
Line coverage: 45.1% (2323 of 5144)
Covered lines: 2323
Uncovered lines: 2821
Coverable lines: 5144
Total lines: 6919
Branch coverage: 40.7% (576 of 1412)
Covered branches: 576
Total branches: 1412
Method coverage: Feature is only available for sponsors

Coverage

PromptBabbler.Api - 75.7%
Name Line Branch
PromptBabbler.Api 75.7% 58.9%
Program 0% 0%
PromptBabbler.Api.Controllers.BabbleController 96.5% 84.2%
PromptBabbler.Api.Controllers.ConfigController 100%
PromptBabbler.Api.Controllers.ExportController 97.8% 78.5%
PromptBabbler.Api.Controllers.GeneratedPromptController 100% 100%
PromptBabbler.Api.Controllers.ImportController 100% 80%
PromptBabbler.Api.Controllers.PromptTemplateController 72.3% 54.5%
PromptBabbler.Api.Controllers.TranscriptionWebSocketController 70.5% 55.8%
PromptBabbler.Api.Controllers.UserController 100% 75%
PromptBabbler.Api.Extensions.ClaimsPrincipalExtensions 100% 50%
PromptBabbler.Api.HealthChecks.AiFoundryHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.CosmosDbHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.ManagedIdentityHealthCheck 85%
PromptBabbler.Api.Middleware.AccessCodeMiddleware 100% 93.7%
PromptBabbler.ApiClient - 19.3%
Name Line Branch
PromptBabbler.ApiClient 19.3% 15.3%
PromptBabbler.ApiClient.PromptBabblerApiClient 19.3% 15.3%
PromptBabbler.ApiClient.PromptBabblerApiClient 19.3% 15.3%
PromptBabbler.Domain - 96.7%
Name Line Branch
PromptBabbler.Domain 96.7% ****
PromptBabbler.Domain.Interfaces.TranscriptionSession 100%
PromptBabbler.Domain.Models.BabbleSearchResult 100%
PromptBabbler.Domain.Models.ExportManifest 0%
PromptBabbler.Domain.Models.TemplateValidationResult 100%
PromptBabbler.Domain.Models.UserSettings 100%
PromptBabbler.Infrastructure - 35%
Name Line Branch
PromptBabbler.Infrastructure 35% 29.5%
PromptBabbler.Infrastructure.DependencyInjection 0% 0%
PromptBabbler.Infrastructure.Services.AzureFastTranscriptionService 100% 100%
PromptBabbler.Infrastructure.Services.AzureOpenAiPromptGenerationService 0% 0%
PromptBabbler.Infrastructure.Services.AzureSpeechTranscriptionService 0% 0%
PromptBabbler.Infrastructure.Services.BabbleService 94.8% 100%
PromptBabbler.Infrastructure.Services.BuiltInTemplateSeedingService 98.5% 71.4%
PromptBabbler.Infrastructure.Services.ChannelImportExportJobQueue 0%
PromptBabbler.Infrastructure.Services.CosmosBabbleRepository 21.5% 2.5%
PromptBabbler.Infrastructure.Services.CosmosBabbleRepository.VectorSearchRe
sultItem
0%
PromptBabbler.Infrastructure.Services.CosmosGeneratedPromptRepository 28.2% 8.3%
PromptBabbler.Infrastructure.Services.CosmosImportExportJobRepository 0% 0%
PromptBabbler.Infrastructure.Services.CosmosPromptTemplateRepository 17.5% 7.1%
PromptBabbler.Infrastructure.Services.CosmosUserRepository 95.8%
PromptBabbler.Infrastructure.Services.CosmosVectorContainerInitializationSe
rvice
0% 0%
PromptBabbler.Infrastructure.Services.EmbeddingService 90% 75%
PromptBabbler.Infrastructure.Services.ExportJobProcessor 0% 0%
PromptBabbler.Infrastructure.Services.ExportJobProcessor 0% 0%
PromptBabbler.Infrastructure.Services.ExportService 84.4% 72.2%
PromptBabbler.Infrastructure.Services.GeneratedPromptService 100% 100%
PromptBabbler.Infrastructure.Services.ImportExportJobWorker 0% 0%
PromptBabbler.Infrastructure.Services.ImportJobProcessor 0% 0%
PromptBabbler.Infrastructure.Services.ImportJobProcessor 0% 0%
PromptBabbler.Infrastructure.Services.ImportService 0%
PromptBabbler.Infrastructure.Services.PromptBuilder 100% 100%
PromptBabbler.Infrastructure.Services.PromptTemplateService 100% 80%
PromptBabbler.Infrastructure.Services.TemplateValidationService 94.9% 93.7%
PromptBabbler.Infrastructure.Services.TranscriptionClientWrapper 0% 0%
PromptBabbler.Infrastructure.Services.UserService 100% 91.6%
System.Text.RegularExpressions.Generated 73.9% 48.8%
System.Text.RegularExpressions.Generated.RunnerFactory
System.Text.RegularExpressions.Generated.RunnerFactory.Runner
PromptBabbler.McpServer - 37.2%
Name Line Branch
PromptBabbler.McpServer 37.2% 42.9%
Program 0% 0%
PromptBabbler.McpServer.Agents.PromptBabblerAgentOrchestrator 70.5% 64.2%
PromptBabbler.McpServer.Agents.PromptBabblerAgentOrchestrator.AgentExecutio
nResult
100%
PromptBabbler.McpServer.Agents.PromptBabblerAgentOrchestrator.AgentExecutio
nStep
100%
PromptBabbler.McpServer.Agents.PromptBabblerAgentRunResult 100%
PromptBabbler.McpServer.Agents.PromptBabblerFoundryAgentRunner 0% 0%
PromptBabbler.McpServer.Client.ApiAuthDelegatingHandler 0% 0%
PromptBabbler.McpServer.Client.ApiAuthOptions 0%
PromptBabbler.McpServer.Configuration.AgenticFoundryClientFactory 62.5% 65%
PromptBabbler.McpServer.HealthChecks.PromptBabblerApiHealthCheck 100% 100%
PromptBabbler.McpServer.McpAccessCodeMiddleware 100% 88.8%
PromptBabbler.McpServer.Prompts.TemplateReviewPrompt 0%
PromptBabbler.McpServer.Resources.TemplateResources 0% 0%
PromptBabbler.McpServer.Tools.AgenticTools 100%
PromptBabbler.McpServer.Tools.BabbleTools 0% 0%
PromptBabbler.McpServer.Tools.GeneratedPromptTools 0% 0%
PromptBabbler.McpServer.Tools.PromptTemplateTools 0% 0%
PromptBabbler.ServiceDefaults - 23.2%
Name Line Branch
PromptBabbler.ServiceDefaults 23.2% 51.1%
Microsoft.Extensions.Hosting.Extensions 0% 0%
Microsoft.Extensions.Hosting.Extensions 0% 0%
PromptBabbler.ServiceDefaults.Logging.LogSanitizer 90.1% 88.4%
PromptBabbler.ServiceDefaults.Logging.SanitizingLogRecordProcessor 0% 0%

@PlagueHO PlagueHO merged commit d996601 into main May 28, 2026
18 checks passed
@PlagueHO PlagueHO deleted the dependabot/nuget/prompt-babbler-service/microsoft-packages-8b14fedae7 branch May 28, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants