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.5-rc1
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.5-rc2
Choose a head ref
  • 16 commits
  • 16 files changed
  • 3 contributors

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    ca8ab3a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix: support share credentials in context tools (#782)

    Signed-off-by: Grant Linville <[email protected]>
    g-linville authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b05ceb7 View commit details
    Browse the repository at this point in the history
  2. fix: stop running tool for providers that are runnning

    A previous change stopped caching clients so that they would be
    restarted whenever needed. However, the running of the tool produces
    unwanted output if the provider is already running.
    
    This change includes a way to tell whether the provider is running or
    needs to be restarted.
    
    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f356013 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #784 from thedadams/no-evens-for-running-providers

    fix: stop running tool for providers that are runnning
    thedadams authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f92e8dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #772 from ibuildthecloud/main

    feat: enable github release binary downloads for go tools
    ibuildthecloud authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    06169d8 View commit details
    Browse the repository at this point in the history
  5. fix: share credentials in context tools (#785)

    Signed-off-by: Grant Linville <[email protected]>
    g-linville authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9696f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1e2002 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #786 from ibuildthecloud/main

    chore: support looking up go binary releases by tag
    ibuildthecloud authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d932de2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bacc628 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #788 from ibuildthecloud/main

    chore: fallback to pure go git if git isn't found
    ibuildthecloud authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c3e1974 View commit details
    Browse the repository at this point in the history
  10. fix: address panic when listing models with default model provider

    Apparently, this code path is exercised by listing models and not by
    using the provider with LLM calls.
    
    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4197b39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    071c5f2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #790 from ibuildthecloud/main

    bug: check for git on mac by using xcode-select
    ibuildthecloud authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3f543db View commit details
    Browse the repository at this point in the history
  13. Merge pull request #789 from thedadams/fix-default-model-listing

    fix: address panic when listing models with default model provider
    thedadams authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    75d9600 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    707d483 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #791 from ibuildthecloud/main

    bug: include shared context from context tools referenced by "tools:"
    ibuildthecloud authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    50503da View commit details
    Browse the repository at this point in the history
Loading