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.11
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.12
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    a4883d8 View commit details
    Browse the repository at this point in the history
  2. docs: add guidance for OpenAI-compatible cloud providers (#458)

    * add guidance for OpenAI-compatible cloud providers
    
    * add provider list and xref link
    
    * add xref
    
    * add provider name value column
    miyoungc authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    510dcd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    564c411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9dcaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e4d0a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Configuration menu
    Copy the full SHA
    c0cdd66 View commit details
    Browse the repository at this point in the history
  2. fix(docker): set migrations dir permissions to 755 on COPY (#475)

    Docker COPY preserves build-host file permissions. On hosts with a
    restrictive umask (e.g. 0027), the migrations directory is copied as
    750 root:root, making it unreadable by the openshell user at runtime
    and causing the server to crash with a permission denied error on
    startup.
    
    Using --chmod=755 ensures the directory is always world-readable
    regardless of the build host umask.
    
    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    495fe4c View commit details
    Browse the repository at this point in the history
Loading