mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-03 21:24:13 +08:00
Adds MAX_GIT_DIFF_CHARS (50_000) limit and truncate_diff() function to prevent oversized git diffs from blowing up the system prompt. Truncation respects UTF-8 character boundaries and appends a clear truncation notice. Includes unit tests.