Custom build: model-role dashboard with dropdowns and UI polish - #15
Draft
f74dragon wants to merge 4 commits into
Draft
Custom build: model-role dashboard with dropdowns and UI polish#15f74dragon wants to merge 4 commits into
f74dragon wants to merge 4 commits into
Conversation
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 changed
This contribution packages the local custom build into one coherent change:
scripts/role-dashboard.py): a loopback-only web UI on127.0.0.1:8765that assigns a model identifier and reasoning effort to the four workflow roles (primary_orchestrator,native_implementer,native_reviewer,luna_task). Saving writes onlyconfig/role-map.jsonand regenerates the two plugin-local native-agent templates. It never queries, configures, or edits OpenCodex or any other application.config/models.json(seeded with the Sol Advisor combos plus identifiers found in the local OpenCodex catalog and Codex Router), with aCustom model…option. Saving a custom model adds it to the dropdown for next time.install-agents.sh --sync/--check, the runtime inspector, and an extendedverify.sh(including a new model-list check) are part of the checkout.Why
Typing model identifiers by hand was error-prone. The dropdown guarantees known, valid identifiers while still allowing custom entries, and saving a custom model grows the list automatically.
Impact
install-agents.sh+--check) and a fresh Codex task; the Luna lane remains an explicit opt-in only.Validation
sh plugins/sol-advisor/scripts/verify.shpasses end to end (role map, native templates, installer migrations, model list, native/Luna contracts, shell syntax)./api/config) and headless-Chrome layout QA: no horizontal overflow at desktop or mobile widths, no clipping of the longest identifier, all dropdowns populate, and theCustom model…field reveals and focuses correctly.