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

lsm / neokai / 28195810905
71%

Build:
DEFAULT BRANCH: dev
Ran 25 Jun 2026 07:41PM UTC
Jobs 28
Files 615
Run time 3min
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

25 Jun 2026 07:39PM UTC coverage: 82.119% (+0.02%) from 82.098%
28195810905

push

github

web-flow
fix: render api_retry/thinking_tokens/task_notification roster-only in the minimal feed (#2188)

* fix: render api_retry, thinking_tokens, task_notification roster-only in the minimal feed

The minimal feed's main thread body is the multi-agent conversation; the
roster is its dedicated operational-status surface. Operational metadata
was leaking into the main thread as cards, duplicating the roster.

Move three system subtypes to roster-only in MinimalThreadFeed:
- api_retry: roster 'api_retry' entry (existing). Removed main-thread
  system turn + dead builder + orphaned collectRosteredApiRetryUuids.
- thinking_tokens: roster 'thinking' entries (existing). Removed
  main-thread system turn + dead builder.
- task_notification: folds onto its roster tool card when the tool is
  within the 8-entry cap; otherwise a new standalone roster entry
  (RosterTaskNotificationEntry, chat-container style) so the outcome is
  never lost. Removed the main-thread fallback card. Standalone
  suppression uses the global rosteredToolUseIds set to avoid cross-turn
  duplication. The drop-empty-turns filter now keeps turns with roster
  content so a degenerate turn (e.g. a killed task with no reply text)
  isn't dropped along with its outcome.

The chat container (SDKMessageRenderer) is unchanged — it still renders
all three as before.

* fix: prevent task_notification fold+standalone duplication in roster-only turns

In roster-only completed turns (tool + result, no assistant reply text),
a post-result task_notification folded onto its tool card AND rendered as
a standalone roster entry — because the rostered-tool pre-scan
(completedRows) excluded text-less turns, so the global rostered set
lacked those tool ids.

Two fixes:
- Broaden the pre-scan flush to include slices with tool_use content
  (not just assistant text), so text-less roster-bearing turns
  contribute their tool ids to the global rostered set.
- Gate standalone suppression on the global set UNION the curre... (continued)

11367 of 16392 branches covered (69.34%)

Branch coverage included in aggregate %.

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

1 existing line in 1 file now uncovered.

95496 of 113740 relevant lines covered (83.96%)

300.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
79.86
0.5% packages/web/src/components/space/thread/minimal/MinimalThreadFeed.tsx
Jobs
ID Job ID Ran Files Coverage
1 daemon-online-space-2 - 28195810905.1 25 Jun 2026 07:42PM UTC 357
31.52
GitHub Action Run
2 daemon-5-space-runtime-a - 28195810905.2 25 Jun 2026 07:41PM UTC 128
39.56
GitHub Action Run
3 daemon-4-space-migrations-a - 28195810905.3 25 Jun 2026 07:41PM UTC 73
37.86
GitHub Action Run
4 daemon-4-space-storage - 28195810905.4 25 Jun 2026 07:41PM UTC 159
54.39
GitHub Action Run
5 daemon-4-space-migrations-b - 28195810905.5 25 Jun 2026 07:41PM UTC 48
56.03
GitHub Action Run
6 daemon-online-rpc-4 - 28195810905.6 25 Jun 2026 07:42PM UTC 357
22.58
GitHub Action Run
7 daemon-online-convo - 28195810905.7 25 Jun 2026 07:41PM UTC 357
21.77
GitHub Action Run
8 daemon-1-core - 28195810905.8 25 Jun 2026 07:41PM UTC 363
34.88
GitHub Action Run
9 daemon-online-lifecycle - 28195810905.9 25 Jun 2026 07:41PM UTC 357
22.16
GitHub Action Run
10 daemon-online-agent-sdk - 28195810905.10 25 Jun 2026 07:41PM UTC 357
21.86
GitHub Action Run
11 daemon-online-rpc-2 - 28195810905.11 25 Jun 2026 07:41PM UTC 357
22.9
GitHub Action Run
12 daemon-online-rewind-2 - 28195810905.12 25 Jun 2026 07:42PM UTC 357
22.45
GitHub Action Run
13 daemon-5-space-runtime-b - 28195810905.13 25 Jun 2026 07:41PM UTC 182
47.7
GitHub Action Run
14 daemon-online-sdk - 28195810905.14 25 Jun 2026 07:41PM UTC 357
21.87
GitHub Action Run
15 daemon-online-space-1 - 28195810905.15 25 Jun 2026 07:42PM UTC 357
31.44
GitHub Action Run
16 daemon-online-rewind-1 - 28195810905.16 25 Jun 2026 07:41PM UTC 357
21.99
GitHub Action Run
17 daemon-online-coordinator - 28195810905.17 25 Jun 2026 07:41PM UTC 346
7.83
GitHub Action Run
18 daemon-5-space-agent-other - 28195810905.18 25 Jun 2026 07:41PM UTC 282
26.02
GitHub Action Run
19 daemon-online-components - 28195810905.19 25 Jun 2026 07:41PM UTC 357
17.59
GitHub Action Run
20 daemon-online-websocket - 28195810905.20 25 Jun 2026 07:41PM UTC 357
17.71
GitHub Action Run
21 daemon-0-shared-handlers-workflow - 28195810905.21 25 Jun 2026 07:41PM UTC 362
32.63
GitHub Action Run
22 daemon-online-mcp - 28195810905.22 25 Jun 2026 07:41PM UTC 357
17.93
GitHub Action Run
23 daemon-online-rpc-3 - 28195810905.23 25 Jun 2026 07:41PM UTC 357
19.05
GitHub Action Run
24 web - 28195810905.24 25 Jun 2026 07:42PM UTC 248
74.53
GitHub Action Run
25 daemon-online-rpc-1 - 28195810905.25 25 Jun 2026 07:41PM UTC 357
18.72
GitHub Action Run
26 daemon-online-features-1 - 28195810905.26 25 Jun 2026 07:41PM UTC 357
22.55
GitHub Action Run
27 daemon-online-git - 28195810905.27 25 Jun 2026 07:41PM UTC 357
18.46
GitHub Action Run
28 daemon-online-features-2 - 28195810905.28 25 Jun 2026 07:41PM UTC 357
22.0
GitHub Action Run
Source Files on build 28195810905
  • Tree
  • List 615
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28195810905
  • 67f51de0 on github
  • Prev Build on dev (#28143109352)
  • Next Build on dev (#28213873679)
  • 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