fix(versions): bump BitNet hosting pin to 1.4.10-alpha.1#151
Conversation
…lly-published version)
The pin was 1.4.3-alpha.1, but that version was never published to
nuget.org — the BitNet hosting package was silently dropped from the
ANcpLua.Agents publish workflow's pack step (10/11 packages got pushed,
BitNet wasn't one of them). Fixed upstream by ANcpLua/ANcpLua.Agents
@ 2f0f882 (workflow pack-step fix) + 0314ccb (gate fix that allowed
the recovery release to actually ship). First real publish is
ANcpLua.Agents.Hosting.BitNet 1.4.10-alpha.1.
Without this bump, every consumer pulling ANcpLua.NET.Sdk hits
NU1101 ("Unable to find package ANcpLua.Agents.Hosting.BitNet, no
packages exist with this id in source(s): nuget.org") — confirmed
on O-ANcppLua/qyl run 25765366669 where the qyl.loom backend
restore failed for exactly this reason.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@coderabbitai autofix |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent 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)
🧰 Additional context used📓 Path-based instructions (5)src/Build/**/*.props📄 CodeRabbit inference engine (src/CLAUDE.md)
Files:
src/Build/Common/Version.props📄 CodeRabbit inference engine (src/CLAUDE.md)
Files:
**/*.props📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
⚙️ CodeRabbit configuration file
Files:
**/*.{props,targets}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
src/Build/**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (1)
📝 WalkthroughWalkthroughThis change updates the default NuGet package version for the BitNet Hosting dependency. The property Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning)
✅ Passed checks (6 passed)
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. |
There was a problem hiding this comment.
Pull request overview
Updates the SDK’s pinned version for the BitNet hosting package to a NuGet version that actually exists, preventing downstream restores from failing when consumers opt into ANcpLua.NET.Sdk.BitNet.
Changes:
- Bump
ANcpLuaAgentsHostingBitNetVersionfrom1.4.3-alpha.1to1.4.10-alpha.1in the shared versions props file.
Summary
Why
`ANcpLua.Agents.Hosting.BitNet 1.4.3-alpha.1` was a placeholder pin pointing at a version that was never released. Two upstream bugs landed it in this state:
Both fixed upstream:
First real publish landed at `ANcpLua.Agents.Hosting.BitNet 1.4.10-alpha.1`.
Without this PR, every consumer pulling `ANcpLua.NET.Sdk` hits `NU1101: Unable to find package ANcpLua.Agents.Hosting.BitNet` — confirmed on O-ANcppLua/qyl run 25765366669 where the qyl.loom backend restore failed for exactly this reason.
Test plan
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.Summary by CodeRabbit