fix(dsh): render compact research rows beside native tools - #24
Merged
Merged
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.
Guion's client registered
web_searchat 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
DisclosureRowcomponents: 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:
git diff --checkpassed.--expose-internalsinvocation 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.