• 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: dev
CHANGE BRANCH
x
Reset
Sync Branches
  • 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
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
22210219344 dev feat(web): use container-based width detection for context indicator (#136) Switch from viewport-based (sm:hidden) to container-based width detection for the context usage indicator. Uses ResizeObserver to measure the ContentContainer width and s... push 20 Feb 2026 03:35AM UTC web-flow github
39.11
22209852722 dev Merge branch 'session/fix-chat-container-load-more-button-bug-c0eb8ce0' into dev push 20 Feb 2026 03:17AM UTC lsm github
55.84
22204107652 dev fix(web): filter duplicate input message in sub-agent blocks (#135) When the SDK invokes a Task tool (sub-agent), it creates an initial user message containing the prompt text. This was being shown twice: 1. In the "Input" section via input.promp... push 19 Feb 2026 11:14PM UTC web-flow github
23.12
22202276973 dev refactor(web): remove unused RoomChatPanel component and test Room chat now uses ChatContainer with sessionId="room:{roomId}" via unified session architecture. push 19 Feb 2026 10:13PM UTC lsm github
23.05
22171260491 dev docs: add unified session architecture refactoring documentation Add comprehensive documentation for the unified session architecture refactor that consolidates worker/room/lobby sessions under a single AgentSession class with thin wrappers for t... push 19 Feb 2026 06:34AM UTC lsm github
78.72
22165384867 dev feat(web): add context editor with version history - ContextEditor: Edit room context with auto-save - ContextVersionHistory: Browse previous context versions - ContextVersionViewer: View and compare context versions - Update exports in index.ts push 19 Feb 2026 01:54AM UTC lsm github
51.79
22129670895 dev feat(daemon): add GitHub integration for issue monitoring and AI routing (#131) Implement a complete GitHub integration system for monitoring issues and comments, with AI-based security screening and room routing: - Add webhook handler with HMAC... push 18 Feb 2026 06:47AM UTC web-flow github
87.73
22126934916 dev fix(e2e): prevent E2E tests from killing dev servers during self-development (#130) Add defense-in-depth protection against accidentally killing dev servers: 1. Lock file mechanism: `make self` and `make run` create tmp/.dev-server-running co... push 18 Feb 2026 04:46AM UTC web-flow github
95.1
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