Commit f533a2a
committed
feat: add sandbox remote-run (rr)
Adds `langsmith sandbox remote-run` (alias `rr`): mirror the current git
worktree into a LangSmith sandbox and run a command there. It creates or starts
a deterministic per-user sandbox, provisions SSH/rsync inside it, syncs committed
(HEAD) plus uncommitted local changes, and runs the command from the mirrored
checkout. Supports named sandboxes, snapshot selection, opt-in secrets sync, and
port tunneling (`--tunnel` forwards every port in `.env.ports.override` to
localhost while the command runs).1 parent bf2566f commit f533a2a
5 files changed
Lines changed: 1090 additions & 1 deletion
File tree
- internal/cmd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
312 | 327 | | |
313 | 328 | | |
314 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments