Skip to content

zeroclaw: switch to openagen upstream + unblock nixpkgs bump#3619

Merged
Mic92 merged 3 commits intomainfrom
zeroclaw-openagen
Mar 31, 2026
Merged

zeroclaw: switch to openagen upstream + unblock nixpkgs bump#3619
Mic92 merged 3 commits intomainfrom
zeroclaw-openagen

Conversation

@Mic92
Copy link
Copy Markdown
Member

@Mic92 Mic92 commented Mar 31, 2026

Three independent fixes bundled to unblock CI:

  1. zeroclaw: switch to new upstream at openagen/zeroclaw, drop npm build + build patch
  2. gitnexus: nodePackages.typescripttypescript (nodePackages removed in nixpkgs)
  3. hermes-agent: skip ctranslate2 cpuinfo tests on aarch64-linux (sandbox lacks /proc/cpuinfo)

Fixes 2 & 3 unblock #3568.

Mic92 added 3 commits March 31, 2026 18:28
The project was rebooted under github.com/openagen/zeroclaw with a
fresh version scheme. The old zeroclaw-labs repo is stale and the
v0.6.6 tag never compiled without local patches.

Drop the npm frontend build: the new upstream commits web/dist/ to
the tree, so rust-embed picks it up directly from src. This removes
the fetchNpmDepsWithPackuments dependency and the subpackage updater
hop.

Drop fix-v0.6.6-build.patch: no longer relevant.

License corrected to MIT OR Apache-2.0 per upstream Cargo.toml and
LICENSE-{MIT,APACHE} files.

versionCheckHook needs the pre-release suffix stripped because
Cargo.toml reports '0.1.7' while the git tag is 'v0.1.7-beta.1'.
nodePackages was dropped from nixpkgs. The top-level typescript
attribute is the maintained replacement.

Unblocks the flake.lock bump in #3568.
ctranslate2 4.7.x added test_torch_variables parametrisations that
call into libcpuinfo during collection. On the aarch64-linux remote
builders the sandbox does not expose a usable /proc/cpuinfo, so every
case dies with 'RuntimeError: Failed to initialize cpuinfo!'.

The library works fine at runtime; only the test fixture is hostile
to sandboxed aarch64 builds. Override python3 to add the test to
disabledTests on that platform until nixpkgs grows the same guard.

Unblocks #3568 (flake.lock: Update nixpkgs).
@Mic92 Mic92 added this pull request to the merge queue Mar 31, 2026
Merged via the queue into main with commit dfa2274 Mar 31, 2026
2 checks passed
@Mic92 Mic92 deleted the zeroclaw-openagen branch March 31, 2026 20:06
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.

1 participant