• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

futpib-bot / claugrep / 23694210503

Builds Branch Commit Type Ran Committer Via Coverage
23694210503 master feat: output raw JSONL records for --json across all commands Add --json to dump and tail commands. Change search and last --json to output raw JSONL entries (one per line) instead of synthetic JSON arrays. Remove unused MatchedLine.line_number f... push 28 Mar 2026 09:00PM UTC futpib github
83.71
23693680295 master feat: support agent-name and custom-title record types These session metadata records were previously unhandled, triggering "skipping unrecognized record" warnings. They are now available via -t agent-name and -t custom-title (and -t all), but ex... push 28 Mar 2026 08:28PM UTC futpib github
82.67
23671953971 master fix: set distinct mtimes in tail latest-session test Without explicit mtimes both sessions get the same mtime, making the "latest" pick nondeterministic and causing CI flakes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 27 Mar 2026 11:34PM UTC futpib github
82.15
23670048268 master fix: make diff tests resilient to parallel color state races Tests were using console::set_colors_enabled(false) which is global state that races with test_highlight_dot_regex setting it to true. Use strip_ansi() on output instead so assertions w... push 27 Mar 2026 10:24PM UTC futpib github
83.63
23669887898 master feat: add queue-operation target type (#28) Extract queue-operation records (enqueue/dequeue/remove) with operation as tool_name and content when present. Hidden from default targets, accessible via -t queue-operation or -t all. Co-Authored-By: ... push 27 Mar 2026 10:19PM UTC futpib github
83.85
23669437091 master feat: add system record target type for searching internal records (#21) Add Target::System to parse system records (stop_hook_summary, turn_duration, compact_boundary, local_command, api_error, etc.). Text is the content field when present, othe... push 27 Mar 2026 10:04PM UTC futpib github
83.51
23669143036 master feat: unify target selection to --targets/-t across all subcommands (#25) Replace per-type boolean flags (-u, -a, -c, -o, -t, -r, -s, --compact-summary) in search with --targets/-t comma-separated string, matching dump and last. Add -t shorthand ... push 27 Mar 2026 09:55PM UTC futpib github
83.35
23668303841 master feat: warn on unrecognized record types with record preview Instead of silently dropping records with unknown types (e.g. "system", "summary"), print a warning to stderr with the first 120 characters of the record so users can identify what is be... push 27 Mar 2026 09:29PM UTC futpib github
83.15
23668118409 master fix: handle broken pipe gracefully (e.g. claugrep dump | head) Reset SIGPIPE to SIG_DFL at startup so the kernel terminates the process cleanly with signal 13 when the pipe breaks, instead of Rust's panic handler firing (exit 101 / apparent segfa... push 27 Mar 2026 09:24PM UTC futpib github
82.94
23667461718 master feat: default `claugrep dump` to latest session when no arg given (closes #20) Like journalctl defaulting to the current boot, omitting the session argument now dumps the most recent session (offset 0). Co-Authored-By: Claude Sonnet 4.6 <noreply... push 27 Mar 2026 09:05PM UTC futpib github
82.91
23667406952 master fix: suppress warning when subagents directory does not exist (closes #19) Silently ignore NotFound errors when reading the subagents directory, since most sessions simply have no subagents. Other errors still warn. Co-Authored-By: Claude Sonnet... push 27 Mar 2026 09:03PM UTC futpib github
82.91
23667321457 master fix: truncate lines by character count, not bytes Use char_indices().nth(n) to convert char offsets to byte offsets, so --max-line-width respects Unicode character width rather than raw byte length. Add a regression test with 4-byte emoji that ca... push 27 Mar 2026 09:01PM UTC futpib github
83.06
23666988292 master feat: show Hint when --max-results limit is reached Prints "Hint: Result limit reached. Use --max-results to increase the limit." to stderr only when the result count equals the limit, matching the style of the existing line-truncation hint. Co-... push 27 Mar 2026 08:52PM UTC futpib github
82.98
23666773787 master feat: add -F/--fixed-strings and -E/--extended-regexp flags -F treats the pattern as a literal string (no regex interpretation), matching grep/rg convention. -E forces pure regex with no literal fallback and exits nonzero on invalid regex. Defaul... push 27 Mar 2026 08:46PM UTC futpib github
83.03
23666391085 master fix: avoid panic when truncating lines with multibyte characters Snap start/end byte offsets to valid char boundaries before slicing, preventing panics when a multibyte char (e.g. em dash) straddles the computed truncation window. Add a regressio... push 27 Mar 2026 08:36PM UTC futpib github
82.75
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc