chore: version packages#2942
Merged
Merged
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b618931 to
b499125
Compare
b499125 to
4d237e3
Compare
4d237e3 to
15daa6f
Compare
15daa6f to
1c47a49
Compare
1c47a49 to
db45ad8
Compare
db45ad8 to
3ed72a3
Compare
3ed72a3 to
c879552
Compare
c879552 to
bd9f04e
Compare
bd9f04e to
8e36bb5
Compare
8e36bb5 to
64637ab
Compare
64637ab to
d029b46
Compare
159a1dd to
7feb61f
Compare
7feb61f to
6ac574f
Compare
6ac574f to
46c2e9a
Compare
46c2e9a to
838e2cc
Compare
Releases: server@0.56.0 dashboard@0.57.0
838e2cc to
a4e13ff
Compare
simplesagar
approved these changes
May 20, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
dashboard@0.57.0
Minor Changes
gram-remote-mcpfeature flag.Patch Changes
server@0.56.0
Minor Changes
/x/mcpwithmcp_servers.user_session_issuer_id. ThemcpServers.createandmcpServers.updatemanagement endpoints now accept an optionaluser_session_issuer_id, andMcpServercarries it on read. When set on anmcp_server,/x/mcprequests are issuer-gated: callers without a valid Authorization receive 401 +WWW-Authenticatepointing at/.well-known/oauth-protected-resource/x/mcp/{slug}, and the full OAuth surface — dynamic client registration, authorize, IDP callback, consent, token, revoke — is mounted under/x/mcp/{slug}/...against the same JWT machinery/mcpuses, with audience bound tourn.NewUserSessionIssuer(...)so tokens stay portable across toolset-backed and remote-backed servers under the same issuer. Both well-known metadata routes under/x/mcpnow return the issuer-gated metadata shape for any addressedmcp_serverwith an issuer set, including remote-backed servers (previously 404). The/oauth/proxy-registerDCR helper now also registers<server>/x/mcp/remote_login_callbackso remote-OAuthmcp_serversreached via/x/mcp/{slug}/connectcan complete the upstream callback against the same upstream client registration.Patch Changes
/chat/completionsproxy used to stripcache_controlmarkers off the request body before forwarding to OpenRouter, so every Anthropic call billed at the full input rate. The proxy now preserves the markers at the top level, on tool definitions, and on message content blocks, so Claude requests with stable prefixes can serve from cache.configure_triggeron an existing trigger returned a generic internal error every time, even though the assistant could read its triggers fine — its scoped tool was being silently swapped for a stricter variant that demanded fields the assistant isn't allowed to send. As a side effect, an assistant's trigger list no longer leaks sibling assistants' triggers in the same project.risk_finding.createdis replaced byrisk_finding.created_v1.