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: 559876f843c0ed683160d3fc78ac8559412363e7
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: main
Choose a head ref
  • 15 commits
  • 67 files changed
  • 3 contributors

Commits on May 27, 2025

  1. feat: add support for MCP HTTP streaming

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams committed May 27, 2025
    Configuration menu
    Copy the full SHA
    454dd09 View commit details
    Browse the repository at this point in the history
  2. chore: bump mcp dependency

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams committed May 27, 2025
    Configuration menu
    Copy the full SHA
    977aabb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. enhance: expose MCP server capabilities (#976)

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ce6afe2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. fix: distinguish between nil and non-nil allowed tools (#977)

    If allowedTools is nil, then all tools are allowed. If allowed tools is
    non-nil and has length zero, then no tools are allowed.
    
    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored May 30, 2025
    Configuration menu
    Copy the full SHA
    c810be4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. chore: replace mcp-go with nanobot

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    fe3ace9 View commit details
    Browse the repository at this point in the history
  2. chore: use npm for init-docs and bump vulnerable dependencies

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    118e3ae View commit details
    Browse the repository at this point in the history
  3. enhance: provide contexts to credential helpers when listing credenti…

    …als (#979)
    
    Signed-off-by: Grant Linville <grant@acorn.io>
    g-linville authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    6e16e63 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. chore: bump nanobot to pickup HTTP streamable fix (#982)

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    70db87d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. chore: replace huma with a fork that properly unmarshal the Schema ty…

    …pe (#983)
    
    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a1f3754 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. enhance: allow passing of MCP client options when creating clients (#984

    )
    
    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    0494b4a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. chore: bump nanobot to pickup stdio fix (#985)

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    ea419a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. chore: bump nanobot to fix empty init message issue (#986)

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    7a49337 View commit details
    Browse the repository at this point in the history
  2. test: remove mistral from smoke tests

    The smoke tests for `mistral-large-2402` are failing because its responses for certain test cases
    have changed since the initial golden files were generated. After a bit of investigation, it looks like
    this model was deprecated in November 2024 and retired in June 2025. Also, from what I can tell,
    contemporary Mistral models like `mistral-large-2411` and `mistral-medium-2505` don't actually make
    the expected tool calls required to pass the GPTScript's smoke tests, so swapping out the model is not
    feasible at this time.
    
    In light of these findings, remove mistral from the set of smoke tested model providers.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d845bab View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. chore: switch from huma to go-sdk JSON Schema (#990)

    * chore: switch from huma to go-sdk JSON Schema
    
    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    30c8c32 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. chore: expose client session ID (#991)

    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    de7bebe View commit details
    Browse the repository at this point in the history
Loading