• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

umputun / fya / 27737506397
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: fix/transcript-select-prefix-match
DEFAULT BRANCH: master
Ran 22 Jun 2026 09:21PM 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

18 Jun 2026 04:48AM UTC coverage: 86.202% (+0.08%) from 86.124%
27737506397

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%)

1693 of 1964 relevant lines covered (86.2%)

44.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27737506397.1 22 Jun 2026 09:21PM UTC 14
86.2
GitHub Action Run
Source Files on build 27737506397
  • 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 (#27661884123)
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