Feature request: Add support for Claude Code's sandboxing #42025
edahlseng
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
|
That seems like a good place to start since they open sourced an abstraction layer on top of the OS level tools (bubblewrap for linux and seatbelt/sandbox-exec for mac): https://github.com/anthropic-experimental/sandbox-runtime Codex appears to have gone with a direct integration with LinuxSeccomp and Seatbelt. https://github.com/openai/codex/blob/79aa83ee399353c27485db85b6464d36246b3fcc/codex-rs/core/src/safety.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anthropic recently released sandboxing for Claude Code, but it looks like the
/sandboxcommand isn't supported in Zed yet. Adding support for this would be a huge benefit for security and productivity and would address some of the concerns from issues like #37343.Beta Was this translation helpful? Give feedback.
All reactions