v0.6.0
版本发布时间: 2024-05-09 23:41:12
gptscript-ai/gptscript最新发布版本:v0.9.5(2024-10-03 04:56:57)
What's Changed
- fix: remove --version from gptscript credentials by @g-linville in https://github.com/gptscript-ai/gptscript/pull/242
- fix: credentials: don't store creds for local credential tools by @g-linville in https://github.com/gptscript-ai/gptscript/pull/239
- feat: Add parser skip feature by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/244
- feat: add global model name and global tools fields by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/248
- fix: credentials: hide unneeded global flags by @g-linville in https://github.com/gptscript-ai/gptscript/pull/247
- feat: warn when expected API key is missing by @kaihendry in https://github.com/gptscript-ai/gptscript/pull/252
- Add option to set github auth token by @nw0rn in https://github.com/gptscript-ai/gptscript/pull/229
- fix: credentials: do not prompt the user multiple times at once by @g-linville in https://github.com/gptscript-ai/gptscript/pull/249
- fix: update algolia key by @drpebcak in https://github.com/gptscript-ai/gptscript/pull/255
- fix: do not store empty credentials by @g-linville in https://github.com/gptscript-ai/gptscript/pull/254
- bug: replace - with _ in tool names sent to LLM by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/260
- enhance: add credential overrides by @g-linville in https://github.com/gptscript-ai/gptscript/pull/263
- feat: add event streaming by @thedadams in https://github.com/gptscript-ai/gptscript/pull/266
- chore: link to story-book example repo instead of hosting here by @tylerslaton in https://github.com/gptscript-ai/gptscript/pull/268
- docs: separate prompt from output by @g-linville in https://github.com/gptscript-ai/gptscript/pull/270
- chore: make the event context a simplified version of the engine context by @thedadams in https://github.com/gptscript-ai/gptscript/pull/269
- Fix: fix bug that swallow stdout for daemon process by @StrongMonkey in https://github.com/gptscript-ai/gptscript/pull/272
- fix: credentials: block output while running credential tools by @g-linville in https://github.com/gptscript-ai/gptscript/pull/261
- docs: update references to renamed tools by @g-linville in https://github.com/gptscript-ai/gptscript/pull/274
- chore: add Windows ARM64 build by @thedadams in https://github.com/gptscript-ai/gptscript/pull/273
- feat: add chat by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/277
- chore: include gptscript-credential-helpers in packaging by @g-linville in https://github.com/gptscript-ai/gptscript/pull/275
- fix: add credential helpers to goreleaser archives by @g-linville in https://github.com/gptscript-ai/gptscript/pull/278
- fix: undo packaging of credential helpers by @g-linville in https://github.com/gptscript-ai/gptscript/pull/280
- chore: add short documentation for the SDKs by @thedadams in https://github.com/gptscript-ai/gptscript/pull/281
- chore: update nodejs-imagegen GPTScript version by @tylerslaton in https://github.com/gptscript-ai/gptscript/pull/283
- bug: fix simple "hello world" chat use case by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/279
- bug: expand interpreter args to multiple arguments by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/285
- bug: don't mask err by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/286
- feat: add ability to pass args to context tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/287
- Revert "bug: expand interpreter args to multiple arguments" by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/288
- Fix time.gpt example to add more guidance to arg description and nodejs-imagegen example to use the dalle-image-generation repo. by @sangee2004 in https://github.com/gptscript-ai/gptscript/pull/284
- bug: fix panic when calling nested chat tool without --force-chat by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/291
- feat: add workspace functions by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/292
- fix: remove things left behind from cred helper packaging by @g-linville in https://github.com/gptscript-ai/gptscript/pull/293
- bug: fix chat prompter missing format by @rinor in https://github.com/gptscript-ai/gptscript/pull/289
- bug: allow sending empty messages to the LLM by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/294
- change: allow chat continuation in context tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/295
- bug: fix upper case tools by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/300
- change: add another test case for case insensitivity by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/301
- fix: fix tool-reference link on sdk page by @thedadams in https://github.com/gptscript-ai/gptscript/pull/302
- fix: really fix the tool-reference link on the sdk page by @thedadams in https://github.com/gptscript-ai/gptscript/pull/303
- fix: fix all the tool-reference links by @thedadams in https://github.com/gptscript-ai/gptscript/pull/304
- feat: add parse and fmt CLI commands by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/306
- chore: update default model to gpt-4-turbo by @njhale in https://github.com/gptscript-ai/gptscript/pull/307
- bug: handle empty llm response by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/308
- bug: check for very specific #! on line 1 by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/310
- fix: print instructions last when fmt-ing by @thedadams in https://github.com/gptscript-ai/gptscript/pull/314
- bug: sys.chat.finish did not return proper message by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/322
- Updated examples by @cjellick in https://github.com/gptscript-ai/gptscript/pull/323
- chore: cache github and http lookups in loader by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/326
- Fix: Ensure function params are not null by @cjellick in https://github.com/gptscript-ai/gptscript/pull/325
- bug: fix broken caching by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/328
- fix: handle empty request bodies by @cloudnautique in https://github.com/gptscript-ai/gptscript/pull/327
- chore: prevent panics on invalid state input by @rinor in https://github.com/gptscript-ai/gptscript/pull/313
- Add Treasure Hunt by @techmaharaj in https://github.com/gptscript-ai/gptscript/pull/262
- bug: sys.getenv should be able to get GPTSCRIPT_WORKSPACE_DIR by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/329
- feat: add flag to disable tools from running concurrently by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/332
- chore: change message of finish tool by @ibuildthecloud in https://github.com/gptscript-ai/gptscript/pull/333
- chore: update sentiments example by @g-linville in https://github.com/gptscript-ai/gptscript/pull/331
New Contributors
- @kaihendry made their first contribution in https://github.com/gptscript-ai/gptscript/pull/252
- @nw0rn made their first contribution in https://github.com/gptscript-ai/gptscript/pull/229
- @sangee2004 made their first contribution in https://github.com/gptscript-ai/gptscript/pull/284
- @rinor made their first contribution in https://github.com/gptscript-ai/gptscript/pull/289
Full Changelog: https://github.com/gptscript-ai/gptscript/compare/v0.5.0...v0.6.0
1、 checksums.txt 512B
2、 gptscript-v0.6.0-linux-amd64.tar.gz 7MB
3、 gptscript-v0.6.0-linux-arm64.tar.gz 6.55MB
4、 gptscript-v0.6.0-macOS-universal.tar.gz 13.89MB
5、 gptscript-v0.6.0-windows-amd64.zip 7.17MB
6、 gptscript-v0.6.0-windows-arm64.zip 6.63MB