You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: maintain custom sandbox identifier after file changes
When running sandbox with --identifier flag, the custom identifier
now persists throughout the entire session, including after file
changes trigger rebuilds.
Previously, the identifier would fall back to default (whoami) after
file changes because printSandboxNameInfo() was called without passing
the sandboxIdentifier parameter.
Fixes#2874
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments