Skip to content

OpenShell v0.0.13

Choose a tag to compare

@github-actions github-actions released this 21 Mar 18:41
· 17 commits to main since this release
7186a77

OpenShell v0.0.13

Quick install

curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.13 sh

What's Changed

  • feat(providers): add GitHub Copilot CLI agent provider by @htekdev in #476
  • feat(gpu): disable NFD/GFD and remove nodeAffinity from device plugin chart by @elezar in #497
  • feat(ocsf): create openshell-ocsf crate — standalone OCSF event types, formatters, and tracing layers by @johntmyers in #489
  • feat(settings): gateway-to-sandbox runtime settings channel by @johntmyers in #474
  • docs(ollama): update ollama tutorial and references to match latest ollama features by @ParthSareen in #511
  • docs(ollama): fix references to renamed tutorial file by @ParthSareen in #513
  • ci(release): restrict auto-tag to weekdays only by @drew in #507
  • refactor(proto): rename UpdateSettings to UpdateConfig for consistency with read path by @johntmyers in #515
  • refactor(sandbox): remove unused pod_template field from CreateSandbox RPC by @drew in #522
  • fix(docker): propagate OPENSHELL_IMAGE_TAG to cross-compile Dockerfiles by @drew in #530

New Contributors

Full Changelog: v0.0.12...v0.0.13