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

lsm / HyperNeo / 31895674811
79%

Build:
DEFAULT BRANCH: dev
Ran 15 Aug 2026 04:30PM UTC
Jobs 29
Files 682
Run time 2min
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

15 Aug 2026 04:30PM UTC coverage: 78.743% (-0.01%) from 78.755%
31895674811

push

github

web-flow
feat: queue preview overflow modal + batched queue-flush delivery (#2493)

* feat(web): cap queue preview tray at 3 with paginated full-queue modal

The queue overlay above the composer rendered every queued message, so a
large deferred queue (e.g. 20 NEXT injections) pushed the conversation
off-screen. Cap the inline preview at 3 per group (Steer/Next); overflow
shows a "+N more" button that opens a modal with the full list paginated
at 10/page, preserving per-message actions (Move to Steer/Next, Delete).

* feat(daemon): coalesce queue flush into one batched prompt

When multiple messages flush at the turn-end/idle boundary on an idle
session, deliver them as ONE delimited prompt (payload.batchUuids) so the
model reads the whole queue before acting, instead of first-message-turn +
rest-steers producing one response per queued message. Members flip to
consumed with the kickoff; repo lookups (activeDeliveryMessageUuids,
cancel) and dead-letter settlement are batch-aware so members are never
re-delivered individually or left stranded. Non-text messages (images),
and any flush that races an active turn, fall back to per-message
delivery — the previous behavior.

* fix: address codex review round on batched queue flush + tray modal

P1: consume batch members atomically with the kickoff (single-transaction
markDeliveryConsumedByUuids) — a crash between separate flips would leave
members enqueued under a consumed kickoff and the reconciler would re-deliver
them individually. P1: consume ACP batch members at the acceptance boundary
(durable batchUuids lookup via getActiveDeliveryBatchUuids). P1: revalidate
every member + rebuild the prompt under the session lock in the bridge (a
member deleted/deferred between snapshot and feed must not reach the
provider), with a BATCH_DELIVERY_MAX_CHARS budget so a combined prompt can
never outgrow the provider request limit. P2: batch only fully-text flushes
(an interleaved image/command would reorder the queue), exclude... (continued)

42622 of 57973 branches covered (73.52%)

Branch coverage included in aggregate %.

175 of 231 new or added lines in 11 files covered. (75.76%)

58086 of 69922 relevant lines covered (83.07%)

3867.49 hits per line

Uncovered Changes

Lines Coverage ∆ File
30
78.93
-6.38% packages/daemon/src/lib/agent/sdk-message-handler.ts
12
74.07
-0.44% packages/daemon/src/lib/agent/agent-session.ts
8
84.33
-0.24% packages/daemon/src/storage/repositories/sdk-message-repository.ts
3
95.1
1.16% packages/web/src/components/QueuePreviewTray.tsx
2
91.77
-0.46% packages/daemon/src/lib/agent/message-delivery.ts
1
89.4
-0.26% packages/daemon/src/storage/repositories/job-queue-repository.ts
Jobs
ID Job ID Ran Files Coverage
1 daemon-4-space-migrations-b - 31895674811.1 15 Aug 2026 04:31PM UTC 56
33.83
GitHub Action Run
2 daemon-4-space-migrations-a - 31895674811.2 15 Aug 2026 04:31PM UTC 26
65.39
GitHub Action Run
3 daemon-shared - 31895674811.3 15 Aug 2026 04:30PM UTC 24
85.3
GitHub Action Run
4 daemon-5-space-runtime-b - 31895674811.4 15 Aug 2026 04:32PM UTC 219
31.71
GitHub Action Run
5 daemon-1-core - 31895674811.5 15 Aug 2026 04:34PM UTC 372
31.67
GitHub Action Run
6 daemon-online-rpc-3 - 31895674811.6 15 Aug 2026 04:31PM UTC 365
10.52
GitHub Action Run
7 daemon-online-rpc-1 - 31895674811.7 15 Aug 2026 04:31PM UTC 365
10.46
GitHub Action Run
8 daemon-online-sdk - 31895674811.8 15 Aug 2026 04:31PM UTC 365
13.08
GitHub Action Run
9 daemon-online-space-1 - 31895674811.9 15 Aug 2026 04:31PM UTC 365
11.32
GitHub Action Run
10 daemon-4-space-storage - 31895674811.10 15 Aug 2026 04:31PM UTC 157
46.85
GitHub Action Run
11 daemon-0-shared-handlers-workflow - 31895674811.11 15 Aug 2026 04:32PM UTC 370
28.17
GitHub Action Run
12 daemon-online-rpc-2 - 31895674811.12 15 Aug 2026 04:32PM UTC 365
13.95
GitHub Action Run
13 daemon-online-coordinator - 31895674811.13 15 Aug 2026 04:30PM UTC 355
1.23
GitHub Action Run
14 daemon-online-space-2 - 31895674811.14 15 Aug 2026 04:33PM UTC 365
18.51
GitHub Action Run
15 daemon-online-agent-sdk - 31895674811.15 15 Aug 2026 04:31PM UTC 365
13.11
GitHub Action Run
16 daemon-online-lifecycle - 31895674811.16 15 Aug 2026 04:31PM UTC 365
13.45
GitHub Action Run
17 daemon-5-space-runtime-a - 31895674811.17 15 Aug 2026 04:31PM UTC 233
21.26
GitHub Action Run
18 daemon-5-space-agent-other - 31895674811.18 15 Aug 2026 04:31PM UTC 287
19.36
GitHub Action Run
19 daemon-online-websocket - 31895674811.19 15 Aug 2026 04:31PM UTC 365
9.8
GitHub Action Run
20 daemon-online-mcp - 31895674811.20 15 Aug 2026 04:31PM UTC 365
10.02
GitHub Action Run
21 daemon-online-rewind-1 - 31895674811.21 15 Aug 2026 04:32PM UTC 365
13.1
GitHub Action Run
22 daemon-online-git - 31895674811.22 15 Aug 2026 04:31PM UTC 365
10.29
GitHub Action Run
23 web - 31895674811.23 15 Aug 2026 04:32PM UTC 283
76.67
GitHub Action Run
24 daemon-online-rpc-4 - 31895674811.24 15 Aug 2026 04:32PM UTC 365
11.02
GitHub Action Run
25 daemon-online-convo - 31895674811.25 15 Aug 2026 04:32PM UTC 365
13.03
GitHub Action Run
26 daemon-online-features-2 - 31895674811.26 15 Aug 2026 04:31PM UTC 365
13.37
GitHub Action Run
27 daemon-online-features-1 - 31895674811.27 15 Aug 2026 04:31PM UTC 365
13.81
GitHub Action Run
28 daemon-online-rewind-2 - 31895674811.28 15 Aug 2026 04:31PM UTC 365
13.53
GitHub Action Run
29 daemon-online-components - 31895674811.29 15 Aug 2026 04:31PM UTC 365
9.69
GitHub Action Run
Source Files on build 31895674811
  • Tree
  • List 682
  • Changed 16
  • Source Changed 12
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31895674811
  • 8efc9e17 on github
  • Prev Build on dev (#31893435350)
  • Next Build on dev (#31901879932)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc