[docs] Add safe-outputs.messages customization documentation#4914
Merged
[docs] Add safe-outputs.messages customization documentation#4914
Conversation
Add documentation for the safe-outputs.messages feature that allows users to customize notification messages and footers. - Document all available message templates (footer, run-started, etc.) - List all placeholder variables with descriptions - Include example configuration - Note import and override behavior for shared workflows Related PRs: #4903, #4904, #4906 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
pelikhan
approved these changes
Nov 27, 2025
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.
Documentation Updates - 2025-11-27
This PR updates the documentation based on features merged in the last 24 hours.
Summary
Added documentation for the
safe-outputs.messagescustomization feature that allows users to customize notification messages and footers for safe output operations. This feature was introduced in PR #4903 and enhanced in PRs #4904 and #4906.Features Documented
messages:) - Added comprehensive documentation for customizing notification messages including:Changes Made
docs/src/content/docs/reference/safe-outputs.mdto add a new "Custom Messages" sectionMerged PRs Referenced
Other Changes Reviewed
The following merged PRs from the last 24 hours were reviewed but did not require documentation updates:
Notes
All user-facing features from the last 24 hours have been documented. The
safe-outputs.messagesfeature was the primary user-facing enhancement that needed additional documentation in the reference pages. Other features like Sandbox Runtime (SRT) are already documented in the frontmatter reference and labs pages.