Versions in this module Expand all Collapse all v1 v1.5.0 Apr 2, 2026 v0 v0.1.0 Apr 6, 2026 Changes in this version + type CompactFind struct + Line int + Match string + Path string + func CompactFindResults(results []string) []CompactFind + type CompactGrep struct + Groups []GrepGroup + Pattern string + func GroupGrepResults(pattern string, results []string) *CompactGrep + type GrepGroup struct + Count int + FilePath string + Lines []int + type LogDedup struct + func NewLogDedup() *LogDedup + func (d *LogDedup) Deduplicate(input string) string + type PipeStripper struct + func NewPipeStripper() *PipeStripper + func (p *PipeStripper) Strip(command string) string + type SessionTracker struct + func NewSessionTracker() *SessionTracker + func (t *SessionTracker) GetAll() map[string]int + func (t *SessionTracker) GetCount(sessionID string) int + func (t *SessionTracker) Record(sessionID string) + type SmartReader struct + func NewSmartReader(maxLines int) *SmartReader + func (r *SmartReader) ReadSignaturesOnly(content string) string + func (r *SmartReader) SmartSummary(content string) string