chore: regenerate _connect from current protos (was frozen at 07-22) - #18
Merged
Conversation
The vendored Connect tree is produced by scripts/generate-connect.sh, which runs by hand and is in no workflow, so it does not move when Speakeasy regenerates. Nobody had run it since #13 on 07-22, and 1.0.6 shipped a fresh REST surface bolted to a six-day-old streaming surface. Regenerated against demo2 f1576e584f. All 13 public RPCs added since 07-22 are now present (previously 0 of 13): GetAppServerStatus, RestartAppServer, ListPatchObjects, CompactChat, GetSandboxLeaseSettings, SetSandboxLeaseSettings, ListFavorites, GetAgentDBSchema, GetAgentDBTablePreview, GetAppDBSchema, GetAppDBTablePreview, UpdateMemberTheme, GetPlaybookBillingStats Verified: pyright 0 errors, mypy clean across 1751 files, pylint 10.00/10, and a live client exposes the new methods (note connect-python snake-cases runs of capitals, so GetAgentDBSchema becomes get_agent_d_b_schema). Worth fixing properly: nothing detects this drift. A publish can ship a _connect tree of arbitrary age and no check complains. Either wire the script into sdk_generation.yaml or add CI that fails when _connect is older than demo2's protos. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.