feat: Harness onboarding wizard + omp/dsh session sources - #55
Open
kesslerio wants to merge 1 commit into
Open
Conversation
3 tasks
kesslerio
added a commit
to kesslerio/sparkDash
that referenced
this pull request
Aug 19, 2026
kesslerio
force-pushed
the
feat/harness-session-wizard
branch
6 times, most recently
from
August 19, 2026 23:50
30e12e6 to
6bf95fb
Compare
Adds the harness/session/occupancy stack to sparkDash: - oh-my-pi (omp) session source with URL mode, helper script, and session age filter - DeepSeek Harness (dsh) session source with provider-to-origin mapping for spark-card projection - OpenCode and OpenClaw session sources - Harness onboarding wizard (HarnessWizard.tsx) with pick → configure-local/configure-remote → review flow - UI rename from "occupancy source" to "harness" - Pulsating session dots for generating and recent sessions - occupancyHosts persistence and merge fixes - Vitest frontend test infrastructure with jsdom and testing-library - Docs: OCCUPANCY.md, occupancy helper READMEs (folds PR MiaAI-Lab#50) Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
kesslerio
force-pushed
the
feat/harness-session-wizard
branch
from
August 20, 2026 00:00
6bf95fb to
9be732b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
This PR adds the full harness/session stack to sparkDash: five coding-agent harness sources (OpenClaw, Hermes, OpenCode, oh-my-pi, DeepSeek Harness), a 3-step onboarding wizard, live session occupancy on LLM cards, and occupancy helper docs. Reviewers can connect their harnesses in under a minute and see which sessions are active on each Spark.
What Problem This Solves
sparkDash showed GPU and model metrics but had no visibility into which coding-agent sessions were running on each LLM port. Operators had to SSH into boxes or check each harness separately to know what was active. There was also no guided setup — connecting a harness required editing config files by hand.
Why This Change Was Made
I run multiple coding-agent harnesses across my fleet and wanted dashboard-level visibility into active sessions without leaving sparkDash. The wizard makes onboarding self-service for anyone I share the dashboard with. The occupancy helpers are part of the same feature surface, so their docs are folded in here rather than split into a separate PR.
User Impact
Risk and Rollout
Low risk — this is additive (new session source collectors and a wizard modal). No existing behavior changes except the UI label rename. No migration needed; session sources default to empty. The
occupancyHostsfix corrects a projector bug that was replacing existing hosts instead of merging. Rollout is opt-in: users connect harnesses via the wizard when ready.Screenshots
Step 1 — Pick harnesses
Step 2 — Configure (local mode)
Step 2 — Configure (remote mode)
Step 3 — Review and save
Cleanshot
Demo
Feature demo video — wizard walkthrough
Evidence
npm run typecheck— passes cleannpm run build— passes (61 modules, 441 KB JS bundle)npm test— 370 server tests + 14 frontend tests pass (384 total, 0 fail)git diff upstream/main..feat/harness-session-wizard -- server/collectors/LlmProbe.jsis emptygit diff upstream/main..feat/harness-session-wizard -- src/components/SparkPage/BenchmarkDialog.tsxis empty