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

ory / lumen
74%

Build:
DEFAULT BRANCH: main
Repo Added 04 Mar 2026 01:21PM UTC
Token DM9J2nr86llePzGiumROBy1ebFhz11ENi regen
Build 292 Last
Files 37
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • add-backend-to-index
  • add-dart
  • add-kotlin
  • add-semantic-summary
  • address-dl-issues
  • address-perf-issues
  • address-readme
  • address-search-timeout
  • aeneasr/purge-directory-kehaj
  • better-benchmarks
  • better-lms-support
  • better-readme
  • better-worktree
  • chore/release-please-version-sync
  • ci-release-fix
  • claude/add-embedding-api-support-bZVoM
  • claude/evaluate-tui-frameworks-5ZJrf
  • codex-plugin
  • concurrency-findings
  • config-home
  • document-ignore
  • dont-download
  • feat/ancestor-index-walking
  • feat/codex-session-start-hooks-upstream
  • feat/csharp-support
  • feat/multi-signal-ranking
  • feat/nomic-embed-code-7b
  • feat/openai-compat-backend
  • feat/svelte-support
  • feat/swift-support
  • fix-bug
  • fix-consta-index
  • fix-double-index
  • fix-git-worktree
  • fix-index
  • fix-name
  • fix-opencodemcp
  • fix-plugin-install
  • fix-reindex-again
  • fix-release
  • fix/doctor-reindex-guidance
  • fix/failover-reprobe-and-dimension-mismatch
  • fix/fork-aware-release-downloads
  • fix/issue-125-first-install-mcp
  • fix/lumen-cli-path
  • fix/npm-trusted-publishing
  • fix/run-cmd-stdout-pollution
  • fix/run-sh-env-overrides-config
  • fix/search-cwd-resolution
  • fix/windows-curl-bat-no-return
  • fix/windows-mcp-114
  • improve-iterm
  • more-bench
  • no-err
  • other-marketplace
  • reindex-fixes
  • release-please--branches--main
  • remove-mcp-json
  • skip-erroring-files
  • speed-up-e2e
  • test/stdio-first-install-red
  • worktree-ci-fix
  • worktree-fix-72
  • worktree-fix-79
  • worktree-fix-ci
  • worktree-improve-iterm

05 May 2026 01:53PM UTC coverage: 73.504% (-0.08%) from 73.588%
25380620313

push

github

web-flow
fix(scripts): eliminate stdout pollution in run.cmd polyglot (#145)

cmd.exe echoed the polyglot's first two lines (`#!/bin/sh` and
`# 2>NUL & @goto batch`) to stdout before `@echo off` took effect,
breaking MCP stdio JSON-RPC framing for hosts that spawn run.cmd
via .cmd extension association (Claude Code, Cursor).

Replace the prologue with `:<<"::CMDLITERAL"`: cmd.exe treats it
as a non-echoing label, while sh treats it as a quoted heredoc
that consumes the cmd-only block.

Add a regression test to test_run_cmd_windows.bat that spawns
run.cmd via `cmd /c` and asserts stdout is exactly the run.bat
output — the existing `for /f` test only kept the last stdout
line, masking any prefix pollution.

Refs: #121

3526 of 4797 relevant lines covered (73.5%)

599.28 hits per line

Relevant lines Covered
Build:
Build:
4797 RELEVANT LINES 3526 COVERED LINES
599.28 HITS PER LINE
Source Files on main
  • Tree
  • List 37
  • 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
25380620313 main fix(scripts): eliminate stdout pollution in run.cmd polyglot (#145) cmd.exe echoed the polyglot's first two lines (`#!/bin/sh` and `# 2>NUL & @goto batch`) to stdout before `@echo off` took effect, breaking MCP stdio JSON-RPC framing for hosts th... push 05 May 2026 01:57PM UTC web-flow github
73.5
25247764416 main chore(main): release 0.0.39 (#140) push 02 May 2026 08:23AM UTC web-flow github
73.59
24957682663 main fix(index): skip files that fail to chunk instead of aborting the run (#139) A single un-parseable file (e.g. a docs code-example snippet without a `package` declaration) used to abort the entire indexing run. Treat chunker errors as per-file ski... push 26 Apr 2026 01:25PM UTC web-flow github
73.5
24954743307 main chore(main): release 0.0.38 (#138) push 26 Apr 2026 10:49AM UTC web-flow github
73.75
24913223801 main feat(cmd): select configured server via --model/--backend (#137) Previously `--model X` just set LUMEN_EMBED_MODEL, which `applyEnvOverrides` merged into servers[0] — so passing a model configured on a non-primary server silently ran it against t... push 24 Apr 2026 09:45PM UTC web-flow github
73.75
24913218655 main feat(purge): support purging individual project directories (#135) "lumen purge" is now all-or-nothing-or-selected: with no args it keeps the existing full-wipe behavior; with one or more paths it removes only those projects' indexes. Matching u... push 24 Apr 2026 09:45PM UTC web-flow github
73.05
24878969997 main chore(main): release 0.0.37 (#134) push 24 Apr 2026 08:04AM UTC web-flow github
72.5
24878199967 main feat(chunker): add .svelte support with two-phase TypeScript injection (#128) push 24 Apr 2026 07:45AM UTC web-flow github
72.54
24402938033 main chore(main): release 0.0.36 (#133) push 14 Apr 2026 01:56PM UTC web-flow github
72.31
24402038199 main fix(embedder): re-probe unhealthy servers and resolve dimension mismatch on failover (#132) * fix(embedder): re-probe unhealthy servers and resolve dimension mismatch on failover Two related bugs in FailoverEmbedder when the primary embedding se... push 14 Apr 2026 01:38PM UTC web-flow github
72.31
See All Builds (292)

Badge your Repo: lumen

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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