OpenShell v0.0.45
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.45 sh
What's Changed
- feat(k8s): make default workspace PVC storage size configurable by @sjenning in https://github.com/NVIDIA/OpenShell/pull/1436
- refactor: deduplicate shared test helpers by @ericcurtin in https://github.com/NVIDIA/OpenShell/pull/1399
- fix(ci): require PR checks to pass by @pimlock in https://github.com/NVIDIA/OpenShell/pull/1461
- chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.1 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/1459
- chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.0 by @dependabot[bot] in https://github.com/NVIDIA/OpenShell/pull/1458
- fix(build): install binaries built in part build tree by @zyga in https://github.com/NVIDIA/OpenShell/pull/1462
- test(persistence): make CAS conflict test deterministic by @pimlock in https://github.com/NVIDIA/OpenShell/pull/1464
- feat(agents): add LSM compatibility checks to review and spike skills by @derekwaynecarr in https://github.com/NVIDIA/OpenShell/pull/1451
- ci(canary): add kind-based helm chart smoke test to Release Canary by @TaylorMutch in https://github.com/NVIDIA/OpenShell/pull/1336
- test(e2e): default GPU probe image by @elezar in https://github.com/NVIDIA/OpenShell/pull/1450
- docs(agents): add Docker GPU CDI debug hints by @elezar in https://github.com/NVIDIA/OpenShell/pull/1448
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.44...v0.0.45