[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- October 29, 2025#380
[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- October 29, 2025#380fern-api[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| Gem::Specification.new do | spec | | ||
| spec.name = "vellum_ai" | ||
| spec.version = "1.8.4" | ||
| spec.version = "0.3.3" |
There was a problem hiding this comment.
Avoid downgrading SDK version from 1.8.4 to 0.3.3
This regeneration drops the package version from 1.8.4 to 0.3.3 (also mirrored in the request headers). RubyGems will reject publishing a version that is lower than the previous release and clients will now report an older SDK version, effectively blocking any follow‑up release and misrepresenting analytics. Unless the intent was to reset the semantic versioning scheme, these lines should retain the new 1.8.x version.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.