Skip to content

fix(dsh): render compact research rows beside native tools - #24

Merged
orga-agent[bot] merged 1 commit into
mainfrom
fix/dsh-web-rendering
Sep 9, 2026
Merged

orga-agent[bot] merged 1 commit into
mainfrom
fix/dsh-web-rendering

Conversation

@orga-agent

@orga-agent orga-agent Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Guion's client registered web_search at the same priority as DSH's internal native view. The duplicate registration threw before the remaining views could register, leaving fetch calls without Guion's request-aware presentation.

Register all nine Guion research views at priority -10, ahead of the native views owned internally by DSH's required tool UI plugin. Replace the large cards with native DisclosureRow components: collapsed rows show the request target and non-default options; expanded rows show complete recorded input and returned text in independently scrollable panes. Preserve running/error status and the native inspection action. Each bundled CSS module now receives its own style ID so settings and research styles both load.

Validation:

  • DSH package tests: 7 files, 36 tests passed, including both registration orders against the real SlotCore and the packed Host/browser entries.
  • DSH package build and typecheck; Web CLI build; scoped Prettier checks and git diff --check passed.
  • Isolated browser loaded the production client bundle with real DSH primitives: native 24px collapsed rows, light/dark themes, 390px mobile width, full 160-line output within a 260px pane, keyboard expansion/scrolling, visible focus, and inspection callback.
  • Installed official DSH rc.1 CLI/Loader on the NUC, using its documented Node --expose-internals invocation and a disposable DSH_HOME: sync and doctor passed; four compatible presets and Guion search/fetch schemas loaded. The disposable process was stopped.

The running DSH service was not restarted. This PR has not been deployed.

@orga-agent
orga-agent Bot merged commit 761d59d into main Sep 9, 2026
1 check passed
@orga-agent
orga-agent Bot deleted the fix/dsh-web-rendering branch September 9, 2026 03:43
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