Releases: gptscript-ai/go-gptscript
Releases · gptscript-ai/go-gptscript
Release v0.9.5
v0.9.5 (2024-10-02)
Features
- add ability to list models from providers (4f05179)
- add credential management (#65) (c5466d0)
- add disable cache option to parse (69b98b9)
- add load API (e0876d7)
- add metadata and type fields to tools (401b947)
- add prompt metadata field (b193865)
- add server URL and token options (66dc396)
Bug Fixes
- address a flake in the chat tests (aa14fb6)
- allow getting program while run is running (64eaa0a)
- capture Usage, ChatResponseCached, and ToolResults (73494ba)
- don't start SDK server if URL opt is provided (#69) (0f93d6c)
- improve the context testing, including adding a new test (758ea99)
- override the knowledge credential in test (70e8788)
- put metadata filed on tool def (4a254d9)
- remove the disable server environment variable (c72e385)
- update json tag to match sdkserver (#66) (1aaa032)
Release v0.9.5-rc5
Features
- add ability to list models from providers (4f05179)
- add disable cache option to parse (69b98b9)
- add load API (e0876d7)
- add metadata and type fields to tools (401b947)
- add prompt metadata field (b193865)
Bug Fixes
- improve the context testing, including adding a new test (758ea99)
- put metadata filed on tool def (4a254d9)
Release v0.9.5-rc4
Features
- add ability to list models from providers (4f05179)
- add disable cache option to parse (69b98b9)
- add load API (e0876d7)
- add metadata and type fields to tools (401b947)
- add prompt metadata field (b193865)
Bug Fixes
- improve the context testing, including adding a new test (758ea99)
- put metadata filed on tool def (4a254d9)
Release v0.9.5-rc3
Features
- add disable cache option to parse (69b98b9)
- add load API (e0876d7)
- add metadata and type fields to tools (401b947)
Bug Fixes
- improve the context testing, including adding a new test (758ea99)
- put metadata filed on tool def (4a254d9)
Release v0.9.5-rc2
Features
- add disable cache option to parse (69b98b9)
- add metadata and type fields to tools (401b947)
Bug Fixes
- put metadata filed on tool def (4a254d9)
Release v0.9.5-rc1
Features
- add disable cache option to parse (69b98b9)
- add metadata and type fields to tools (401b947)
Bug Fixes
- put metadata filed on tool def (4a254d9)
Release v0.9.4
v0.9.4 (2024-08-05)
Features
- add default model provider option (b67275f)
- make GlobalOptions option by using variadic approach (5fa255d)
Bug Fixes
- address another flake in TestConfirm (ecc199e)
- address typo in completeGlobalOptions (840b143)
- attempt to fix the confirm test flakiness (76b6501)
- pass the environment with the run when server is disabled (23709a6)
Release v0.9.3
v0.9.3 (2024-07-30)
Features
- add force sequential option (7001607)
Bug Fixes
- ensure that all ls/dir calls are confirmed in test (0a3fffc)
- use separate gptscript for window cred override test (d70493d)