Skip to content

chore: 🐝 Update SDK - Generate 0.19.1 - #141

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1787354784
Open

chore: 🐝 Update SDK - Generate 0.19.1#141
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1787354784

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 21, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Typescript SDK Changes:

  • glean.client.chat.create():
    • request.chatRequest.messages[].fragments[] Changed
    • response.messages[].fragments[] Changed
  • glean.client.chat.retrieve(): response.chatResult.chat.messages[].fragments[] Changed
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].fragments[] Changed
  • glean.client.agents.runStream(): error.authenticationSuggestions[].requestType.enum(sandboxEgress) Added
  • glean.client.agents.run(): error.authenticationSuggestions[].requestType.enum(sandboxEgress) Added

View full SDK changelog

OpenAPI Change Summary
├──[🔀] openapi (1:10)❌ 
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
└─┬Components
  ├─┬PlatformSkillImportRequest
  │ └──[+] example (7606:9)
  ├─┬PlatformChatCreateRequest
  │ └──[+] example (7198:9)
  ├─┬PlatformTriggerListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8315:13)❌ 
  │   └──[-] nullable (8287:21)❌ 
  ├─┬PlatformSkillSourcePreviewRequest
  │ └──[+] example (7701:9)
  ├─┬PlatformChatCitationSnippet
  │ └─┬page_number
  │   ├──[🔀] type (7341:13)❌ 
  │   └──[-] nullable (7331:21)❌ 
  ├─┬PlatformSearchRequest
  │ └─┬cursor
  │   ├──[🔀] type (8039:13)❌ 
  │   ├──[-] nullable (8015:21)❌ 
  │   └──[-] example (8018:20)
  ├─┬PlatformAgentRunCreateRequest
  │ └──[+] example (7076:9)
  ├─┬ImportAgentRequest
  │ └─┬isDraft
  │   └──[🔀] description (13628:24)
  ├─┬PlatformTriggerPresetListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8677:13)❌ 
  │   └──[-] nullable (8648:21)❌ 
  ├─┬ServerToolBase
  │ └─┬requestType
  │   ├──[+] enum (12929:15)
  │   └─┬Extensions
  │     ├──[🔀] x-speakeasy-enum-descriptions (12937:13)
  │     └──[🔀] x-enumdescriptions (12932:13)
  ├─┬PlatformSearchResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (8136:13)❌ 
  │   └──[-] nullable (8109:21)❌ 
  ├─┬ServerToolResponse
  │ └──[🔀] description (13026:20)
  ├─┬PlatformSkillVersionsListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (7918:13)❌ 
  │   └──[-] nullable (7895:21)❌ 
  ├─┬PlatformSkillsListResponse
  │ └─┬next_cursor
  │   ├──[🔀] type (7573:13)❌ 
  │   └──[-] nullable (7558:21)❌ 
  ├─┬PlatformAgentsSearchRequest
  │ └──[+] example (6751:9)
  ├─┬PlatformChatCitationAnnotation
  │ ├─┬snippets
  │ │ ├──[🔀] type (7371:13)❌ 
  │ │ └──[-] nullable (7358:21)❌ 
  │ ├─┬start_index
  │ │ ├──[🔀] type (7361:13)❌ 
  │ │ └──[-] nullable (7351:21)❌ 
  │ └─┬end_index
  │   ├──[🔀] type (7366:13)❌ 
  │   └──[-] nullable (7355:21)❌ 
  ├─┬PlatformSkillUpdateRequest
  │ └──[+] example (7825:9)
  ├─┬PlatformChatCompletedResponse
  │ └─┬conversation_id
  │   ├──[🔀] type (7450:13)❌ 
  │   └──[-] nullable (7437:21)❌ 
  └─┬PlatformResult
    ├─┬updated_at
    │ ├──[🔀] type (8105:13)❌ 
    │ └──[-] nullable (8081:21)❌ 
    ├─┬document_type
    │ ├──[🔀] type (8094:13)❌ 
    │ └──[-] nullable (8070:21)❌ 
    └─┬created_at
      ├──[🔀] type (8111:13)❌ 
      └──[-] nullable (8086:21)❌ 
Document Element Total Changes Breaking Changes
info 2 0
components 40 28

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.6 - 2026-08-21

🐛 Bug Fixes

  • keep process event listener registration compatible with updated bun type definitions (commit by @AshGodfrey)

Based on Speakeasy CLI 1.796.2

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner August 21, 2026 23:34
@github-actions github-actions Bot added the patch Patch version bump label Aug 21, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354784 branch 10 times, most recently from 4e41858 to b91f8ab Compare August 28, 2026 08:56
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354784 branch 2 times, most recently from 2348b8f to 96f6a66 Compare August 30, 2026 03:29
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].fragments[]` **Changed**
  *  `response.messages[].fragments[]` **Changed**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.messages[].fragments[]` **Changed**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].fragments[]` **Changed**
* `glean.client.agents.runStream()`:  `error.authenticationSuggestions[].requestType.enum(sandboxEgress)` **Added**
* `glean.client.agents.run()`:  `error.authenticationSuggestions[].requestType.enum(sandboxEgress)` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787354784 branch from d2ac435 to adafb8b Compare August 31, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant