e128cdece1
feat(generateCommitMessageFromGitDiff.ts): split file diffs into changes in files if they exceed the maximum token count The mergeStrings function was renamed to mergeDiffs to better reflect its purpose. The function now takes an additional parameter, maxDiffLength, which is used to split file diffs into changes in files if they exceed the maximum token count. This change improves the efficiency of the function and reduces the number of tokens used.