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/go-gptscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.4
Choose a base ref
...
head repository: gptscript-ai/go-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
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 7, 2024

  1. feat: add disable cache option to parse

    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    69b98b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from thedadams/add-disable-cache-parse

    feat: add disable cache option to parse
    thedadams authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    22c1258 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. feat: add metadata and type fields to tools

    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    401b947 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from thedadams/metadata-to-tool

    feat: add metadata and type fields to tools
    thedadams authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    655b4ee View commit details
    Browse the repository at this point in the history
  3. fix: put metadata filed on tool def

    This change allows for the following flow: parse tool with metadata from
    file -> run tool defs from this parse.
    
    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4a254d9 View commit details
    Browse the repository at this point in the history
Loading