Add mobee-desktop scaffold (egui Seller Hub) - #184
Merged
Conversation
Co-authored-by: gudnuf <gudnuf21@proton.me> Signed-off-by: gudnuf <gudnuf21@proton.me>
orveth
added a commit
that referenced
this pull request
Jul 27, 2026
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.
What
Adds the
mobee-desktopcrate: an egui/eframe "Mobee Seller Hub" desktop scaffold with Home / Agents / Activity / Money / Accounts tabs. Home wires a health check tomobee doctor(bound to$HOMEvia env), seller start usesmobee sellwithout secrets on argv, sensitive argv values are redacted in display, and the Activity view reads episode JSONL logs (skips bad lines, newest first).Single commit (
Add desktop scaffold on main, authored by gudnuf) rebased onto currentmain(bad82c7). Touches only the new crate plus rootCargo.tomlworkspace member andCargo.lock.Verification
nix develop -c cargo test -p mobee-desktop— 4/4 pass post-rebase.nix develop -c cargo test --workspace— 556+37+1 pass; one timing-flaky mobee-core local-relay test failed under full-suite load (unawarded_claim_releases_on_deadline_never_executes; a different one,collect_integrity, failed on another run). Both pass consistently in isolation (3/3 reruns) — pre-existing flake class, same family as the one telemetry test: isolate hung-sink timing from the mirror fsync (kill flake) #165 fixed, untouched by this change.🤖 Generated with Claude Code