[docs] Update sandbox documentation to reflect SRT removal#15865
Merged
[docs] Update sandbox documentation to reflect SRT removal#15865
Conversation
Remove Sandbox Runtime (SRT) references and update documentation to reflect that AWF is now the only supported sandbox implementation. Legacy workflows using SRT are automatically migrated to AWF during workflow parsing. Changes: - Updated introduction to specify AWF only - Removed SRT configuration examples - Replaced SRT section with deprecation notice and migration guide - Updated field tables to remove SRT identifier - Added migration notes for legacy workflows - Updated feature flags section to remove sandbox-runtime flag Related to #15834 (Remove SRT support) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Feb 15, 2026
This was referenced Feb 15, 2026
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-02-15
This PR updates the sandbox configuration documentation based on the removal of Sandbox Runtime (SRT) support merged in the last 24 hours.
Features Documented
Changes Made
Updated
docs/src/content/docs/reference/sandbox.mdto:sandbox.agent: srtconfiguration example from the basic configuration sectionawforsrtto justawfsandbox: sandbox-runtimeis automatically migrated to AWFsandbox-runtimefeature flag from the table and added a note that it's no longer recognizedMerged PRs Referenced
Build Validation
✅ Documentation build completed successfully with no errors
✅ All internal links validated
✅ Search index generated successfully
Notes
The changes maintain backward compatibility documentation while clearly marking SRT as removed. Legacy workflows using SRT will be automatically migrated to AWF during workflow parsing, as implemented in PR #15834.