chore(sdk): upgrade the Qoder Agent SDK to 1.0.45 - #76
Merged
Merged
Conversation
The SDK manifest for 1.0.45 pairs qodercli 1.1.58, which is the CLI version now installed locally; staying on 1.0.41 left the SDK a release behind its paired CLI. The dependency surface used by the plugin is unchanged. Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@qoder-ai/qoder-agent-sdkfrom^1.0.41to^1.0.45(package.json+ lockfile only).qodercli 1.1.58, which is the CLI version now installed on the dev machine (both global and CN flavors); the repo was a release behind its paired CLI.Verification
npm run typechecknpm run lintnpm run test— 3574 passednpm run build— 0import.metainmain.jsnpm run release:checknpm run audit:prodAgainst the real CLI:
npm run smoke:qoderpassed against qodercli 1.1.58 (67 commands, 18 enabled models), and a live Obsidian session spawns the CLI withQODER_AGENT_SDK_VERSION=1.0.45in its environment, confirming the upgraded SDK is the one driving the spawned process.Safety
CHANGELOG.md— not applicable: dependency-only change with no user-visible behavior, so no entry (same as the previous SDK upgrade).