Skip to content

chore: version packages#607

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#607
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

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

@langchain/quickjs@0.6.0

Minor Changes

deepagents-acp@0.1.16

Patch Changes

deepagents@1.10.6

Patch Changes

  • #608 d7ecab2 Thanks @aolsenjazz! - fix(deepagents): forward subagent results as text

    Fixed a 400 invalid_request_error that occurred when a subagent used an Anthropic server-side tool (web search, web fetch, or code execution): the subagent's server_tool_use/*_tool_result blocks were forwarded to the parent agent as tool_result content, which the API rejects. Subagent results are now passed back to the parent as their text content (matching the Python implementation), which resolves the error and also handles a trailing empty end_turn message.

  • #611 42f34b6 Thanks @aolsenjazz! - feat(deepagents): add bedrockPromptCachingMiddleware to default stack

    Add bedrockPromptCachingMiddleware to default middleware stack. This automatically opts-in to Bedrock prompt caching for Nova and Anthropic models

  • #613 0ae10d7 Thanks @christian-bromann! - fix(deepagents): declare LangChain runtime packages as peer dependencies

    Move @langchain/core, @langchain/langgraph, @langchain/langgraph-sdk, and
    langchain from dependencies to peerDependencies, and also declare
    @langchain/langgraph-checkpoint as a peer (its BaseCheckpointSaver/BaseStore
    types are part of the public API), so they resolve to a single shared instance in
    the consumer's tree. Previously they were bundled as regular
    dependencies, which let a consumer end up with two copies of @langchain/core
    (e.g. 1.2.0 vs 1.2.1). Because these packages ship classes with private/
    protected fields, the duplicate copies are treated as nominally distinct types,
    producing errors like passing a ChatOpenAI model to createDeepAgent or a
    compiled graph to the local protocol helpers. As peers, the app controls the
    version and bumping @langchain/core no longer requires a deepagents release.

@deepagents/evals@0.0.15

Patch Changes

@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
deepagentsjs-ui Ready Ready Preview, Comment Jun 23, 2026 12:25am

Request Review

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.

0 participants