feat(version): add MAF Abstractions, OpenAI, DevUI to truth#88
Conversation
Microsoft.Agents.AI.{Abstractions,OpenAI,DevUI} are 1.3.0 packages
consumed downstream (qyl, Agents). Adding them to truth so consumers
no longer need to maintain divergent local definitions for these IDs.
Track assignment matches highest published prerelease per package:
stable : Abstractions, OpenAI (1.3.0)
-preview.* : DevUI (1.3.0-preview.260423.1)
Comment block above the PropertyGroup explains the mixed-track
invariant (numeric-base-aligned, suffix variance is upstream's shape).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 120000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🧰 Additional context used📓 Path-based instructions (1)**/*.props⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (2)
Summary by CodeRabbit
WalkthroughThree new package version properties are added to the Microsoft.Agents property group in the build configuration: MicrosoftAgentsAIAbstractionsVersion, MicrosoftAgentsAIOpenAIVersion, and MicrosoftAgentsAIDevUIVersion, pinning them to 1.3.0 or preview variants. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 7 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (7 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the Version.props file to include additional version properties for Microsoft.Agents.AI components, specifically adding Abstractions, OpenAI, and DevUI versions. It also includes a detailed comment explaining the versioning strategy and the necessity of maintaining numeric base alignment across different release tracks. I have no feedback to provide as there were no review comments to evaluate.
Summary
Adds three Microsoft.Agents.AI packages to SDK truth:
Abstractions(stable, 1.3.0)OpenAI(stable, 1.3.0)DevUI(-preview.260423.1)Highest experimental track per upstream NuGet for each — verified against
api.nuget.org/v3-flatcontainer/.Comment block above the PropertyGroup documents the mixed-track invariant (numeric base aligned in lockstep; preview/rc suffix variance is upstream's shape and must be accepted).
Test plan
qyl,ANcpLua.Agents) can mirror these IDs in their local Version.props without divergence🤖 Generated with Claude Code