OpenShell v0.0.92
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.92 shWhat's Changed
- fix: eliminate parallel Rust test flakes by @pimlock in #2434
- feat(cli): add --output json/yaml to sandbox get, status, and sandbox create by @rhuss in #1989
- refactor(tui): default create form state by @elezar in #2458
- feat(sandbox,gateway): route sandbox egress through corporate HTTP proxy by @feloy in #2245
- chore(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 by @dependabot[bot] in #2440
- refactor(policy): extract shared L7 endpoint validation by @gracesmith6504 in #2389
- chore(deps): bump docker/login-action from 4.4.0 to 4.5.1 by @dependabot[bot] in #2488
- fix(router): strip Anthropic beta fields from Vertex rawPredict body by @zanetworker in #2465
- fix: assorted byte-index slicing safety fixes by @andrewwhitecdw in #2452
- fix: assorted arithmetic and indexing robustness fixes by @andrewwhitecdw in #2451
- fix(policy): avoid panic truncating multi-byte UTF-8 paths for display by @andrewwhitecdw in #2448
New Contributors
- @andrewwhitecdw made their first contribution in #2452
Full Changelog: v0.0.91...v0.0.92