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

umputun / fya
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: fix/transcript-select-prefix-match
DEFAULT BRANCH: master
Repo Added 24 May 2026 06:11PM UTC
Files 14
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

LAST BUILD ON BRANCH fix/transcript-select-prefix-match
branch: fix/transcript-select-prefix-match
CHANGE BRANCH
x
Reset
  • fix/transcript-select-prefix-match
  • dependabot/github_actions/actions/checkout-7
  • feature/max-wpm-size-paste
  • fix/bracketed-paste-injection
  • fix/claude-tui-readiness
  • fix/fya-turn-completion
  • fix/gate-completion
  • fix/multiline-bracketed-paste
  • fix/stream-json-ralphex
  • fix/strip-undeliverable-control-chars
  • fix/transient-timeout-marker
  • master
  • no-activity-timeout
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.2.3
  • refs/tags/v0.2.4
  • refs/tags/v0.2.5
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.3.2
  • refs/tags/v0.3.3
  • refs/tags/v0.3.4
  • refs/tags/v0.3.5
  • resume-support
  • structured-output-schema-envelope
  • sync-subagents
  • trim-stream-trailing-colons

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

Relevant lines Covered
Build:
Build:
1964 RELEVANT LINES 1693 COVERED LINES
44.43 HITS PER LINE
Source Files on fix/transcript-select-prefix-match
  • Tree
  • List 14
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27737506397 fix/transcript-select-prefix-match 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 t... Pull #11 22 Jun 2026 09:21PM UTC ivolkoff github
86.2
27165908523 fix/transcript-select-prefix-match 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 t... Pull #11 09 Jun 2026 09:07PM UTC ivolkoff github
85.87
See All Builds (96)
  • Repo on GitHub
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