From e5d534fb818027be3a6a3950c8a8b7bfa2d6a61a Mon Sep 17 00:00:00 2001 From: liuxuezhuo Date: Wed, 16 Sep 2026 09:45:21 +0800 Subject: [PATCH] chore(deps): upgrade the Qoder Agent SDK to 1.0.41 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SDK pins a paired CLI version (1.0.41 ↔ qodercli 1.1.53), so the CLI was upgraded first. The public surface only grew (334 → 452 exports, none removed) and the esbuild import.meta patch, the spawn shim, and the package layout are unchanged; the widened error_code and ModelInfo.source types have no call sites. Verified with typecheck/lint/tests, the production build, the SDK smoke against the real CLI, and the file-drop e2e. Co-authored-by: QoderAI (Qwen 3.8 Max) --- README.md | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 678c675..56145c9 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ src/ └── style/ # Modular CSS ``` -Qoderian drives qodercli through the pinned `@qoder-ai/qoder-agent-sdk@1.0.16`; `custom-spawn.ts` only handles Obsidian/Electron process compatibility. Qoder is the only integration, so there is no provider registry, capability matrix, or routing layer. See [ARCHITECTURE.md](ARCHITECTURE.md) for dependency rules and the SDK lifecycle conventions followed from the [official TypeScript samples](https://github.com/QoderAI/qoder-agent-sdk-samples/tree/main/typescript). +Qoderian drives qodercli through `@qoder-ai/qoder-agent-sdk@^1.0.41`; `custom-spawn.ts` only handles Obsidian/Electron process compatibility. Qoder is the only integration, so there is no provider registry, capability matrix, or routing layer. See [ARCHITECTURE.md](ARCHITECTURE.md) for dependency rules and the SDK lifecycle conventions followed from the [official TypeScript samples](https://github.com/QoderAI/qoder-agent-sdk-samples/tree/main/typescript). ## Releasing diff --git a/package-lock.json b/package-lock.json index 7e37755..1314e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qoderian", - "version": "1.0.7", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qoderian", - "version": "1.0.7", + "version": "1.0.10", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -14,7 +14,7 @@ "@codemirror/state": "^6.5.0", "@codemirror/view": "^6.38.6", "@modelcontextprotocol/sdk": "~1.30.0", - "@qoder-ai/qoder-agent-sdk": "^1.0.23", + "@qoder-ai/qoder-agent-sdk": "^1.0.41", "tslib": "^2.8.1" }, "devDependencies": { @@ -2190,9 +2190,9 @@ } }, "node_modules/@qoder-ai/qoder-agent-sdk": { - "version": "1.0.23", - "resolved": "https://registry.npmjs.org/@qoder-ai/qoder-agent-sdk/-/qoder-agent-sdk-1.0.23.tgz", - "integrity": "sha512-r3ogzHwVQo5oarY4GjlJb8v7THl2ECo9VyFnSDaM3FUrYUlOoRDfsZsUrKfZIxW5k0R4pFmQ9kKmRAPMdF03dw==", + "version": "1.0.41", + "resolved": "https://registry.npmjs.org/@qoder-ai/qoder-agent-sdk/-/qoder-agent-sdk-1.0.41.tgz", + "integrity": "sha512-lRgKZEionMz/cwTcBPF//Vj62Eeju6aL5S6hQaG11qg0phvu0436D9T6da9Z5Tz3l9WpDdiOd/8zGpSkrUztJw==", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { diff --git a/package.json b/package.json index 7532473..bbffbc4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@codemirror/state": "^6.5.0", "@codemirror/view": "^6.38.6", "@modelcontextprotocol/sdk": "~1.30.0", - "@qoder-ai/qoder-agent-sdk": "^1.0.23", + "@qoder-ai/qoder-agent-sdk": "^1.0.41", "tslib": "^2.8.1" }, "overrides": {