From 2c0196efd3cacb197fd5f33db5c4fb29df81176a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 04:59:52 +0100 Subject: [PATCH] chore: rename npm scope from @valknar to @valknarthing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package names across the project: - @valknar/llmx → @valknarthing/llmx - @valknar/llmx-sdk → @valknarthing/llmx-sdk - @valknar/llmx-responses-api-proxy → @valknarthing/llmx-responses-api-proxy Also updated: - GitHub repository URLs (valknar → valknarthing) - GitHub Actions workflow scope configuration - README installation instructions --- .github/workflows/rust-release.yml | 2 +- README.md | 4 ++-- llmx-cli/package.json | 4 ++-- llmx-rs/responses-api-proxy/npm/package.json | 4 ++-- sdk/typescript/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 0f85c890..bb3373af 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -483,7 +483,7 @@ jobs: with: node-version: 22 registry-url: "https://registry.npmjs.org" - scope: "@valknar" + scope: "@valknarthing" # Trusted publishing requires npm CLI version 11.5.1 or later. - name: Update npm diff --git a/README.md b/README.md index 457ed14b..c20dcfc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

npm i -g @valknar/llmx
or brew install --cask llmx

+

npm i -g @valknarthing/llmx
or brew install --cask llmx

LLMX CLI is a coding agent powered by LiteLLM that runs locally on your computer.
@@ -18,7 +18,7 @@ Install globally with your preferred package manager. If you use npm: ```shell -npm install -g @valknar/llmx +npm install -g @valknarthing/llmx ``` Alternatively, if you use Homebrew: diff --git a/llmx-cli/package.json b/llmx-cli/package.json index e3b601e8..c509a450 100644 --- a/llmx-cli/package.json +++ b/llmx-cli/package.json @@ -1,5 +1,5 @@ { - "name": "@valknar/llmx", + "name": "@valknarthing/llmx", "version": "0.1.0", "license": "Apache-2.0", "description": "LLMX CLI - Multi-provider coding agent powered by LiteLLM", @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/valknar/llmx.git", + "url": "git+https://github.com/valknarthing/llmx.git", "directory": "llmx-cli" } } diff --git a/llmx-rs/responses-api-proxy/npm/package.json b/llmx-rs/responses-api-proxy/npm/package.json index 9c6e3407..e948a533 100644 --- a/llmx-rs/responses-api-proxy/npm/package.json +++ b/llmx-rs/responses-api-proxy/npm/package.json @@ -1,5 +1,5 @@ { - "name": "@valknar/llmx-responses-api-proxy", + "name": "@valknarthing/llmx-responses-api-proxy", "version": "0.1.0", "license": "Apache-2.0", "bin": { @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/valknar/llmx.git", + "url": "git+https://github.com/valknarthing/llmx.git", "directory": "llmx-rs/responses-api-proxy/npm" } } diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index d53c75d2..f2982673 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -1,10 +1,10 @@ { - "name": "@valknar/llmx-sdk", + "name": "@valknarthing/llmx-sdk", "version": "0.1.0", "description": "TypeScript SDK for LLMX - Multi-provider coding agent", "repository": { "type": "git", - "url": "git+https://github.com/valknar/llmx.git", + "url": "git+https://github.com/valknarthing/llmx.git", "directory": "sdk/typescript" }, "keywords": [