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

ory / lumen / 26159056895
76%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 11:20AM UTC
Jobs 1
Files 37
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

20 May 2026 11:17AM UTC coverage: 74.462% (+0.6%) from 73.838%
26159056895

push

github

web-flow
fix(stdio): short-circuit semantic_search when index is being rebuilt (#163)

When a background indexer holds the index flock, ensureIndexed sets
out.StaleWarning and returns immediately, but handleSemanticSearch then
proceeded to call embedQuery. On a single-instance embedding backend
(e.g. LM Studio) saturated by the indexer's 32-chunk batches, the query
embed queues behind those batches and the MCP call hangs well past
Claude Code's timeout — the user sees an infinite "loading" state and
never receives the warning text telling them to use standard tools for
the next 10 calls.

Reproduced reliably with two parallel semantic_search calls into
different subdirectories of a monorepo while a background lumen index of
the monorepo root holds the flock. After the fix both responses return
in ~0.4s with the StaleWarning text instead of timing out at 100s.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

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

5 existing lines in 1 file now uncovered.

3630 of 4875 relevant lines covered (74.46%)

705.26 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
68.89
2.93% cmd/stdio.go
Jobs
ID Job ID Ran Files Coverage
1 26159056895.1 20 May 2026 11:20AM UTC 37
74.46
GitHub Action Run
Source Files on build 26159056895
  • Tree
  • List 37
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26159056895
  • 89555d07 on github
  • Prev Build on main (#25802319101)
  • Next Build on main (#26161314431)
  • Delete
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