szr "sizer" is an open-source Go CLI that reduces noisy terminal output before it enters an AI coding agent’s context.
Unlike tools that mainly shorten responses or truncate command output, szr checks each reduced result against the original. If it drops an error, failing test, diagnostic code, or file:line reference, szr restores it.
It also handles repeated workflows well. Identical reruns become short references, changed reruns can be shown as deltas, and the full original output remains recoverable.
The goal is simple: reduce token use without removing the evidence an agent needs to debug and verify code.
Check it out and leave some feedback. :)
szr "sizer" is an open-source Go CLI that reduces noisy terminal output before it enters an AI coding agent’s context.
Unlike tools that mainly shorten responses or truncate command output, szr checks each reduced result against the original. If it drops an error, failing test, diagnostic code, or file:line reference, szr restores it.
It also handles repeated workflows well. Identical reruns become short references, changed reruns can be shown as deltas, and the full original output remains recoverable.
The goal is simple: reduce token use without removing the evidence an agent needs to debug and verify code. Check it out and leave some feedback. :)