You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dragoman.go): enhance document markers for clarity in translation prompts
refactor(dragoman.go): streamline response processing with newline addition
feat(internal/chunks): introduce chunking utility for text segmentation
feat(internal/chunks/chunks_test.go): add tests for text chunking functionality
refactor(internal/cli/cli.go): implement text chunking in CLI with new option
feat(internal/cli/cli.go): add `SplitChunks` option for customizable text segmentation
feat(internal/markdown): remove chunks.go to streamline markdown processing
The removal of `chunks.go` from the internal markdown package suggests a strategic decision to streamline markdown processing capabilities, possibly due to redundancy or the adoption of a more efficient approach in handling markdown segmentation. This change could indicate a shift towards utilizing external libraries or a simplification of the codebase to improve maintainability and performance.
0 commit comments