SDK regeneration#61
Merged
Merged
Conversation
f866e74 to
156d3e1
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.12.12
Patches applied (1): - patch-0c9e9b4e: refactor: rename agent-swarm -> agent-crew across SDK + CLI (4.4.2) Patches with unresolved conflicts (1): - patch-fb94f65f: chore: migrate canonical SDK to Fern-generated 5.0.0 (seed) (#59) Run `fern-replay resolve` to apply these customizations.
156d3e1 to
4c043fd
Compare
…caller renames On top of the Fern 5.1.0 regen (generator 5.12.12, #262/#263/#260 spec): - bump version 5.0.0 -> 5.1.0 + changelog entry (new endpoints, renames, agent fields) - re-export webhooks/prompt_scoring types from package root (.fernignore'd — 5.12.12 strips sub-package type exports; wire tests import from root) - update example + velocity callers to 5.1.0 method names (kb/phone list/create/delete, drafts create_draft/publish_draft) - protect .env in .gitignore + make .gitignore .fernignore-preserved (regen was resetting it) Verified: mypy==1.13.0 green (833 files), make verify PASSED (96/96 wire tests, field-drop 24->2), all type exports + #260 endpoints + renamed methods resolve.
… gate CI caught: tests/wire/test_atoms_agents.py imports WidgetConfig (new #260 widget-config type) from smallestai.atoms, but exclude_types_from_init_exports stripped it from atoms/__init__. mypy missed it — the lazy __getattr__ is typed -> Any, so a missing lazy export type-checks fine and only fails at import/collection. - re-export WidgetConfig from atoms/__init__ (.fernignore-preserved) - verify.py: new 'wire-test imports' gate that imports every 'from smallestai import X' in the wire suite — catches this whole class locally (mypy can't). make verify now green. - escalate: the permanent fix is exclude_types_from_init_exports=false (4th instance).
maharshi-smallest
approved these changes
Jun 22, 2026
5 tasks
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.
Automated SDK generation by Fern
✅ Customizations automatically preserved, but 63 files need your attention.
Action required: 63 files with unresolved customization conflicts
The new generation changed code you previously customized. Non-conflicting customizations have been applied automatically. The following files need manual resolution:
.gitignoreREADME.mdreference.mdrequirements.txtsrc/smallestai/__init__.pysrc/smallestai/_default_clients.pysrc/smallestai/atoms/__init__.pysrc/smallestai/atoms/agent_templates/types/list_agent_templates_agent_templates_response_data_item.pysrc/smallestai/atoms/agent_templates/types/list_agent_templates_agent_templates_response_data_item_single_prompt_config.pysrc/smallestai/atoms/agent_templates/types/list_agent_templates_agent_templates_response_data_item_single_prompt_config_tools_item.pysrc/smallestai/atoms/agent_versioning_drafts/client.pysrc/smallestai/atoms/agent_versioning_drafts/raw_client.pysrc/smallestai/atoms/agent_versioning_versions/client.pysrc/smallestai/atoms/agent_versioning_versions/raw_client.pysrc/smallestai/atoms/agents/client.pysrc/smallestai/atoms/agents/raw_client.pysrc/smallestai/atoms/agents/types/create_agent_request_synthesizer_voice_config.pysrc/smallestai/atoms/agents/types/create_agent_request_synthesizer_voice_config_model.pysrc/smallestai/atoms/audience/client.pysrc/smallestai/atoms/audience/raw_client.pysrc/smallestai/atoms/audience/types/get_audience_response.pysrc/smallestai/atoms/calls/types/list_calls_response_data_logs_item_turn_latency_metrics.pysrc/smallestai/atoms/calls/types/search_calls_response_data_logs_item_turn_latency_metrics.pysrc/smallestai/atoms/campaigns/client.pysrc/smallestai/atoms/campaigns/raw_client.pysrc/smallestai/atoms/client.pysrc/smallestai/atoms/compliance/client.pysrc/smallestai/atoms/compliance/raw_client.pysrc/smallestai/atoms/knowledge_base/client.pysrc/smallestai/atoms/knowledge_base/raw_client.pysrc/smallestai/atoms/live_transcripts/types/subscribe_to_live_events_live_transcripts_response.pysrc/smallestai/atoms/organization/client.pysrc/smallestai/atoms/organization/raw_client.pysrc/smallestai/atoms/phone_numbers/client.pysrc/smallestai/atoms/phone_numbers/raw_client.pysrc/smallestai/atoms/prompt_scoring/__init__.pysrc/smallestai/atoms/types/agent_dto.pysrc/smallestai/atoms/types/agent_dto_synthesizer_voice_config.pysrc/smallestai/atoms/types/agent_dto_synthesizer_voice_config_model.pysrc/smallestai/atoms/types/bad_request_error_body.pysrc/smallestai/atoms/types/internal_server_error_body.pysrc/smallestai/atoms/user/client.pysrc/smallestai/atoms/user/raw_client.pysrc/smallestai/atoms/webhooks/__init__.pysrc/smallestai/atoms/webhooks/client.pysrc/smallestai/atoms/webhooks/raw_client.pysrc/smallestai/core/client_wrapper.pytests/test_aiohttp_autodetect.pytests/wire/conftest.pytests/wire/test_atoms_agentVersioningDrafts.pytests/wire/test_atoms_agentVersioningVersions.pytests/wire/test_atoms_agents.pytests/wire/test_atoms_audience.pytests/wire/test_atoms_campaigns.pytests/wire/test_atoms_compliance.pytests/wire/test_atoms_knowledgeBase.pytests/wire/test_atoms_organization.pytests/wire/test_atoms_phoneNumbers.pytests/wire/test_atoms_promptScoring.pytests/wire/test_atoms_user.pytests/wire/test_atoms_webhooks.pytests/wire/test_waves.pywiremock/wiremock-mappings.jsonHow to resolve
git fetch origin && git checkout -b fern-bot/2026-06-21_20-13-01_155 origin/fern-bot/2026-06-21_20-13-01_155fern replay resolvefern replay resolveagain to finalizeYour resolved customizations will be remembered on future SDK generations.
If you merge this PR without resolving, your unresolved customizations will conflict again on the next generation.