claude-code / mods /diff /hooks /limits /sizes /bytes /max-diff-bytes.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
776286d verified
Raw
History Blame Contribute Delete
182 Bytes
/**
* A file whose unified diff text is longer than this is a "large file": its
* hunks are not parsed (the built-in panel's size cap).
*/
export const MAX_DIFF_BYTES = 1_000_000