Skip to content

fix(versions): bump BitNet hosting pin to 1.4.10-alpha.1 - #337

Merged
ANcpLua merged 1 commit into
mainfrom
fix/bitnet-pin-1.4.10-alpha.1
May 13, 2026
Merged

fix(versions): bump BitNet hosting pin to 1.4.10-alpha.1#337
ANcpLua merged 1 commit into
mainfrom
fix/bitnet-pin-1.4.10-alpha.1

Conversation

@ANcpLua

@ANcpLua ANcpLua commented May 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump `ANcpLuaAgentsHostingBitNetVersion` from `1.4.3-alpha.1` (never published) to `1.4.10-alpha.1` (first actually-published version).

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:

  1. Pack-step gap — the publish workflow listed every package to pack except BitNet. v1.4.9 shipped 10/11 packages; BitNet wasn't in the artifact bundle. Fixed: ANcpLua.Agents@2f0f882 (deps(npm)(deps): bump tailwind-merge from 3.4.0 to 3.5.0 in /src/qyl.dashboard #83).
  2. Must-Publish gate — the workflow-only fix in Add Claude Code GitHub Workflow #1 couldn't itself trigger a publish because the gate only diffed `src/` and `tests/`. Fixed: ANcpLua.Agents@0314ccb — gate now also considers `.github/workflows/nuget-publish.yml`, plus a `force_publish` workflow_dispatch input.

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

  • Single-line version bump, no surface-area change.
  • CI green on this PR — `Backend (.NET)` restore step now resolves `ANcpLua.Agents.Hosting.BitNet 1.4.10-alpha.1` from nuget.org.

🤖 Generated with Claude Code


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

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>
Copilot AI review requested due to automatic review settings May 13, 2026 03:04
@github-actions

Copy link
Copy Markdown

@coderabbitai autofix

@claude

claude Bot commented May 13, 2026

Copy link
Copy Markdown

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 ANcpLuaAgentsHostingBitNetVersion from 1.4.3-alpha.1 to 1.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.

@ANcpLua
ANcpLua merged commit 783526f into main May 13, 2026
15 of 18 checks passed
@ANcpLua
ANcpLua deleted the fix/bitnet-pin-1.4.10-alpha.1 branch May 13, 2026 03:48
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