based on https://www.anthropic.com/engineering/claude-code-sandboxing
Looks like sandboxing is available generally.
Based on https://code.claude.com/docs/en/sandboxing
Looks like /sandbox is available in the UI
How to enable it in the SDK? Is it just "IS_SANDBOX=1" env var, or is there additional config available? does it respect workingDirectory param?
based on https://www.anthropic.com/engineering/claude-code-sandboxing
Looks like sandboxing is available generally.
Based on https://code.claude.com/docs/en/sandboxing
Looks like /sandbox is available in the UI
How to enable it in the SDK? Is it just "IS_SANDBOX=1" env var, or is there additional config available? does it respect workingDirectory param?