Skip to content

Rename the Node SDK npm package scope - #1101

Merged
ndizazzo merged 1 commit into
mainfrom
codex/rename-node-sdk-npm-scope
Jul 28, 2026
Merged

Rename the Node SDK npm package scope#1101
ndizazzo merged 1 commit into
mainfrom
codex/rename-node-sdk-npm-scope

Conversation

@ndizazzo

@ndizazzo ndizazzo commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • rename the Node SDK package from the unavailable @meshllm/sdk scope to the owned @mesh-llm/sdk scope
  • update the package manifest, SDK guides, examples, and maintained website source
  • keep the package repository metadata pointed at Mesh-LLM/mesh-packaging, which owns npm publication

Validation

  • npm test --prefix sdk/node
  • npm pack --dry-run --json (confirmed package name @mesh-llm/sdk)
  • just website-build
  • generated sdk-node page inspected for the canonical name
  • just check-release
  • git diff --check

The website build completed successfully after npm ci installed the locked website dependencies. No package publication is performed by this PR.

Summary by CodeRabbit

  • Documentation
    • Corrected the Node.js SDK package name to @mesh-llm/sdk across installation instructions and code examples.
    • Updated examples for client mode, local serving, runtime resolution, and Electron usage.
  • Bug Fixes
    • Aligned the published Node.js package name with the documented installation and import commands.

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 855c4315-3a0b-40d2-a5b7-54400b391b38

📥 Commits

Reviewing files that changed from the base of the PR and between a878919 and da0b68c.

📒 Files selected for processing (5)
  • docs/SDK.md
  • docs/sdk/node.md
  • sdk/node/README.md
  • sdk/node/package.json
  • website/src/docs/pages/sdk-node.md

📝 Walkthrough

Walkthrough

The Node.js SDK package name changes to @mesh-llm/sdk, with installation commands and import examples updated across SDK documentation and website pages.

Changes

Node SDK package rename

Layer / File(s) Summary
Update package identity
sdk/node/package.json
The package manifest name changes from @meshllm/sdk to @mesh-llm/sdk.
Synchronize installation and import examples
docs/SDK.md, docs/sdk/node.md, sdk/node/README.md, website/src/docs/pages/sdk-node.md
Installation commands, package source text, and Node.js require examples use @mesh-llm/sdk; one SDK guide line also receives a formatting adjustment.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • Mesh-LLM/mesh-llm#973: Added the initial Node.js SDK documentation that referenced the previous package name.

Suggested reviewers: i386

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: renaming the Node SDK npm package scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/rename-node-sdk-npm-scope

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ndizazzo
ndizazzo merged commit c631070 into main Jul 28, 2026
24 checks passed
@ndizazzo
ndizazzo deleted the codex/rename-node-sdk-npm-scope branch July 28, 2026 17:32
michaelneale added a commit that referenced this pull request Jul 29, 2026
…-retention

* origin/main:
  Refresh llama.cpp upstream patch queue (#1105)
  Revert "Refresh llama.cpp upstream patch queue (#1099)"
  Refresh llama.cpp upstream patch queue (#1099)
  chore(code-quality): generalized code-quality refactoring (#1098)
  Document canonical Homebrew tap (#1102)
  Rename the Node SDK npm package scope (#1101)
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