feat: enhance generalized UI with sidebar navigation and field descriptions - #15
Open
hdkiller wants to merge 5 commits into
Open
feat: enhance generalized UI with sidebar navigation and field descriptions#15hdkiller wants to merge 5 commits into
hdkiller wants to merge 5 commits into
Conversation
Author
robertcsakany
added a commit
that referenced
this pull request
Apr 27, 2026
…cture Captures the multi-proposal architectural exploration for making the dashboard shell pluggable. Two design proposals (no implementation yet) plus seven implementation/extraction scaffolds. Design proposals (artifacts complete, all 15 open questions resolved): - extension-ui-system: pull-based discovery probe (ui:list-modules) + bounded slot taxonomy for descriptor-only third-party extensions. Phases: management-modal (1), live decorations (2), RJSF forms (4). PR #15's "Generalized Extension UI System" rebuilt fresh on develop; PR #15 referenced as ground-truth, not merged. - dashboard-plugin-architecture: umbrella for first-party plugin tier. Two-tier model — third-party descriptors + first-party React plugins target the same slot contract. 9 first-party slots (sidebar-folder-section, session-card-badge, session-card-action-bar, content-view, content-header-sticky, content-inline-footer, anchored-popover, command-route, settings-section, tool-renderer). Manifest format forward-compatible with future node_modules discovery (unblocks PR-back paths to upstream packages like @tintinweb/pi-subagents). Plugin context API + reactive settings persistence under plugins.<id>.* validated against JSON Schema. Bundled-by-default plugin concept for universally-relevant features (e.g. git). Implementation scaffolds (proposal.md only; design/specs/tasks via /opsx:continue): - add-extension-ui-modal, add-extension-ui-decorations, add-extension-ui-rjsf-form (descriptor-protocol implementation phases) - extract-openspec-as-plugin (~65 file move into packages/openspec-plugin) - extract-flows-as-plugin (~12 file move; introduces reducer-slice mechanism) - extract-subagents-as-plugin (~7 file move; future PR upstream to @tintinweb/pi-subagents once node_modules discovery lands) - extract-git-as-plugin (~25 file move; bundled by default; no upstream PR path because git is the OS, not a vendored package) Documentation: - openspec/specs/extension-ui-system/spec.md stub for the eventual archive target (cross-references interactive-ui-dialogs, ui-proxy, extension-ui-forwarding). - docs/architecture.md gains "Extension UI System (planned, design-only)" section.
Member
|
Thanks for your contribution. I've used to design more generalized solution for the feature you draw in this PR. |
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.


Enhances the generalized UI schema to support field descriptions, sections, and sidebar-based navigation. Adds an Extensions button to the session header.