docs: hook suppressOutput TUI behavior + marketplace ref/sha pinning#1201
Merged
Conversation
…ha pinning Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Contributor
|
Droid finished @factory-davidgu's task —— View job The docs update is mostly clear and consistent. A couple of small wording tweaks (especially around |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
factory-ain3sh
approved these changes
Jun 9, 2026
factory-ain3sh
left a comment
Contributor
There was a problem hiding this comment.
Some of the "full 40 char sha" feels a tad excessive but content is clear
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.
Summary
Updates the public docs for two recently-shipped CLI features:
Hooks:
suppressOutputhonored in the TUIHook scripts can return
{"suppressOutput": true}to hide their hook block from the chat view when the hook exits 0. The block stays visible in the detailed transcript (Ctrl+O), and failing hooks (non-zero exit) are always rendered. This locks in the policy that a hook cannot silence its own failure.docs/reference/hooks-reference.mdx— clarifiedsuppressOutputdescription in the JSON output reference and example.Plugin marketplaces: pin via
refandshaextraKnownMarketplacessource objects (github,url,git-subdir) now accept optionalref(branch or tag) andsha(full 40-char commit SHA) fields. Pinning viashamakesdroid plugin marketplace updatea no-op.docs/cli/configuration/plugins.mdx— replaced the "Version pinning is not supported" note with a new "Pinning a marketplace to a ref or commit" subsection (schema table, JSON examples, CLI flags).docs/enterprise/hierarchical-settings-and-org-control.mdx— addedrefandshato theextraKnownMarketplacessource schema forgithubandurlshapes.docs/enterprise/enterprise-plugin-registry.mdx— replaced the branch-only version-management example with aref/shaJSON example and updated the per-pluginversionnote.docs/guides/building/building-plugins.mdx— updated the version-tracking note to point at the new pinning workflow.