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

Commits on Jun 14, 2024

  1. chore: unpin ui version post-release

    Signed-off-by: Craig Jellick <craig@acorn.io>
    cjellick committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9d42279 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 16, 2024

  1. bug: large openapi schemas require n^2 memory

    Use a shared map instance so that memory doesn't blow up because the
    tool mapping is implicitly n*n.
    ibuildthecloud committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bbe8f66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #507 from ibuildthecloud/main

    bug: large openapi schemas require n^2 memory
    ibuildthecloud authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    02a3cee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: credential overrides for credential aliases (#511)

    Signed-off-by: Grant Linville <grant@acorn.io>
    g-linville authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    64d0748 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. chore: bump UI for v0.8.3

    Signed-off-by: Craig Jellick <craig@acorn.io>
    cjellick committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    019e26b View commit details
    Browse the repository at this point in the history
Loading