Skip to content

fix: add ^ prefix to @opencode-ai/sdk version#15

Closed
codewithkenzo wants to merge 1 commit intomainfrom
fix/version-consistency
Closed

fix: add ^ prefix to @opencode-ai/sdk version#15
codewithkenzo wants to merge 1 commit intomainfrom
fix/version-consistency

Conversation

@codewithkenzo
Copy link
Owner

@codewithkenzo codewithkenzo commented Feb 2, 2026

Added ^ prefix to @opencode-ai/sdk version constraint for consistency with @opencode-ai/plugin.

Scout-detected fix.

Greptile Overview

Greptile Summary

Updated @opencode-ai/sdk dependency version constraint from 1.1.30 to ^1.1.30 to align with the versioning pattern used by @opencode-ai/plugin and all other dependencies in the project.

  • Enables automatic minor and patch updates for @opencode-ai/sdk while maintaining compatibility
  • Ensures consistency across all dependency version constraints
  • No breaking changes or logic modifications

Confidence Score: 5/5

  • This PR is safe to merge immediately with zero risk
  • Single-character addition to package.json for version constraint consistency. No code changes, no logic changes, standard semver practice.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Added caret prefix to @opencode-ai/sdk version for consistency with other dependencies

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PM as Package Manager
    participant Reg as npm Registry
    
    Note over Dev,Reg: Version Constraint Update
    Dev->>PM: Update package.json<br/>(1.1.30 → ^1.1.30)
    PM->>Reg: Request @opencode-ai/sdk
    Reg-->>PM: Returns compatible version<br/>(1.1.x or 1.x.x)
    PM->>Dev: Install compatible version<br/>(allows minor/patch updates)
Loading

@codewithkenzo
Copy link
Owner Author

Superseded by v4 branch — SDK version will be updated there.

@codewithkenzo codewithkenzo deleted the fix/version-consistency branch February 6, 2026 15:31
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