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