Skip to content

Fix command center settings, work lists, and decision routes - #456

Merged
czpython merged 1 commit into
mainfrom
codex/command-center-review-fixes
Sep 6, 2026
Merged

Fix command center settings, work lists, and decision routes#456
czpython merged 1 commit into
mainfrom
codex/command-center-review-fixes

Conversation

@czpython

@czpython czpython commented Sep 6, 2026

Copy link
Copy Markdown
Owner

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:

  • Shows each agent as a labeled record with its full model id and an explicit inherit or fixed state. Menus close on surrounding scroll and resize.
  • Adds 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.
  • Adds choice_details to json_schema_extra. A Literal setting can label each value and show help for the selected one. A key outside the declared values fails when the app loads.
  • Puts the artifact title on the Dashboard read as a fact, so the request line names the proposal under review. Groups repeated failures per subject with a count and details. Failure text is capped at 2,048 characters.
  • Adds settings search over declared fields with owner labels. A result opens its section and focuses the field once.
  • Reworks the Software Factory work list for phone widths, keeps the Usage heading and a retry after a failed read, colors event states, unifies destructive controls, shortens the sidebar account label, and removes the global back links.

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.

@mintlify

mintlify Bot commented Sep 6, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
druks 🟢 Ready View Preview Sep 6, 2026, 12:20 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

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
czpython force-pushed the codex/command-center-review-fixes branch from f36f3b9 to 11c8a2d Compare September 6, 2026 14:37
@czpython
czpython merged commit 0117849 into main Sep 6, 2026
3 checks passed
@czpython
czpython deleted the codex/command-center-review-fixes branch September 6, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant