Skip to content

chore(deps): bump @openrouter/sdk from 0.13.24 to 1.2.3 - #323

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/sdk-1.2.2
Open

chore(deps): bump @openrouter/sdk from 0.13.24 to 1.2.3#323
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/sdk-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @openrouter/sdk from 0.13.24 to 1.2.3.

Release notes

Sourced from @​openrouter/sdk's releases.

typescript - v1.2.3 - 2026-07-31 14:37:57

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.3

Typescript SDK Changes:

  • openrouter.beta.responses.send():
    • request.responsesRequest.input.union(Array<>)[].union(class (7)).type Changed
  • openrouter.presets.createPresetsResponses():
    • request.responsesRequest.input.union(Array<>)[].union(class (7)).type Changed
  • openrouter.responses.send():
    • request.responsesRequest.input.union(Array<>)[].union(class (7)).type Changed

Generated with Speakeasy CLI 1.787.0

Publishing Completed

typescript - v1.2.2 - 2026-07-30 22:10:45

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.2

Typescript SDK Changes:

  • openrouter.beta.responses.send():
    • request.responsesRequest.serviceTier.enum(fast) Added
    • response Changed
  • openrouter.chat.send():
    • request.chatRequest.serviceTier.enum(fast) Added
  • openrouter.presets.createPresetsChatCompletions():
    • request.chatRequest.serviceTier.enum(fast) Added
  • openrouter.presets.createPresetsResponses():
    • request.responsesRequest.serviceTier.enum(fast) Added
  • openrouter.responses.send():
    • request.responsesRequest.serviceTier.enum(fast) Added
    • response Changed

Generated with Speakeasy CLI 1.787.0

Publishing Completed

typescript - v1.2.1 - 2026-07-30 21:33:43

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.1

Typescript SDK Changes:

  • openrouter.beta.responses.send():
    • request.responsesRequest.provider.ignore[].union(ProviderName).enum(thinkingMachines) Added
  • openrouter.tts.createSpeech():
    • request.speechRequest.provider.options.thinkingmachines Added
  • openrouter.stt.createTranscription():
    • request.sttRequest.provider.options.thinkingmachines Added
  • openrouter.byok.list():
    • request.provider Changed

... (truncated)

Changelog

Sourced from @​openrouter/sdk's changelog.

2025-08-22 16:09:25

Changes

Based on:

Generated

  • [typescript v0.1.2] .

2025-09-23 21:23:27

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.2] .

Releases

2025-10-01 17:53:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.17] .

Releases

2025-10-18 05:44:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.41] .

Releases

2025-10-18 19:30:25

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.42] .

Releases

... (truncated)

Commits
  • 11eb000 chore: 🐝 Update SDK - Generate (spec change merged) 1.2.3 (#738)
  • 3a0d6c5 chore: update OpenAPI spec from monorepo (#737)
  • b461b1b chore: 🐝 Update SDK - Generate (spec change merged) 1.2.2 (#736)
  • 2b9ad42 chore: update OpenAPI spec from monorepo (#735)
  • 536dbc4 chore: 🐝 Update SDK - Generate (spec change merged) 1.2.1 (#734)
  • 4621cc8 chore: update OpenAPI spec from monorepo (#733)
  • 60545a7 chore(gen)!: render BYOK/TTS/STT as initialisms in generated symbols (#716)
  • 5b5d9f8 chore: 🐝 Update SDK - Generate (spec change merged) 1.1.25 (#732)
  • 4f39411 chore: update OpenAPI spec from monorepo (#731)
  • e4b0a4b chore: 🐝 Update SDK - Generate (spec change merged) 1.1.24 (#730)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: All-Hands-AI/core-team. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@github-actions github-actions Bot added the type: chore Maintenance / chores label Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Endpoint audit

⚠️ 7 actionable Agent Server contract divergence(s) · report-only

Contract: pinned release artifact

Category Count
Actionable client-only calls 0
Actionable server-only operations 7
Documented non-divergences 12
Agent Server contract operations 117
Audited handwritten client endpoints 118

Actionable client-only calls (0)

none

Actionable server-only operations (7)

  • GET /api/conversations/{}/events
  • GET /api/file/archive
  • GET /api/git/commits
  • GET /api/git/commits/{}/changes
  • GET /api/init
  • POST /api/conversations/{}/load_plugin
  • POST /api/init
Documented non-divergences (12)

Client calls intentionally absent from the filtered contract (10)

  • GET /
  • GET /alive
  • GET /health
  • GET /ready
  • GET /server_info

Reason: Operational Agent Server endpoints intentionally excluded from the filtered public release artifact.
Owner: OpenHands runtime maintainers

  • DELETE /api/meta-profiles/{}
  • GET /api/meta-profiles
  • GET /api/meta-profiles/{}
  • POST /api/meta-profiles/{}
  • POST /api/meta-profiles/{}/activate

Reason: Client-ahead API stacked on the pending Agent Server meta-profiles implementation.
Owner: OpenHands SDK maintainers
Tracking: OpenHands/software-agent-sdk#3744

Server operations covered by an exposed browser URL (2)

  • GET /api/conversations/{}/workspace
  • GET /api/conversations/{}/workspace/{}

Reason: RemoteWorkspace.startWorkspaceSession exposes these authenticated URLs for browser iframe and file requests; they are not HttpClient method calls.
Owner: OpenHands TypeScript client maintainers

Bumps [@openrouter/sdk](https://github.com/OpenRouterTeam/typescript-sdk) from 0.13.24 to 1.2.3.
- [Release notes](https://github.com/OpenRouterTeam/typescript-sdk/releases)
- [Changelog](https://github.com/OpenRouterTeam/typescript-sdk/blob/main/RELEASES.md)
- [Commits](OpenRouterTeam/typescript-sdk@v0.13.24...v1.2.3)

---
updated-dependencies:
- dependency-name: "@openrouter/sdk"
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @openrouter/sdk from 0.13.24 to 1.2.2 chore(deps): bump @openrouter/sdk from 0.13.24 to 1.2.3 Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/sdk-1.2.2 branch from fbafbc5 to c380090 Compare August 4, 2026 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code type: chore Maintenance / chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants