Commit 3a3fa02
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 3a3fa02
File tree
2 files changed
+8
-1
lines changed- .changeset
- packages/sandbox/src
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 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