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: gptscript-ai/gptscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: gptscript-ai/gptscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 1, 2024

  1. fix: option hiding in cred subcommands

    The credential subcommands throw a nil ptr exception due to a nil
    credential override flag value. Prevent this by including the value when
    hiding flags from credential subcommands.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4ab918d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #599 from njhale/fix/cred-subcmd-segfault

    fix: option hiding in cred subcommands
    njhale authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    134dcde View commit details
    Browse the repository at this point in the history
Loading