-
Notifications
You must be signed in to change notification settings - Fork 228
Remove SRT (Sandbox Runtime) support, keep AWF only #15834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6dbe9d3
bd844cd
0c6f987
963d2ce
d209830
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -422,9 +422,6 @@ var SerenaLanguageSupport = map[string][]string{ | |
| }, | ||
| } | ||
|
|
||
| // DefaultSandboxRuntimeVersion is the default version of the @anthropic-ai/sandbox-runtime package (SRT) | ||
| const DefaultSandboxRuntimeVersion Version = "0.0.37" | ||
|
|
||
| // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clean removal of deprecated constant |
||
| const DefaultPlaywrightMCPVersion Version = "0.0.64" | ||
|
|
||
|
|
@@ -638,8 +635,6 @@ const ( | |
| SafeInputsFeatureFlag FeatureFlag = "safe-inputs" | ||
| // MCPGatewayFeatureFlag is the feature flag name for enabling MCP gateway | ||
| MCPGatewayFeatureFlag FeatureFlag = "mcp-gateway" | ||
| // SandboxRuntimeFeatureFlag is the feature flag name for sandbox runtime | ||
| SandboxRuntimeFeatureFlag FeatureFlag = "sandbox-runtime" | ||
| // DangerousPermissionsWriteFeatureFlag is the feature flag name for allowing write permissions | ||
| DangerousPermissionsWriteFeatureFlag FeatureFlag = "dangerous-permissions-write" | ||
| // DisableXPIAPromptFeatureFlag is the feature flag name for disabling XPIA prompt | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good removal of deprecated SRT references from description