Skip to content

feat: add PartialClaudeCodeConfig type for better configuration handling #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: thomask33/feat_add_on_new_file_reject_option_to_control_empty_buffer_behavior
Choose a base branch
from

Conversation

ThomasK33
Copy link
Member

Introduce PartialClaudeCodeConfig type for better type checking

This PR introduces a new PartialClaudeCodeConfig type that extends the existing ClaudeCodeConfig type. The type signature for the setup function and the dev-config have been updated to use this new type, which better represents that configuration options are partial and can be overridden.

This change improves type checking and makes it clearer that the configuration passed to setup() doesn't need to include all possible options.

@ThomasK33 ThomasK33 marked this pull request as ready for review August 8, 2025 10:46
Copy link
Member Author

ThomasK33 commented Aug 8, 2025

Change-Id: I7e94c9ebbace3654b1f1cfad8b0e3f3899c786cb
Signed-off-by: Thomas Kosiewski <[email protected]>
@ThomasK33 ThomasK33 force-pushed the thomask33/feat_add_on_new_file_reject_option_to_control_empty_buffer_behavior branch from b350b53 to 0bcb677 Compare August 8, 2025 19:34
@ThomasK33 ThomasK33 force-pushed the thomask33/feat_add_PartialClaudeCodeConfig_type_for_better_configuration_handling branch from 4ccf295 to cc09df9 Compare August 8, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant