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": {