Skip to content

Conversation

@shunkakinoki
Copy link

@shunkakinoki shunkakinoki commented Jan 17, 2026

Summary

  • Update clawdbot-gateway source to v2026.1.16-2 (commit be37b39)
  • Update clawdbot-app to v2026.1.16-2 (fixes broken app package)
  • Update version strings and hashes

Gateway fix

Fixes the remote mode "data/client must have required property 'name'" error that was present in v2026.1.8-2.

App fix

The old app package (v2.0.0-beta5) only contained AppleDouble metadata files (._*) without actual app content. The new package has the proper binary and resources.

Test plan

  • Built clawdbot-gateway successfully with nix build .#clawdbot-gateway
  • Verified clawdbot --version outputs 2026.1.16-2
  • Built clawdbot-app successfully with nix build .#clawdbot-app
  • Verified app contains actual binary (75MB MacOS/Clawdbot)
  • Test deployment to kyber
  • Test macOS node registration via app

🤖 Generated with Claude Code

Update source revision and version to fix remote mode client name issue.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings January 17, 2026 16:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the clawdbot package from version v2026.1.8-2 to v2026.1.16-2, addressing a remote mode error related to client name validation. The update includes a new source revision and corresponding hash updates.

Changes:

  • Updated clawdbot source revision to commit be37b39782e0799ba5b9533561de6d128d50c863
  • Updated source hash to reflect the new revision
  • Updated version string in clawdbot-gateway package to 2026.1.16-2

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
nix/sources/clawdbot-source.nix Updated git revision and source hash for the new clawdbot version
nix/packages/clawdbot-gateway.nix Updated version string to 2026.1.16-2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

stdenv.mkDerivation (finalAttrs: {
pname = "clawdbot-gateway";
version = "2026.1.8-2";
version = "2026.1.16-2";
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

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

The version string in this file should also be updated to "2026.1.16-2" to maintain consistency across all related Nix derivations that use the same clawdbot source. The files nix/checks/clawdbot-config-options.nix and nix/checks/clawdbot-gateway-tests.nix also contain the old version "2026.1.8-2" and should be updated as part of this version bump.

Copilot uses AI. Check for mistakes.
@shunkakinoki
Copy link
Author

@joshp123

- Update version from 2.0.0-beta5 to 2026.1.16-2
- Fix URL to use new "Clawdbot" naming (was "Clawdis")
- Update hash for new release

The old package only contained AppleDouble metadata files. The new
release has the actual app binary and resources.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@joshp123
Copy link
Collaborator

🤖 Thanks for the PR! We handle version/pin bumps via CI now (Yolo Update Pins), so these manual bump PRs aren’t needed. We’ll rely on the automated updater for this going forward.

@joshp123 joshp123 closed this Jan 29, 2026
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