Skip to content

chore(sdkx): bump pinned sdk version to v0.2.6#53

Merged
lIang70 merged 1 commit into
mainfrom
chore/sdkx-bump-sdk-v0.2.6
Apr 30, 2026
Merged

chore(sdkx): bump pinned sdk version to v0.2.6#53
lIang70 merged 1 commit into
mainfrom
chore/sdkx-bump-sdk-v0.2.6

Conversation

@lIang70

@lIang70 lIang70 commented Apr 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bumps sdkx's pinned sdk dependency from v0.2.4v0.2.6 so callers building sdkx outside the go.work workspace (GOWORK=off) pick up the APIs already used by sdkx.

The matching SDK changes shipped via #52 (merged as sdk/v0.2.6):

  • ModelSpec / ModelDeprecation / RegisterParallelToolExtraKey — required by the catalog refresh and the parallel-tool Extra bridging in sdkx/llm/{openai,anthropic,bytedance,...}.
  • sdk/tool middleware + sdk/script resource caps ship in the same patch (inert from sdkx's perspective).

Why this is a separate PR

PR #52 set [skip-tag:sdkx] in its title so the auto-tag workflow correctly bumped sdk only. This PR closes that loop manually — once merged, the auto-tag workflow will tag sdkx/v0.2.4 (next patch).

Test plan

  • cd sdkx && GOWORK=off go vet ./...
  • cd sdkx && GOWORK=off go test ./... -count=1 (all green)
  • CI: confirm Test sdkx (Go 1.25 / 1.26) jobs pass

Made with Cursor

Brings sdkx up to the sdk module surface introduced by PR #52
(merged as sdk/v0.2.6, auto-tagged on main):

  * ModelSpec / ModelDeprecation / RegisterParallelToolExtraKey
    are needed by the catalog refresh and the parallel-tool Extra
    bridging in sdkx/llm/{openai,anthropic,bytedance,...}.
  * sdk/tool middleware + sdk/script resource caps are inert from
    sdkx's perspective but ship in the same patch.

PR #52 was merged with [skip-tag:sdkx] so the auto-tag workflow
correctly bumped sdk only and left sdkx untouched. This PR closes
that loop manually so downstream consumers building sdkx outside
the workspace (GOWORK=off) pick up the matching sdk APIs.

Verified: GOWORK=off go vet ./... and GOWORK=off go test ./...
both pass from sdkx/.

Made-with: Cursor
@lIang70
lIang70 merged commit 41f6119 into main Apr 30, 2026
7 checks passed
@lIang70
lIang70 deleted the chore/sdkx-bump-sdk-v0.2.6 branch April 30, 2026 04:33
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