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-rc3
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-rc4
Choose a head ref
  • 12 commits
  • 12 files changed
  • 6 contributors

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    91a5df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e75740 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #800 from ibuildthecloud/asterick

    bug: fix default model provider
    ibuildthecloud authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9ea9b9c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: Append all credentials for OpenAPI security infos (#661)

    Co-authored-by: John Engelman <[email protected]>
    johnrengelman and John Engelman authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    20c983e View commit details
    Browse the repository at this point in the history
  2. feat: add ability to list models from other providers

    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1124ed1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #802 from thedadams/sdk-list-model-other-providers

    feat: add ability to list models from other providers
    thedadams authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8bbb029 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix: openapi: return validation errors to the LLM; improve confirmati…

    …on prompt (#805)
    
    Signed-off-by: Grant Linville <[email protected]>
    g-linville authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1226edb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. feat: add ability to include metadata with prompts

    Based on the metadata, the receiver of the prompt event would be able to
    handle the prompt in a different way, if needed.
    
    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5b7d8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a387cd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #807 from thedadams/add-prompt-metadata

    feat: add ability to include metadata with prompts
    thedadams authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a7c8e57 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix: include proper input on call events

    Signed-off-by: Donnie Adams <[email protected]>
    thedadams committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1202543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #811 from thedadams/include-input-call-events

    fix: include proper input on call events
    thedadams authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f8f81a5 View commit details
    Browse the repository at this point in the history
Loading