deps: bump Microsoft.Agents.AI 1.3 → 1.4#114
Conversation
Stable track: 1.3.0 → 1.4.0 (core, Abstractions, Workflows, OpenAI). Preview track: 1.3.0-preview.260423.1 → 1.4.0-preview.260505.1 (Hosting, Hosting.AGUI.AspNetCore, Anthropic, DevUI). RC track: 1.3.0-rc1 → 1.4.0-rc1 (Workflows.Declarative). Required by ANcpLua.Agents 1.4.x consumers — 1.4.1 transitively pins Microsoft.Agents.AI ≥ 1.4.0, so any qyl.slnx restore against the 1.3.0 SDK truth fails NU1109 with a downgrade detection. Mirroring the upstream lockstep release cut on 2026-05-05. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@coderabbitai autofix |
📝 WalkthroughWalkthroughNine Microsoft.Agents package version properties in 🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/Build/Common/Version.props (1)
90-109:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winUpdate the Microsoft.Agents banner text to match the new version set.
Line 91 still says
MAF 1.3.0, but this block now pins1.4.0family versions. Please update the comment to avoid future drift/confusion.Suggested patch
- Microsoft.Agents.AI (MAF 1.3.0). Numeric base ships in lockstep from upstream; + Microsoft.Agents.AI (MAF 1.4.0). Numeric base ships in lockstep from upstream;🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@src/Build/Common/Version.props` around lines 90 - 109, Update the XML comment header that currently reads "Microsoft.Agents.AI (MAF 1.3.0)" to reflect the new pinned family versions (e.g., change to "MAF 1.4.0") so the banner matches the version properties such as MicrosoftAgentsAIVersion, MicrosoftAgentsAIAbstractionsVersion, MicrosoftAgentsAIWorkflowsVersion, MicrosoftAgentsAIOpenAIVersion, MicrosoftAgentsAIHostingVersion, MicrosoftAgentsAIHostingAGUIAspNetCoreVersion, MicrosoftAgentsAIAnthropicVersion, MicrosoftAgentsAIDevUIVersion, and MicrosoftAgentsAIWorkflowsDeclarativeVersion in this PropertyGroup.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@src/Build/Common/Version.props`:
- Around line 90-109: Update the XML comment header that currently reads
"Microsoft.Agents.AI (MAF 1.3.0)" to reflect the new pinned family versions
(e.g., change to "MAF 1.4.0") so the banner matches the version properties such
as MicrosoftAgentsAIVersion, MicrosoftAgentsAIAbstractionsVersion,
MicrosoftAgentsAIWorkflowsVersion, MicrosoftAgentsAIOpenAIVersion,
MicrosoftAgentsAIHostingVersion, MicrosoftAgentsAIHostingAGUIAspNetCoreVersion,
MicrosoftAgentsAIAnthropicVersion, MicrosoftAgentsAIDevUIVersion, and
MicrosoftAgentsAIWorkflowsDeclarativeVersion in this PropertyGroup.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 2bfd3192-aa3d-440e-96ef-0960ed3e15f2
📒 Files selected for processing (1)
src/Build/Common/Version.props
📜 Review details
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: test (windows-latest)
- GitHub Check: test (ubuntu-latest)
- GitHub Check: test (macos-latest)
🧰 Additional context used
📓 Path-based instructions (2)
src/Build/**
⚙️ CodeRabbit configuration file
src/Build/**: Build targets shared across .NET.Sdk, .Test, .Web variants. Review for:
target-name collisions with consumer csproj (use unique prefixes), correct
BeforeTargets/AfterTargets ordering, and idempotent execution (target
should be safe to run twice).
Files:
src/Build/Common/Version.props
**/*.props
⚙️ CodeRabbit configuration file
**/*.props: MSBuild property files. Review for: condition guards on every override
(consumer must be able to opt out), no<RemoveAttributes>on items
that consumers may have set, and that defaults are sensible without
forcing a downstream cascade.
Files:
src/Build/Common/Version.props
🔇 Additional comments (1)
src/Build/Common/Version.props (1)
101-109: Version matrix is coherent and correctly lockstepped.Stable/preview/RC tracks are consistently aligned on numeric base
1.4.0, which is the right shape to avoid downgrade/binding skew.
Summary
1.3.0→1.4.0(core, Abstractions, Workflows, OpenAI).1.3.0-preview.260423.1→1.4.0-preview.260505.1(Hosting, Hosting.AGUI.AspNetCore, Anthropic, DevUI).1.3.0-rc1→1.4.0-rc1(Workflows.Declarative).Why
ANcpLua.Agents1.4.1 transitively pinsMicrosoft.Agents.AI≥ 1.4.0, so any consumer (e.g. qyl) that picks up the newANcpLua.Agentsmajor against the 1.3.0 SDK truth fails restore withNU1109 Detected package downgrade: Microsoft.Agents.AI from 1.4.0 to centrally defined 1.3.0. Mirroring the upstream lockstep cut on 2026-05-05 unblocks consumers.Test plan
Alexander-Nachtmann/qyl#240)🤖 Generated with Claude Code
Summary by CodeRabbit