Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/OpenShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.12
Choose a base ref
...
head repository: NVIDIA/OpenShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.13
Choose a head ref
  • 10 commits
  • 153 files changed
  • 5 contributors

Commits on Mar 20, 2026

  1. feat(providers): add GitHub Copilot CLI agent provider (#476)

    * feat(providers): add GitHub Copilot CLI agent provider
    
    Source: https://docs.github.com/en/copilot/reference/copilot-allowlist-reference
    htekdev authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    eff88b7 View commit details
    Browse the repository at this point in the history
  2. feat(gpu): disable NFD/GFD and remove nodeAffinity from device plugin…

    … chart (#497)
    
    Disables GPU Feature Discovery and Node Feature Discovery DaemonSets and
    overrides the device plugin's default nodeAffinity to null so it schedules
    unconditionally on the single-node gateway without requiring NFD/GFD labels.
    
    Setting affinity to an empty map ({}) does not override the chart defaults
    because Helm deep-merges user values with chart defaults. Using null explicitly
    removes the key, causing the chart template to skip the affinity block entirely.
    elezar authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    dac6cd9 View commit details
    Browse the repository at this point in the history
  3. feat(ocsf): create openshell-ocsf crate — standalone OCSF event types…

    …, formatters, and tracing layers (#489)
    
    feat(ocsf): create openshell-ocsf crate with OCSF v1.7.0 event types, formatters, and tracing layers
    johntmyers authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    51aeffc View commit details
    Browse the repository at this point in the history
  4. feat(settings): gateway-to-sandbox runtime settings channel (#474)

    * feat(gateway/sandbox): add global and sandbox runtime settings flow
    johntmyers authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a831a89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba19aad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86a8fa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dd3dbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbcaed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2026

  1. Configuration menu
    Copy the full SHA
    ef196db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7186a77 View commit details
    Browse the repository at this point in the history
Loading