Conversation
Add documentation for the custom command, args, and env fields introduced in PR #5356 for both AWF and SRT agent sandboxes. These fields allow users to replace the standard agent installation with custom commands, add additional arguments, and set environment variables. Changes: - Added "Custom AWF Configuration" section with usage example and field reference - Added "Custom SRT Configuration" section with similar documentation - Updated "Legacy Format" section to clarify the new 'id' field and its precedence over the legacy 'type' field Related PR: #5356 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the sandbox configuration documentation to reflect the new custom agent configuration capabilities that allow users to replace standard AWF/SRT installations with custom commands, add arguments, and set environment variables.
- Added comprehensive documentation for custom AWF and SRT configuration options
- Clarified the relationship between the new
idfield and legacytypefield - Provided practical examples using Docker containers and custom wrappers
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 - December 3, 2025
This PR updates the documentation for the
sandbox.agentconfiguration based on features merged in the last 24 hours.Features Documented
commandfield to replace standard agent installationargsfield to append additional argumentsenvfield to set environment variablesidfield and its precedence over legacytypefieldChanges Made
docs/src/content/docs/reference/sandbox.md:idvstypefield behaviorMerged PRs Referenced
Summary
The custom agent configuration feature allows users to:
This is useful for organizations that need custom agent setups, pre-configured containers, or specialized debugging environments.