chore: version packages - #108
Open
openrouter-port-bot[bot] wants to merge 1 commit into
Open
Conversation
openrouter-port-bot
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 02:19
fdcb343 to
8c22c42
Compare
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.
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
@openrouter/agent@0.10.0
Minor Changes
#102
787cbf8Thanks @LukasParke! - Add the full MCP integration under the canonical@openrouter/agent/mcpsubpath.@modelcontextprotocol/clientis an optional peer, so base agent installations and imports do not install or load MCP support. The existing@openrouter/mcppackage remains as a compatibility facade and now re-exports the canonical agent subpaths.Install
@modelcontextprotocol/clientalongside@openrouter/agentwhen using/mcp. The SDK is loaded lazily, so importing the base agent or the MCP entry point does not require the peer; the first MCP connection attempt without it throws an actionableMCPMissingPeerDependencyError.Existing
@openrouter/mcpimports continue to work as tooling-visible deprecated migration facades, but new code should prefer@openrouter/agent/mcp. The facade would only be removed in a future breaking release after migration notice.The
@openrouter/mcpfacade continues to install@modelcontextprotocol/clienttransitively for backward compatibility; only direct@openrouter/agent/mcpusers need to add the optional peer explicitly.#31
8d2ed61Thanks @mattapperson! - Add@openrouter/agent/tool-set(port of ai-tool-set v1.0.0, MIT © Chris Cook): declarative activate / deactivate / activateWhen / deactivateWhen for tools with state- and context-aware predicates. Integrates with a newactiveTools?: readonly string[]option oncallModelthat filters which tools are sent to the model for a given call.@openrouter/mcp@1.1.0
Minor Changes
#102
787cbf8Thanks @LukasParke! - Add the full MCP integration under the canonical@openrouter/agent/mcpsubpath.@modelcontextprotocol/clientis an optional peer, so base agent installations and imports do not install or load MCP support. The existing@openrouter/mcppackage remains as a compatibility facade and now re-exports the canonical agent subpaths.Install
@modelcontextprotocol/clientalongside@openrouter/agentwhen using/mcp. The SDK is loaded lazily, so importing the base agent or the MCP entry point does not require the peer; the first MCP connection attempt without it throws an actionableMCPMissingPeerDependencyError.Existing
@openrouter/mcpimports continue to work as tooling-visible deprecated migration facades, but new code should prefer@openrouter/agent/mcp. The facade would only be removed in a future breaking release after migration notice.The
@openrouter/mcpfacade continues to install@modelcontextprotocol/clienttransitively for backward compatibility; only direct@openrouter/agent/mcpusers need to add the optional peer explicitly.Patch Changes
787cbf8,8d2ed61]: