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

umputun / fya / 27165908523
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: fix/transcript-select-prefix-match
DEFAULT BRANCH: master
Ran 09 Jun 2026 09:07PM UTC
Jobs 1
Files 14
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jun 2026 08:45PM UTC coverage: 85.873% (+0.08%) from 85.79%
27165908523

Pull #11

github

ivolkoff
fix(transcript): match transcript by prompt prefix for large pasted prompts

Catalog.Select identifies the turn's transcript by requiring the file to
contain the entire injected prompt verbatim. Large prompts are pasted into
Claude (max-wpm-size threshold), and the terminal's paste handling can subtly
transform the pasted body (control/whitespace bytes in fetched source), so the
stored transcript copy is not byte-identical to the injected prompt. The
whole-prompt match then fails, Select never finds the transcript, and the turn
hangs until turn-timeout with no output — even though Claude completed the turn
and wrote a terminal result event.

Observed with a ~45KB headless prompt: the stored user message differed from
the injected prompt by ~144 bytes deep in the source body, while the prompt
header and tail stayed intact. Small (typed) prompts match exactly and were
unaffected.

Match on a bounded prompt prefix (256 runes) in addition to the full prompt.
The prefix is injected before any paste drift accumulates and stays a stable,
distinctive anchor (a typical headless prompt's task header and source URL fall
within it), so Select locates the transcript reliably. Short prompts keep their
existing exact-match behavior.
Pull Request #11: fix(transcript): match transcript by prompt prefix for large pasted prompts

17 of 17 new or added lines in 1 file covered. (100.0%)

1623 of 1890 relevant lines covered (85.87%)

15.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27165908523.1 09 Jun 2026 09:07PM UTC 14
85.87
GitHub Action Run
Source Files on build 27165908523
  • Tree
  • List 14
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #11
  • PR Base - master (#27070996629)
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