fix(versions): bump BitNet hosting pin to 1.4.10-alpha.1 - #337
Merged
Conversation
Restores `qyl.loom` restore in CI. The previous pin (`1.4.3-alpha.1`) referenced a version that was never published to nuget.org — ANcpLua/ANcpLua.Agents' publish workflow silently dropped the BitNet package from its pack step until v1.4.10. Confirmed-failing run: https://github.com/O-ANcppLua/qyl/actions/runs/25765366669 → Backend (.NET) `error NU1101: Unable to find package ANcpLua.Agents.Hosting.BitNet`. Upstream fixes that produced the first real publish: - ANcpLua/ANcpLua.Agents@2f0f882 — add Hosting.BitNet to the alpha-channel pack step (#83). - ANcpLua/ANcpLua.Agents@0314ccb — extend Must-Publish gate to consider `.github/workflows/nuget-publish.yml` so workflow-only fixes can ship a recovery release, plus a workflow_dispatch `force_publish` override. First nuget.org index entry: 1.4.10-alpha.1 (verified live). 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. |
There was a problem hiding this comment.
Pull request overview
Low risk: single dependency version-pin change intended to fix NuGet restore failures in CI.
This PR updates the repo-level pinned version for the BitNet hosting package so restores can resolve a version that is actually published on nuget.org.
Changes:
- Bump
ANcpLuaAgentsHostingBitNetVersionfrom1.4.3-alpha.1to1.4.10-alpha.1. - Expand the inline rationale comment documenting why the version skew is intentional and why earlier alphas were unavailable.
Blockers
- None found (checked CI integrity impact, correctness of property usage, and repo versioning conventions).
Important issues
- None.
Minor issues
- None.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
qyl.loom's restore has been failing on CI with:
```
error NU1101: Unable to find package ANcpLua.Agents.Hosting.BitNet.
No packages exist with this id in source(s): nuget.org
```
(run 25765366669)
Two upstream bugs in ANcpLua/ANcpLua.Agents kept BitNet off nuget.org:
First real publish: `ANcpLua.Agents.Hosting.BitNet 1.4.10-alpha.1` (verified live on the flat-container index).
Notes
The intra-repo version skew with `ANcpLuaAgentsVersion=1.4.3` / `ANcpLuaAgentsTestingVersion=1.4.3` is intentional — BitNet hosting has no dependency on ANcpLua.Agents core, and qyl's existing 1.4.3 pin for the stable packages is unaffected.
A companion PR on the SDK (ANcpLua/ANcpLua.NET.Sdk#151) bumps the SDK's own default for the same property so future consumers do not hit this trap. This PR makes the qyl repo independent of that SDK release cycle.
Test plan
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.