4.3.3

(fix): Skip AI example enhancement when the pruned OpenAPI spec for an endpoint exceeds 40,000 characters, avoiding unnecessary timeouts on large specs. Additionally, downgrade retry-failure log messages from warn to debug level to reduce noise in CLI output.

4.3.2

(fix): Fix getLatestTag to use the GitHub “get latest release” endpoint instead of listTags. The listTags API sorts by commit date, so backport tags (e.g. v1.0.1 pushed after v2.0.0) could be incorrectly selected as the latest version, causing semver.inc to produce a lower version than already exists.

4.3.1

(fix): Fix fern add resolving outdated generator versions when FDR returns a version older than the hardcoded fallback. This could happen when the dev CLI (version 0.0.0) queries FDR, which returns an old version incompatible with CLI v4. The resolved version is now guaranteed to be at least as new as the hardcoded fallback version shipped with the CLI.