mirror of
https://github.com/instructkr/claw-code.git
synced 2026-07-25 02:38:31 +02:00
1c62116e25
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.