[docs] Update documentation for features from 2026-03-07#19928
Merged
[docs] Update documentation for features from 2026-03-07#19928
Conversation
Document the agent step summary feature introduced in #19821: - GITHUB_STEP_SUMMARY is forwarded into the AWF sandbox for all engines - Content is appended to the real step summary after secret redaction - First 2000 characters are included with truncation notice if longer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 7, 2026
Closed
|
Ok
في السبت، ٧ مارس ٢٠٢٦، ٠٥:١٧ Peli de Halleux ***@***.***> كتب:
… Merged #19928 <#19928> into main.
—
Reply to this email directly, view it on GitHub
<#19928 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/B2DFN3TDTSVCO6N624SCQOD4POWE7AVCNFSM6AAAAACWKFLX2GVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRTGM2TEMJVGI3TAMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 - 2026-03-07
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
GITHUB_STEP_SUMMARY(from Fix step summary truncation: forward GITHUB_STEP_SUMMARY into sandbox for all engines, increase text limit to 2000 chars #19821)Changes Made
docs/src/content/docs/reference/environment-variables.mdto document how agents can write to$GITHUB_STEP_SUMMARYinside the AWF sandbox. Content is automatically appended to the real step summary after secret redaction. The first 2000 characters are included with a truncation notice if longer.Merged PRs Referenced
Notes
GITHUB_STEP_SUMMARYfeature was missing from all documentation and is now covered in the environment variables reference.