OpenShell v0.0.83
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.83 sh
What's Changed
- fix(tui): redraw after sandbox shell exits by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/2230
- fix(agents): add confirmation gate to triage-issue batch mode by @rhuss in https://github.com/NVIDIA/OpenShell/pull/2239
- fix(gator): retry review after draft blocker clears by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/2200
- fix(certgen): stage temp dir inside output dir to fix cross-device rename by @gracesmith6504 in https://github.com/NVIDIA/OpenShell/pull/2241
- refactor(jsonrpc): carry typed inspection errors by @shiju-nv in https://github.com/NVIDIA/OpenShell/pull/2244
- docs(agents): add gator launch skill by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/2203
- chore(python): lower minimum supported Python to 3.11 by @maxdubrinsky in https://github.com/NVIDIA/OpenShell/pull/2247
- fix(policy): keep approved chunk when a mechanistic denial resubmits its endpoint by @laitingsheng in https://github.com/NVIDIA/OpenShell/pull/2242
New Contributors
- @rhuss made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2239
- @gracesmith6504 made their first contribution in https://github.com/NVIDIA/OpenShell/pull/2241
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.82...v0.0.83