Pin @anthropic-ai/sandbox-runtime version in SRT installation#9037
Merged
Pin @anthropic-ai/sandbox-runtime version in SRT installation#9037
Conversation
- Add DefaultSandboxRuntimeVersion constant (0.0.23) to pkg/constants/constants.go - Update generateSRTInstallationStep() to use pinned version in npm install command - Add srt_version_pinning_test.go with tests for version pinning verification - Add DefaultSandboxRuntimeVersion to constants_test.go test table Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Check for versioned npm install pattern '@anthropic-ai/sandbox-runtime@' instead of checking for a specific newline pattern that may not match correctly. Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Check version pinning for gh-aw-firewall and agent-sandbox
Pin @anthropic-ai/sandbox-runtime version in SRT installation
Jan 5, 2026
Collaborator
|
@copilot update the cli version updater agentic workflow to also track this dependency. |
Add @anthropic-ai/sandbox-runtime (SRT) to the list of tracked dependencies in the CLI version checker agentic workflow. This ensures the SRT version is monitored and updated alongside other agentic CLI tools. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Updated the cli-version-checker workflow to track |
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.
The SRT (Sandbox Runtime) package was being installed without version pinning (
npm install @anthropic-ai/sandbox-runtime), while AWF binary and Docker containers are already properly pinned.Changes
DefaultSandboxRuntimeVersion = "0.0.23"inpkg/constants/constants.gogenerateSRTInstallationStep()to use explicit versionsrt_version_pinning_test.goto verify pinning behavior.github/workflows/cli-version-checker.mdto track@anthropic-ai/sandbox-runtimealongside other agentic CLI toolsVersion Pinning Status
DefaultFirewallVersion--image-tagflagDefaultSandboxRuntimeVersionOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.