Releases: gptscript-ai/py-gptscript
Releases · gptscript-ai/py-gptscript
Release v0.9.0
What's Changed
- chore: remove dispatch workflow by @drpebcak in #31
- chore: add back dispatch jobs by @drpebcak in #33
- fix: add currentAgent to CallFrame by @thedadams in #36
- chore: add ToolCategory by @thedadams in #35
- enhance: support credential override by @njhale in #34
- fix: use array and new pluralized name for credential overrides by @njhale in #37
Full Changelog: v0.8.5...v0.9.0
Release v0.8.5
What's Changed
- bug: don't match archive with glob by @ibuildthecloud in #23
- fix: await event_handlers to ensure errors are processed by @thedadams in #25
- chore: use system path gptscript if python packaged one is missing by @ibuildthecloud in #24
- fix: correct default model env var name by @njhale in #26
- fix: update version number in files by @drpebcak in #28
- chore: prep for v0.8.4 release by @thedadams in #27
- chore: print version when testing by @thedadams in #29
- chore: pass GPTSCRIPT_CONFIG_FILE through to tox by @thedadams in #30
New Contributors
- @ibuildthecloud made their first contribution in #23
- @njhale made their first contribution in #26
- @drpebcak made their first contribution in #28
Full Changelog: v0.8.3...v0.8.5
Release v0.8.5-rc4
Full Changelog: v0.8.5-rc3...v0.8.5-rc4
Release v0.8.5-rc3
Full Changelog: v0.8.5-rc2...v0.8.5-rc3
Release v0.8.5-rc2
v0.8.5-rc2 (2024-06-25)
Bug Fixes
- await event_handlers to ensure errors are processed (5b9473d)
- be more specific about the current directory when listing files (934a3d0)
- correct default model env var name (0524df0)
- correct quoting (afb8ff0)
- dispatch should commit and tag in the same job (1c1c86c)
- update version number in files (e7eacf2)
- use bot gh token to bypass branch protections (df9fe74)
v0.7.1: Merge pull request #20 from StrongMonkey/update-2
Chore: update python 3.12 to fix syntax error