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.1
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.2
Choose a head ref
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 2, 2024

  1. enhance: set sdk cred override env var for ui

    Pass credential overrides to the UI by setting the UI tool's `GPTSCRIPT_SDKSERVER_CREDENTIAL_OVERRIDE`
    environment variable before running it.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    966b493 View commit details
    Browse the repository at this point in the history
  2. fix: create cred helper dir properly on Windows (#603)

    Signed-off-by: Grant Linville <grant@acorn.io>
    g-linville authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5173357 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #604 from njhale/enhance/ui-cred-override

    enhance: set sdk cred override env var for ui
    njhale authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a0013e4 View commit details
    Browse the repository at this point in the history
  4. enhance: generate name for OpenAPI tools when operation ID is blank (#…

    …601)
    
    Signed-off-by: Grant Linville <grant@acorn.io>
    g-linville authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d39962e View commit details
    Browse the repository at this point in the history
  5. chore: bump tui for cred overrides

    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f90f56d View commit details
    Browse the repository at this point in the history
  6. enhance: pass cred overrides to tui

    Make cred overrides work when using the TUI.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be84303 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #605 from njhale/enhance/tui-cred-override

    enhance: pass cred overrides to tui
    njhale authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3b38281 View commit details
    Browse the repository at this point in the history
  8. chore: add smoke tests for claude-3-5-sonnet

    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ce0d867 View commit details
    Browse the repository at this point in the history
  9. chore: remove smoke tests for claude-3-opus

    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7e4b9cc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #608 from njhale/chore/smoke-sonnet

    chore: smoke test claude-3.5-sonnet instead of claude-3-opus
    njhale authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0f32a9d View commit details
    Browse the repository at this point in the history
Loading