Back-merge main into develop after v1.5.1 - #510
Merged
Merged
Conversation
…igs (#508) The dashboard container only ever reads the MASKED config (#440), where a rig's dashboard.workers[].token is the sentinel {"__secret__": true}. load_worker_endpoints required a string token and dropped the whole entry, so DASHBOARD_WORKERS came up empty and every worker reported editable=false — even with dashboard.workers[] fully populated. Accept the masked sentinel as "token present" (keep the entry); the host-side runner still resolves the real token from the raw config when it dials the rig (pithead:4737). A bad string or any non-sentinel dict still drops the entry, fail-closed. Adds a loader test for the masked-config shape (the gap that let this ship). Bumps VERSION 1.5.0 -> 1.5.1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
v1.5.1: fix Worker Inspect edit path for masked-token rigs (#508)
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.
Brings the v1.5.1 #508 fix back into develop, keeping main an ancestor of develop.
🤖 Generated with Claude Code