Fix command center settings, work lists, and decision routes - #456
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
czpython
force-pushed
the
codex/command-center-review-fixes
branch
from
September 6, 2026 14:26
5b8811d to
f36f3b9
Compare
Agents show as labeled records with full model ids and an explicit inherit or fixed state. Work items read at phone widths. Settings search covers declared fields and focuses the field it opens. Repeated failures group per subject with a count and details. Adds ui.page(..., subject=...). The Dashboard opens that page for a decision and keeps the exact run and request round in the URL. Adds choice_details to json_schema_extra, so a Literal setting can label each value and show help for the selected one. The Dashboard read carries the artifact title as a fact and composes the request line.
czpython
force-pushed
the
codex/command-center-review-fixes
branch
from
September 6, 2026 14:37
f36f3b9 to
11c8a2d
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.
The command center review found clipped agent settings, unreadable work titles on phones, small controls, and decision links that opened the generic subject page. This change:
ui.page(..., subject=...). The Dashboard opens that page for a decision and keeps the exact run and request round in the URL. The page shows controls only for that run and reports a changed or missing request.choice_detailstojson_schema_extra. ALiteralsetting can label each value and show help for the selected one. A key outside the declared values fails when the app loads.The companion druks-apps PR #69 declares the Inbox thread page as its decision page and removes the duplicate X Me navigation. Release this platform change first.
Closes DRU-455.