Agent status mapping, parallel dashboard loading, rig parsing, bd exec fixes#27
Merged
web3dev1337 merged 1 commit intoweb3dev1337:masterfrom Apr 9, 2026
Merged
Conversation
…ashboard loading, rig parsing, bd exec fixes - Richer agent status: proper state mapping, rig agent distinction, current_task tracking - Dashboard: parallel data loading via Promise.allSettled for status/convoys/work/mail - Server: robust rig list parsing with JSON fallback to text parsing - BDGateway: use 'bd' executable, keep --no-daemon compat, use 'create' command - Various UI/component improvements across sidebar, agent-grid, work-list, etc.
web3dev1337
requested changes
Apr 3, 2026
Owner
web3dev1337
left a comment
There was a problem hiding this comment.
This PR introduces regressions that should block merge. I opened a replacement PR with the fixes and full validation here: #28
Key issues in #27:
- websocket refresh handling now relies on
state.currentView, but that field is never defined or updated, and several emitted events are no longer handled, so the UI can go stale until a manual refresh /api/agentsand the dashboard assumerig.agents, but the current backend contract and tests still use legacyrig.hooks, which drops rig workers from summaries and agent listingsBDGatewaybypasses the resolved executable path and hardcodesbd, which breaks configured executable overrides and weakens the current trust boundary- main refresh paths no longer force cache-busting even though the affected endpoints are still cached, so refreshes can legitimately return stale data
Replacement PR #28 keeps the useful parts of the submission, restores compatibility, and adds regression coverage.
Owner
|
Thanks for the revision, @yougotborked. I reran the full suite and kept your authored commit (afeb7b0) preserved in the salvage path. We’re merging PR #28 via merge commit (not squash) so your contribution remains directly in project history. |
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.
Changes
bdexecutable, keep --no-daemon compat, usecreatecommand21 files changed, 603 insertions, 310 deletions