🌿 Fern Regeneration -- April 13, 2026#770
Merged
kraenhansen merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
kraenhansen
approved these changes
Apr 13, 2026
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.
This PR regenerates code to match the latest API Definition.
Note
Medium Risk
Medium risk because it updates generated client behavior and API surface (new endpoints/params and changed return types), including defaulting
api_keyfrom an environment variable which can affect authentication configuration.Overview
Bumps the generated SDK to
2.43.0and updates Fern tooling metadata, including new docs updates and regenerated reference output.Adds new Conversational AI capabilities:
conversations.topics.get(topic discovery results),knowledge_base.search(fuzzy content search), andsecrets.get_dependencies, plus new filtering/preview controls liketopic_idson conversation listing anddependency_limiton secrets listing.Adjusts existing endpoints and types: branch merge now supports a
forceoption and no longer assumes main-branch-only targets;knowledge_base.documents.get_contentandtwilio.register_callnow returnstrcontent instead ofNone; client constructors defaultapi_keyfromELEVENLABS_API_KEY; and multiple ConvAI models/enums are extended (e.g., secret dependency previews incl. MCP servers, new topic models, addedis_blockedflags, and minor enum value changes).Reviewed by Cursor Bugbot for commit 028de90. Bugbot is set up for automated code reviews on this repo. Configure here.