-
Notifications
You must be signed in to change notification settings - Fork 36
fix: resolve Speakeasy merge conflicts, preserve custom code #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,11 @@ | ||||||||
| speakeasyVersion: 1.680.0 | ||||||||
| speakeasyVersion: 1.678.0 | ||||||||
| sources: | ||||||||
| OpenRouter API: | ||||||||
| sourceNamespace: open-router-chat-completions-api | ||||||||
| sourceRevisionDigest: sha256:0f4e0b8ad88243230f6ea56530a548e1d10722206f3bcf884201b16175bacbe0 | ||||||||
| sourceBlobDigest: sha256:fccf091e833389805928266c716991f5c53b34b651903e341937498c065c7f8d | ||||||||
| tags: | ||||||||
| - latest | ||||||||
|
||||||||
| - latest | |
| - latest | |
| - subtree-sync-import-typescript-sdk |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,5 @@ | ||||||||||
| /* | ||||||||||
| * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. | ||||||||||
|
||||||||||
| * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. | |
| * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. | |
| * @generated-id |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Speakeasy generator version is being downgraded from 2.788.4 to 2.787.2, and the Speakeasy CLI version from 1.680.0 to 1.678.0. This is an unusual change for a fix PR that claims to resolve merge conflicts. Version downgrades can potentially introduce inconsistencies in generated code or revert bug fixes.
Consider verifying:
- Whether this downgrade is intentional and necessary for the fix
- If there are any breaking changes or regressions between these versions
- Whether the Speakeasy team recommends this approach for resolving merge conflicts
| genVersion: "2.787.2", | |
| userAgent: "speakeasy-sdk/typescript 0.3.13 2.787.2 1.0.0 @openrouter/sdk", | |
| genVersion: "2.788.4", | |
| userAgent: "speakeasy-sdk/typescript 0.3.13 2.788.4 1.0.0 @openrouter/sdk", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Speakeasy version is being downgraded from 1.680.0 to 1.678.0. This appears inconsistent with the approach of resolving conflicts through regeneration, which typically uses the latest stable version. Additionally, there's a version mismatch within this file - line 18 shows speakeasyVersion: 1.680.0 while line 1 shows speakeasyVersion: 1.678.0.