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