Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gptscript 0.9.5 #192667

Merged
merged 2 commits into from
Oct 2, 2024
Merged

gptscript 0.9.5 #192667

merged 2 commits into from
Oct 2, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* enhance: credentials: add GPTSCRIPT_CREDENTIAL_EXPIRATION by @g-linville in https://github.com/gptscript-ai/gptscript/pull/709
* feat: add basic bash support for windows by @drpebcak in https://github.com/gptscript-ai/gptscript/pull/692
* fix: windows absolute path logic by @drpebcak in https://github.com/gptscript-ai/gptscript/pull/728
* feat: allow providers to be restarted if they stop by @thedadams in https://github.com/gptscript-ai/gptscript/pull/733
* fix: always set GPTSCRIPT_CREDENTIAL_EXPIRATION env var when credentials are used by @g-linville in https://github.com/gptscript-ai/gptscript/pull/727
* bug: change quoting behavior by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/735
* Fix: Fix query not added if there are multple entries by @StrongMonkey in https://github.com/gptscript-ai/gptscript/pull/737
* feat: allow disabling of the cache when parsing tools by @thedadams in https://github.com/gptscript-ai/gptscript/pull/734
* fix: make vars capital in smoke tests by @thedadams in https://github.com/gptscript-ai/gptscript/pull/738
* chore: pin ui tool version to v0.9.4 by @njhale in https://github.com/gptscript-ai/gptscript/pull/746
* chore: move metadata field to tooldef struct by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/749
* chore: remove ui dispatch from release workflow by @njhale in https://github.com/gptscript-ai/gptscript/pull/754
* feat: Add support for tools from github enterprise. by @johnrengelman in https://github.com/gptscript-ai/gptscript/pull/534
* fix: use the default model provider when listing models by @thedadams in https://github.com/gptscript-ai/gptscript/pull/763
* feat: manage node/python runtime for local files in dev by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/759
* bug: fix more path issues on windows by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/758
* fix: support share credentials in context tools by @g-linville in https://github.com/gptscript-ai/gptscript/pull/782
* fix: stop running tool for providers that are runnning by @thedadams in https://github.com/gptscript-ai/gptscript/pull/784
* feat: enable github release binary downloads for go tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/772
* fix: share credentials in context tools by @g-linville in https://github.com/gptscript-ai/gptscript/pull/785
* chore: support looking up go binary releases by tag by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/786
* chore: fallback to pure go git if git isn't found by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/788
* bug: check for git on mac by using xcode-select by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/790
* fix: address panic when listing models with default model provider by @thedadams in https://github.com/gptscript-ai/gptscript/pull/789
* bug: include shared context from context tools referenced by "tools:" by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/791
* bug: allow asterick on go binary checksum files by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/793
* chore: add load method to sdk server by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/794
* chore: upgrade Go to 1.23.0 by @thedadams in https://github.com/gptscript-ai/gptscript/pull/796
* feat: add sys.model.provider.credential by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/792
* chore: allow wildcard matching in metadata key names by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/798
* feat: download binaries for cred helpers by @thedadams in https://github.com/gptscript-ai/gptscript/pull/795
* fix(openapi): don't panic on requestBody content mime without schema by @rinor in https://github.com/gptscript-ai/gptscript/pull/797
* bug: fix default model provider by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/800
* fix: Append all credentials for OpenAPI security infos by @johnrengelman in https://github.com/gptscript-ai/gptscript/pull/661
* feat: add ability to list models from other providers by @thedadams in https://github.com/gptscript-ai/gptscript/pull/802
* fix: openapi: return validation errors to the LLM; improve confirmation prompt by @g-linville in https://github.com/gptscript-ai/gptscript/pull/805
* enhance: pretty-print JSON arguments for OpenAPI operations by @g-linville in https://github.com/gptscript-ai/gptscript/pull/808
* feat: add ability to include metadata with prompts by @thedadams in https://github.com/gptscript-ai/gptscript/pull/807
* fix: include proper input on call events by @thedadams in https://github.com/gptscript-ai/gptscript/pull/811
* fix: remove config file location from the config by @g-linville in https://github.com/gptscript-ai/gptscript/pull/813
* Create gcp-assistant.gpt by @techmaharaj in https://github.com/gptscript-ai/gptscript/pull/806
* Fix: Do not return full env map after downloading releases by @StrongMonkey in https://github.com/gptscript-ai/gptscript/pull/817
* chore: add content length when handling json request bodies. by @cloudnautique in https://github.com/gptscript-ai/gptscript/pull/815
* chore: dynamically update tools and other tool params on subsequent chats by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/824
* chore: add with * syntax to context tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/825
* bug: respect "share context" from referenced tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/827
* fix: complete the SDK server options on run by @thedadams in https://github.com/gptscript-ai/gptscript/pull/828
* bug: show error when config.json is malformed by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/829
* chore: refactor logic for tool sharing by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/831
* enhance: avoid context limit by @g-linville in https://github.com/gptscript-ai/gptscript/pull/832
* chore: sys.read: improve description by @g-linville in https://github.com/gptscript-ai/gptscript/pull/834
* fix: sys.read: never read files that contain a null byte by @g-linville in https://github.com/gptscript-ai/gptscript/pull/837
* bug: "share tools:" should support all tool types, not just tool by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/839
* fix: openapi revamp: improve operation not found messages by @g-linville in https://github.com/gptscript-ai/gptscript/pull/838
* bug: always prefer tool's given name over the referenced name by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/840
* fix: allocate new storage for env vars on each tool call by @g-linville in https://github.com/gptscript-ai/gptscript/pull/841
* fix: openapi revamp: return error to LLM if args are invalid JSON by @g-linville in https://github.com/gptscript-ai/gptscript/pull/843
* fix: openapi revamp: fix incorrect error message when JSON args are invalid by @g-linville in https://github.com/gptscript-ai/gptscript/pull/844
* chore: bubble up errors when downloading credential helper fails by @thedadams in https://github.com/gptscript-ai/gptscript/pull/845
* feat: sdkserver: add credential routes by @g-linville in https://github.com/gptscript-ai/gptscript/pull/846
* fix: sdkserver: credentials: ensure credential helpers exist by @g-linville in https://github.com/gptscript-ai/gptscript/pull/848
* feat: add stacked credential contexts by @g-linville in https://github.com/gptscript-ai/gptscript/pull/849
* chore: don't capture stderr in tool output by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/847
* chore: support chattable code tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/852
* Add Testkube GPT example by @techmaharaj in https://github.com/gptscript-ai/gptscript/pull/850
* fix: stop always adding the default cred context by @g-linville in https://github.com/gptscript-ai/gptscript/pull/854
* fix: sdkserver: rename credentialContext to credentialContexts by @g-linville in https://github.com/gptscript-ai/gptscript/pull/855
* bug: load vcs support in embedded server always by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/858
* chore: bump tui by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/859
* fix: modify credential refresh to support stacked contexts by @g-linville in https://github.com/gptscript-ai/gptscript/pull/856
* fix: pass Usage, ChatResponseCached, and ToolResults to SDKs by @thedadams in https://github.com/gptscript-ai/gptscript/pull/860
* chore: support params on input filters besides just input by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/861
* feat: support sqlite credential helper by @g-linville in https://github.com/gptscript-ai/gptscript/pull/857
* fix: send proper SSE for stderr message in SDK server by @thedadams in https://github.com/gptscript-ai/gptscript/pull/862
* chore: bump go-gptscript and Go versions by @thedadams in https://github.com/gptscript-ai/gptscript/pull/863
* chore: bump go-gptscript to 326b7baf6fcb to pick up env var fixes by @thedadams in https://github.com/gptscript-ai/gptscript/pull/864

New Contributors

Full Changelog: gptscript-ai/gptscript@v0.9.4...v0.9.5

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 2, 2024
Copy link
Contributor

github-actions bot commented Oct 2, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 2, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 2, 2024
Merged via the queue into master with commit 9860293 Oct 2, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-gptscript-0.9.5 branch October 2, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants