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

lsm / neokai
82%

Build:
DEFAULT BRANCH: dev
Repo Added 08 Feb 2026 03:42PM UTC
Token jWzZooQL0w1AcfSmog6k6QC6pzcFMRtP7 regen
Build 190 Last
Files 245
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 dev
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dev
  • main
  • session/coverall-test-coverage-merging-capability-4a3b73ba
  • session/find-why-e2e-tests-kill-make-self-instance-f4a2d9bc
  • session/fix-chat-container-load-more-button-bug-c0eb8ce0
  • session/fix-duplicate-input-messages-in-sub-agent-display-ba85582a
  • session/global-and-session-settings-ui-ux-63d10ac7
  • session/migrate-ci-quality-gates-from-codecov-to-coverall-291c3b12
  • session/port-conflict-in-neokai-e2e-tests-caused-by-server-735fa650
  • session/real-time-ui-updates-disconnecting-intermittently-066c2b44
  • session/recover-three-lost-work-sessions-70b19ffa
  • session/review-daemon-integration-tests-for-api-calls-24ac3c9d
  • session/session-loading-error-exceeds-message-size-limit-94944a7d
  • session/show-git-branch-in-chat-header-without-worktree-16f1c866
  • session/simplify-rpc-implementation-with-direct-events-8e04c914
  • session/smoke-test-3-column-layout-for-bugs-a8f0fac5
  • session/start-the-development-server-for-testing-8fc70fe3
  • session/ui-layout-redesign-for-three-column-room-feature-6ec6e29c
  • session/update-room-creation-form-to-match-room-context-d8fdd2ef

21 Feb 2026 07:20AM UTC coverage: 81.759% (-0.7%) from 82.418%
22252685984

push

github

web-flow
feat(web): add room settings with workspace paths and native folder picker (#138)

* feat(web): add room settings with workspace paths and native folder picker

- Add RoomSettings component with tabs for configuring room options
- Implement native OS folder picker using osascript (macOS), zenity/kdialog (Linux), PowerShell (Windows)
- Add workspace paths with descriptions support to room configuration
- Simplify CreateRoomModal to use default settings from lobby agent
- Add room.update RPC handler for partial room updates
- Update Room type with WorkspacePath[] for allowedPaths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: update room schema from description to background

- Rename room.description to room.background for better semantic clarity
- Update allowedPaths access to handle WorkspacePath[] type
- Remove deprecated description parameter from createRoom calls

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update database schema and tests for room background/WorkspacePath changes

- Update rooms table schema to include background_context, instructions, context_version columns
- Fix room-manager tests to use new API (background instead of description)
- Update tests to use WorkspacePath[] format for allowedPaths
- Use updateRoom for setting paths/models after room creation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update room-repository tests to use new API

- Replace description with background in tests
- Update allowedPaths assertions to expect WorkspacePath[] format
- Use updateRoom for setting paths/models after room creation
- Remove tests for fields that are no longer in CreateRoomParams

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update remaining tests for background/WorkspacePath API changes

- Update room-handlers RPC tests to use background instead of description
- Update allowedPaths to WorkspacePath[] format in tests
- Fix room.addPath test to includ... (continued)

2516 of 2921 branches covered (86.13%)

Branch coverage included in aggregate %.

30 of 154 new or added lines in 10 files covered. (19.48%)

21557 of 26523 relevant lines covered (81.28%)

250.97 hits per line

Relevant lines Covered
Build:
Build:
26523 RELEVANT LINES 21557 COVERED LINES
250.97 HITS PER LINE
Source Files on dev
  • Tree
  • List 245
  • Changed 16
  • Source Changed 13
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22252685984 dev feat(web): add room settings with workspace paths and native folder picker (#138) * feat(web): add room settings with workspace paths and native folder picker - Add RoomSettings component with tabs for configuring room options - Implement native... push 21 Feb 2026 07:20AM UTC web-flow github
81.76
22252387664 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge d8e40cc8a into f6b2af64a Pull #138 21 Feb 2026 06:59AM UTC web-flow github
82.09
22252367287 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge facf0ebd2 into f6b2af64a Pull #138 21 Feb 2026 06:57AM UTC web-flow github
51.14
22252283249 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge 8570a8004 into f6b2af64a Pull #138 21 Feb 2026 06:50AM UTC web-flow github
82.09
22252003293 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge cc872ce98 into f6b2af64a Pull #138 21 Feb 2026 06:30AM UTC web-flow github
55.66
22251864781 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge fb949a129 into f6b2af64a Pull #138 21 Feb 2026 06:20AM UTC web-flow github
47.43
22251763137 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge 9dede95da into f6b2af64a Pull #138 21 Feb 2026 06:13AM UTC web-flow github
47.56
22249671083 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge 223fe7c3a into f6b2af64a Pull #138 21 Feb 2026 03:43AM UTC web-flow github
41.71
22249573868 session/update-room-creation-form-to-match-room-context-d8fdd2ef Merge ea8fdc2af into f6b2af64a Pull #138 21 Feb 2026 03:35AM UTC web-flow github
51.02
22211902547 dev fix(e2e): reuse external server when PLAYWRIGHT_BASE_URL is set (#137) When CI or self-test modes set PLAYWRIGHT_BASE_URL to an external server, Playwright was incorrectly trying to start its own server while also detecting the external URL was a... push 20 Feb 2026 04:56AM UTC web-flow github
82.42
See All Builds (171)

Badge your Repo: neokai

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