Skip to content

chore: version packages - #119

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

chore: version packages#119
openrouter-port-bot[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@openrouter-port-bot

@openrouter-port-bot openrouter-port-bot Bot commented Aug 25, 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

@openrouter/agent@1.0.0

Major Changes

  • #110 9766f31 Thanks @LukasParke! - Stop accumulating generator-tool preliminaryResults arrays. Yields are still broadcast live; the terminal tool.result event and ToolExecutionResult no longer carry the full yield history.

Minor Changes

  • #118 4dce84e Thanks @sambarnes! - Allow manual tools to provide a caller-owned JSON Schema for wire serialization.

    import { tool } from "@openrouter/agent";
    import { z } from "zod";
    
    const confirmTool = tool({
      name: "confirm_action",
      inputSchema: z.object({ action: z.string() }),
      wireInputSchema: {
        type: "object",
        properties: {
          action: { type: "string" },
        },
        required: ["action"],
      },
      execute: false,
    });

Patch Changes

  • #120 ddab365 Thanks @LukasParke! - Identify Agent SDK requests with an Agent SDK user-agent suffix that includes the package version.

    import { OpenRouter } from "@openrouter/agent";
    
    const client = new OpenRouter({ apiKey: process.env.OPENROUTER_API_KEY });
    // Requests use the Agent SDK user agent by default.
    // Pass userAgent to override the default identification.

@openrouter/mcp@1.1.2

Patch Changes

@openrouter-port-bot
openrouter-port-bot Bot force-pushed the changeset-release/main branch from 50c7038 to 338285d Compare August 26, 2026 20:10
@openrouter-port-bot
openrouter-port-bot Bot force-pushed the changeset-release/main branch from 338285d to f85219c Compare August 26, 2026 20:10
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