Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update sandbox.agent frontmatter to configure awf or srt
Add support for custom AWF command, args, and env in sandbox.agent
Dec 3, 2025
Collaborator
|
@copilot custom fields are also applicable to srt |
pelikhan
approved these changes
Dec 3, 2025
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done! Extended custom fields (command, args, env) to work with both AWF and SRT. Changes in commit d77da32:
Example SRT configuration: features:
sandbox-runtime: true
sandbox:
agent:
id: srt
command: "custom-srt-wrapper"
args: ["--custom-arg"]
env:
SRT_DEBUG: "true" |
Copilot
AI
changed the title
Add support for custom AWF command, args, and env in sandbox.agent
Add support for custom command, args, and env in sandbox.agent for both AWF and SRT
Dec 3, 2025
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
github-actions Bot
added a commit
that referenced
this pull request
Dec 3, 2025
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>
pelikhan
pushed a commit
that referenced
this pull request
Dec 3, 2025
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: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
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.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.