OpenShell v0.0.30
OpenShell v0.0.30
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.30 shWhat's Changed
- refactor(server): extract kubernetes compute driver by @drew in #817
- fix(inference): prevent silent truncation of large streaming responses by @johntmyers in #834
- refactor(server): use ComputeDriver RPC surface in-process by @drew in #839
- fix(sandbox): preserve ownership for existing read_write paths by @johntmyers in #827
- feat(policy): add deny rules to network policy schema by @johntmyers in #822
- fix(sandbox): disable child core dumps by @johntmyers in #821
- fix(sandbox): escape control characters in format_sse_error by @mjamiv in #842
New Contributors
Full Changelog: v0.0.29...v0.0.30