Skip to content

ci: Version Packages#702

Merged
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main
Jun 4, 2026
Merged

ci: Version Packages#702
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/ai-anthropic@0.15.0

Minor Changes

  • #695 786b3e4 - feat: attach hosted provider Skills to code-execution / shell tools

    Hosted, provider-managed Agent Skills can now be attached to the server-side execution tool that runs them:

    • AnthropiccodeExecutionTool(config, { skills: [{ type: 'anthropic', skill_id: 'pptx', version: 'latest' }] }). The adapter lifts the skills into the request's top-level container.skills and automatically attaches the required beta headers (code-execution-2025-08-25 — or code-execution-2025-05-22 for the legacy code_execution_20250522 variant — plus skills-2025-10-02).
    • OpenAIshellTool({ environment: { type: 'container_auto', skills: [{ type: 'skill_reference', skill_id: '...', version: '2' }] } }), threaded through the Responses API shell tool.

    Scope: hosted/managed skills referenced by id + version. Skills are inert without the execution tool that runs them.

    Setting skills via Anthropic's modelOptions.container.skills is deprecated in favor of codeExecutionTool(config, { skills }).

    Bumps the openai SDK to ^6.41.0 (required for the typed shell environment.skills surface).

@tanstack/ai-openai@0.14.0

Minor Changes

  • #695 786b3e4 - feat: attach hosted provider Skills to code-execution / shell tools

    Hosted, provider-managed Agent Skills can now be attached to the server-side execution tool that runs them:

    • AnthropiccodeExecutionTool(config, { skills: [{ type: 'anthropic', skill_id: 'pptx', version: 'latest' }] }). The adapter lifts the skills into the request's top-level container.skills and automatically attaches the required beta headers (code-execution-2025-08-25 — or code-execution-2025-05-22 for the legacy code_execution_20250522 variant — plus skills-2025-10-02).
    • OpenAIshellTool({ environment: { type: 'container_auto', skills: [{ type: 'skill_reference', skill_id: '...', version: '2' }] } }), threaded through the Responses API shell tool.

    Scope: hosted/managed skills referenced by id + version. Skills are inert without the execution tool that runs them.

    Setting skills via Anthropic's modelOptions.container.skills is deprecated in favor of codeExecutionTool(config, { skills }).

    Bumps the openai SDK to ^6.41.0 (required for the typed shell environment.skills surface).

Patch Changes

  • Updated dependencies [786b3e4]:
    • @tanstack/openai-base@0.8.0

@tanstack/openai-base@0.8.0

Minor Changes

  • #695 786b3e4 - feat: attach hosted provider Skills to code-execution / shell tools

    Hosted, provider-managed Agent Skills can now be attached to the server-side execution tool that runs them:

    • AnthropiccodeExecutionTool(config, { skills: [{ type: 'anthropic', skill_id: 'pptx', version: 'latest' }] }). The adapter lifts the skills into the request's top-level container.skills and automatically attaches the required beta headers (code-execution-2025-08-25 — or code-execution-2025-05-22 for the legacy code_execution_20250522 variant — plus skills-2025-10-02).
    • OpenAIshellTool({ environment: { type: 'container_auto', skills: [{ type: 'skill_reference', skill_id: '...', version: '2' }] } }), threaded through the Responses API shell tool.

    Scope: hosted/managed skills referenced by id + version. Skills are inert without the execution tool that runs them.

    Setting skills via Anthropic's modelOptions.container.skills is deprecated in favor of codeExecutionTool(config, { skills }).

    Bumps the openai SDK to ^6.41.0 (required for the typed shell environment.skills surface).

@tanstack/ai-grok@0.11.1

Patch Changes

  • #695 786b3e4 - feat: attach hosted provider Skills to code-execution / shell tools

    Hosted, provider-managed Agent Skills can now be attached to the server-side execution tool that runs them:

    • AnthropiccodeExecutionTool(config, { skills: [{ type: 'anthropic', skill_id: 'pptx', version: 'latest' }] }). The adapter lifts the skills into the request's top-level container.skills and automatically attaches the required beta headers (code-execution-2025-08-25 — or code-execution-2025-05-22 for the legacy code_execution_20250522 variant — plus skills-2025-10-02).
    • OpenAIshellTool({ environment: { type: 'container_auto', skills: [{ type: 'skill_reference', skill_id: '...', version: '2' }] } }), threaded through the Responses API shell tool.

    Scope: hosted/managed skills referenced by id + version. Skills are inert without the execution tool that runs them.

    Setting skills via Anthropic's modelOptions.container.skills is deprecated in favor of codeExecutionTool(config, { skills }).

    Bumps the openai SDK to ^6.41.0 (required for the typed shell environment.skills surface).

  • Updated dependencies [786b3e4]:

    • @tanstack/openai-base@0.8.0

@tanstack/ai-groq@0.4.1

Patch Changes

  • #695 786b3e4 - feat: attach hosted provider Skills to code-execution / shell tools

    Hosted, provider-managed Agent Skills can now be attached to the server-side execution tool that runs them:

    • AnthropiccodeExecutionTool(config, { skills: [{ type: 'anthropic', skill_id: 'pptx', version: 'latest' }] }). The adapter lifts the skills into the request's top-level container.skills and automatically attaches the required beta headers (code-execution-2025-08-25 — or code-execution-2025-05-22 for the legacy code_execution_20250522 variant — plus skills-2025-10-02).
    • OpenAIshellTool({ environment: { type: 'container_auto', skills: [{ type: 'skill_reference', skill_id: '...', version: '2' }] } }), threaded through the Responses API shell tool.

    Scope: hosted/managed skills referenced by id + version. Skills are inert without the execution tool that runs them.

    Setting skills via Anthropic's modelOptions.container.skills is deprecated in favor of codeExecutionTool(config, { skills }).

    Bumps the openai SDK to ^6.41.0 (required for the typed shell environment.skills surface).

  • Updated dependencies [786b3e4]:

    • @tanstack/openai-base@0.8.0

@AlemTuzlak AlemTuzlak merged commit da0984d into main Jun 4, 2026
2 checks passed
@AlemTuzlak AlemTuzlak deleted the changeset-release/main branch June 4, 2026 10:27
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