chore(internal): Add claude code hooks for file formatting after edits#9780
Merged
chore(internal): Add claude code hooks for file formatting after edits#9780
Conversation
fern-support
approved these changes
Oct 7, 2025
iamnamananand996
pushed a commit
that referenced
this pull request
Oct 7, 2025
#9780) add hooks for formatting
iamnamananand996
added a commit
that referenced
this pull request
Oct 7, 2025
…ucts (#9783) * feat(rust): Add recursive type detection and `<Box>` wrapping for Rust structs Introduces a utility to detect recursive fields in Rust struct generation and updates field type generation to wrap recursive references in Box<T>. This prevents infinite size errors for self-referential or mutually recursive types. Updates are made to type conversion, struct generation, and supporting utilities. * fix:biome Swapped the order of IntermediateRepresentation and TypeReference imports for consistency. * chore(internal): update seed group files (#9786) Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> * chore(rust): Add new readme config fields to ReadmeConfigBuilder (#9785) * chore(rust): Add new readme config fields to ReadmeConfigBuilder Added support for referenceMarkdownPath, apiName, disabledFeatures, and whiteLabel fields in the ReadmeConfigBuilder output. This allows for more flexible and customizable readme generation based on the input configuration. * Automated update of seed files * bump version --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * chore(internal): Add claude code hooks for file formatting after edits (#9780) add hooks for formatting * chore(rust): refactor struct type name collision disable cursor pagination (#9781) * chore(rust): refactor type name collision handling and pagination logic Replaces dynamic type name collision detection with pre-registration in RustFilenameRegistry, ensuring unique type names for schema types. Removes global tracking of generated type names from AbstractRustGeneratorContext. Also disables pagination-specific imports and code generation in SubClientGenerator and ReadmeSnippetBuilder, currently supporting only normal pagination. * update snapshot * Automated update of seed files * Simplify type name registration for schema types Removed logic for generating unique type names with path prefixes when registering schema type names. Now only the base type name is used, simplifying the registration process and reducing potential naming complexity. * chore: update snaphot * Automated update of seed files * bump Rust SDK version 0.5.5 to versions.yml Introduces version 0.5.5 with a changelog entry for refactoring struct type name collision and disabling cursor pagination. Updates the IR version to 59. --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * bump version 0.6.0 * fix --------- Co-authored-by: Fern Support <126544928+fern-support@users.noreply.github.com> Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
pgragg
pushed a commit
that referenced
this pull request
Oct 7, 2025
#9780) add hooks for formatting
pgragg
pushed a commit
that referenced
this pull request
Oct 7, 2025
…ucts (#9783) * feat(rust): Add recursive type detection and `<Box>` wrapping for Rust structs Introduces a utility to detect recursive fields in Rust struct generation and updates field type generation to wrap recursive references in Box<T>. This prevents infinite size errors for self-referential or mutually recursive types. Updates are made to type conversion, struct generation, and supporting utilities. * fix:biome Swapped the order of IntermediateRepresentation and TypeReference imports for consistency. * chore(internal): update seed group files (#9786) Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> * chore(rust): Add new readme config fields to ReadmeConfigBuilder (#9785) * chore(rust): Add new readme config fields to ReadmeConfigBuilder Added support for referenceMarkdownPath, apiName, disabledFeatures, and whiteLabel fields in the ReadmeConfigBuilder output. This allows for more flexible and customizable readme generation based on the input configuration. * Automated update of seed files * bump version --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * chore(internal): Add claude code hooks for file formatting after edits (#9780) add hooks for formatting * chore(rust): refactor struct type name collision disable cursor pagination (#9781) * chore(rust): refactor type name collision handling and pagination logic Replaces dynamic type name collision detection with pre-registration in RustFilenameRegistry, ensuring unique type names for schema types. Removes global tracking of generated type names from AbstractRustGeneratorContext. Also disables pagination-specific imports and code generation in SubClientGenerator and ReadmeSnippetBuilder, currently supporting only normal pagination. * update snapshot * Automated update of seed files * Simplify type name registration for schema types Removed logic for generating unique type names with path prefixes when registering schema type names. Now only the base type name is used, simplifying the registration process and reducing potential naming complexity. * chore: update snaphot * Automated update of seed files * bump Rust SDK version 0.5.5 to versions.yml Introduces version 0.5.5 with a changelog entry for refactoring struct type name collision and disabling cursor pagination. Updates the IR version to 59. --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * bump version 0.6.0 * fix --------- Co-authored-by: Fern Support <126544928+fern-support@users.noreply.github.com> Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
kennyderek
pushed a commit
that referenced
this pull request
Oct 14, 2025
#9780) add hooks for formatting
kennyderek
pushed a commit
that referenced
this pull request
Oct 14, 2025
…ucts (#9783) * feat(rust): Add recursive type detection and `<Box>` wrapping for Rust structs Introduces a utility to detect recursive fields in Rust struct generation and updates field type generation to wrap recursive references in Box<T>. This prevents infinite size errors for self-referential or mutually recursive types. Updates are made to type conversion, struct generation, and supporting utilities. * fix:biome Swapped the order of IntermediateRepresentation and TypeReference imports for consistency. * chore(internal): update seed group files (#9786) Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> * chore(rust): Add new readme config fields to ReadmeConfigBuilder (#9785) * chore(rust): Add new readme config fields to ReadmeConfigBuilder Added support for referenceMarkdownPath, apiName, disabledFeatures, and whiteLabel fields in the ReadmeConfigBuilder output. This allows for more flexible and customizable readme generation based on the input configuration. * Automated update of seed files * bump version --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * chore(internal): Add claude code hooks for file formatting after edits (#9780) add hooks for formatting * chore(rust): refactor struct type name collision disable cursor pagination (#9781) * chore(rust): refactor type name collision handling and pagination logic Replaces dynamic type name collision detection with pre-registration in RustFilenameRegistry, ensuring unique type names for schema types. Removes global tracking of generated type names from AbstractRustGeneratorContext. Also disables pagination-specific imports and code generation in SubClientGenerator and ReadmeSnippetBuilder, currently supporting only normal pagination. * update snapshot * Automated update of seed files * Simplify type name registration for schema types Removed logic for generating unique type names with path prefixes when registering schema type names. Now only the base type name is used, simplifying the registration process and reducing potential naming complexity. * chore: update snaphot * Automated update of seed files * bump Rust SDK version 0.5.5 to versions.yml Introduces version 0.5.5 with a changelog entry for refactoring struct type name collision and disabling cursor pagination. Updates the IR version to 59. --------- Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> * bump version 0.6.0 * fix --------- Co-authored-by: Fern Support <126544928+fern-support@users.noreply.github.com> Co-authored-by: chrismallinson <chrismallinson@users.noreply.github.com> Co-authored-by: iamnamananand996 <iamnamananand996@users.noreply.github.com> Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
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.
No description provided.