chore: sdk regeneration 2026-04-29#703
Open
GregHolmes wants to merge 6 commits intomainfrom
Open
Conversation
lukeocodes
previously approved these changes
Apr 29, 2026
Restore legacy agent-history and create-key request aliases on top of the regenerated types, add compatibility coverage, and update regen docs/freeze rules so future Fern runs keep the shims intact.
Align the Listen V2, streaming TTS, voice agent, and management project examples with the current SDK/runtime behavior after regen, including safer websocket flows and updated project update handling.
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.
Compatibility
AgentV1HistoryContent->ConversationHistoryMessageAgentV1HistoryFunctionCalls->FunctionCallHistoryMessageAgentV1SettingsAgentContextMessagesItemContent->ConversationHistoryMessageAgentV1SettingsAgentContextMessagesItemFunctionCalls->FunctionCallHistoryMessageCreateKeyV1RequestOne->CreateKeyV1RequestCreateKeyV1RequestOneParams->CreateKeyV1RequestParamsOther Changes
except Exceptionhandling across socket clientssend_keep_alive,send_finalize,send_close_stream,send_flush,send_clear, andsend_closeagent/v1_sanitize_numeric_typeslisten/v2rawsend_configure(message: typing.Any)shim and broader response handlingAgentV1InjectAgentMessageBehavior.ListenV2LanguageHintandlanguage_hintsupport on Listen V2 connect clients..fernignoreto preserve the new compatibility shims and regression tests in future regenerations.Validation
uv run pytest tests/custom/test_agent_history.py tests/custom/test_compat_aliases.py tests/wire/test_manage_v1_projects_keys.pyuv run mypy --ignore-missing-imports tests/typecheck/compat_aliases.pyuv run pytest