Commit 01f7a38
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 <[email protected]>1 parent 146f603 commit 01f7a38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments