Skip to main content

Module utils

Module utils 

Source
Expand description

Utility modules for rusty-commit.

This module organizes various utility functions and helpers used throughout the application. Each submodule focuses on a specific responsibility.

Re-exports§

pub use diff_chunking::chunk_diff;
pub use thinking_strip::strip_thinking;

Modules§

commit_style
diff_chunking
Utilities for chunking large git diffs into token-safe pieces.
hooks
retry
thinking_strip
Utilities for stripping thinking tags from AI responses.
token
version