Versions in this module Expand all Collapse all v0 v0.1.3 Jul 4, 2026 v0.1.1 Jun 25, 2026 Changes in this version + const MaxLen + func ShrinkDescription(desc string) (string, bool) + type Result struct + BytesSaved int + CompressedBytes int + OriginalBytes int + PercentOff float64 + ToolsProcessed int + ToolsSkipped int + func ShrinkTools(tools []types.Tool) ([]types.Tool, Result) + func ShrinkToolsIf(tools []types.Tool, enabled bool) ([]types.Tool, Result)