chore: version packages - #119
Open
openrouter-port-bot[bot] wants to merge 1 commit into
Open
openrouter-port-bot[bot] wants to merge 1 commit into
openrouter-port-bot[bot] wants to merge 1 commit into
Conversation
openrouter-port-bot
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 26, 2026 20:10
338285d to
f85219c
Compare
openrouter-port-bot
Bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 05:01
f85219c to
54baf6c
Compare
openrouter-port-bot
Bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 05:03
54baf6c to
41931d1
Compare
This branch has not been deployed
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@1.0.0
Major Changes
9766f31Thanks @LukasParke! - Stop accumulating generator-toolpreliminaryResultsarrays. Yields are still broadcast live; the terminaltool.resultevent andToolExecutionResultno longer carry the full yield history.Minor Changes
#118
4dce84eThanks @sambarnes! - Allow manual tools to provide a caller-owned JSON Schema for wire serialization.#93
dacf4d1Thanks @LukasParke! - FixfromChatMessagesdropping assistant tool calls and give both message converters precise array return types that work withcallModel,Item[], and the SDK'sInputsUnion.Assistant
toolCallsnow becomefunction_callitems, preserving their already-serializedarguments. A message containing both text and tool calls emits both items; an empty assistant message is omitted only when tool calls replace it.Patch Changes
#120
ddab365Thanks @LukasParke! - Identify Agent SDK requests with an Agent SDK user-agent suffix that includes the package version.#125
ddd60dfThanks @w0nche0l! - Do not execute tool calls from a response truncated atmax_output_tokens. A turn that hits the token budget mid-tool-call now finalizes withstatus: 'incomplete'instead of running the cut-off call (and re-requesting on the same exhausted budget).@openrouter/mcp@1.1.2
Patch Changes
4dce84e,9766f31,dacf4d1,ddab365,ddd60df]: