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

lsm / neokai / 26862818714 / 27
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 03 Jun 2026 04:01AM UTC
Files 260
Run time 7s
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

03 Jun 2026 03:58AM UTC coverage: 27.612%. Remained the same
26862818714.27

push

github

web-flow
fix(web): space ad-hoc session refresh spinning on slug URLs (#2058)

Root cause was two-fold:
1. MainContent used canonical UUID in contentKey, so when spaceStore
   resolved a slug → UUID, SpaceIsland/ChatContainer remounted.
2. ChatContainer's deferred cleanup (setTimeout) ran AFTER the new
   mount effect, deselecting the session because activeSessionId still
   matched the same space:chat:{id} sessionId.

Fixes:
- Use spaceRouteId (URL-facing) in contentKey to avoid remount on
  slug resolution.
- Remove setTimeout deferral in ChatContainer cleanup; React/Preact
  cleanup runs before new mount effects during commit, so re-select
   works correctly without the race.

Verified empirically: refresh of /space/{slug}/session/space:chat:{uuid}
now loads the session correctly; no spinning circle.

22762 of 82435 relevant lines covered (27.61%)

15.34 hits per line

Source Files on job daemon-5-space-agent-other - 26862818714.27
  • Tree
  • List 260
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26862818714
  • 936a39d8 on github
  • Prev Job for on dev (#26858852152.15)
  • Next Job for on dev (#26981661763.9)
  • 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