Releases: gptscript-ai/gptscript
Releases · gptscript-ai/gptscript
v0.1.1
What's Changed
- New example time gpt by @saiyam1814 in #41
- Print tool descriptions in --list-tools by @vincent99 in #44
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Changelog
- 357da7b: Mention built in tools (@ibuildthecloud)
- 5afe8b8: More theme (@vincent99)
- a8552ea: README Updates (@ibuildthecloud)
- a93db65: Update client.go with a meaningful message to set openAPI key (@saiyam1814)
- 06541ff: chore: enable manual runs of the push-quickstart action (@njhale)
- 7a42a5b: fix: enable ui in docker image (@njhale)
- c9397ff: format (@saiyam1814)
v0.0.3
Changelog
- 2811bbb: Cmd-Enter to run (@vincent99)
- c1b9845: Different threading, styles (@vincent99)
- 1e2ca84: Mobile friendlier (@vincent99)
- a3decda: Refactor Tool to break out parameters (@ibuildthecloud)
- 36e9d9d: Show run output (@vincent99)
- 6c44c7d: Theme (@vincent99)
- bb81288: Update examples (@ibuildthecloud)
- 7403431: Use localTools to get tool options (@vincent99)
- 8b4d59a: chore: add install script (@njhale)
- d649f47: chore: add workflow_dispatch to workflow for troubleshooting (@drpebcak)
- 5144ce1: chore: send artifacts to r2 bucket (@drpebcak)
- 32b6ba0: fix: ensure embedded ui fs is populated before ci builds (@njhale)
- c070da9: fix: use correct env var for endpoint, change secrets to reference r2 (@drpebcak)
- e9ba11e: yarn->npm (@vincent99)
v0.0.2
Changelog
- 96cb5ad: Add a couple examples (@g-linville)
- 8e9efff: Add command for first example (@ibuildthecloud)
- 9af903f: Add program name (@ibuildthecloud)
- 90a63c4: Add sys.download (@ibuildthecloud)
- c558ca5: Add sys.remove (@ibuildthecloud)
- 7f7ef63: Allow internal prompt to be skipped (@ibuildthecloud)
- fdd9404: Allow reading script from stdin using "gptscript -" (@ibuildthecloud)
- a136e12: Delete examples/tables.gpt (@sheng-liang)
- 51d17ef: Fix daemon support and don't default to 1024 tokens (@ibuildthecloud)
- 5174792: Fix linting issue (@ibuildthecloud)
- a73140f: Initial README.md (@ibuildthecloud)
- e033668: Initial UI (@vincent99)
- e28e7b7: Print status of subcalls (@ibuildthecloud)
- b28a7d0: Redirect / from browser to /ui (@vincent99)
- 3f6076b: Small readme updates (@ibuildthecloud)
- c2bdae9: Update LICENSE copyright (@ibuildthecloud)
- 1b05146: Update actions to not complain about node verison (@vincent99)
- f1850a2: chore: add docker build ci (@njhale)
- a145d5b: chore: generate versioned brew formulae (@njhale)
- b1bba71: chore: go back to publishing only the latest version to brew (@njhale)
- f4751f4: chore: temporarily disable docker ci (@njhale)
- 7321fb2: chore: upload release and main builds to s3 (@njhale)
- fa863df: enhance: enable shell completions (@njhale)
- 90011f7: feat: add travel-agent example (@tylerslaton)
- 8c6394b: fix: add revive lint and fix related issues (@thedadams)
v0.0.1
Changelog
- 86387ed: Add --list-tools (@ibuildthecloud)
- cbf8dcf: Add /sys and /*.gpt (@ibuildthecloud)
- 4c8085a: Add ?tool param (@ibuildthecloud)
- 4a81d2b: Add Model responding message (@ibuildthecloud)
- 76385e0: Add args and url loading (@ibuildthecloud)
- 231b4f0: Add chatID to logs (@ibuildthecloud)
- 18da184: Add file loading from github (@ibuildthecloud)
- 5a7ebe0: Add find and exec (@ibuildthecloud)
- 0b88314: Add initial http and daemon support. Add nocache flag (@ibuildthecloud)
- b5f198e: Add logging for commands (@ibuildthecloud)
- 8f2f4f9: Add renovate.json (@renovate[bot])
- b57117a: Add server (@ibuildthecloud)
- ed39111: Add support for serving UI (@ibuildthecloud)
- ce79ae0: Add sys.http.get and sys.http.post (@ibuildthecloud)
- c90355f: Add sys.http.html2text (@ibuildthecloud)
- 3871ee6: Add sys.read and sys.write (@ibuildthecloud)
- 3e094a7: Add temperature and non-modified env vars (@ibuildthecloud)
- 840ac97: Allow embedding gptscripts in python files (@ibuildthecloud)
- 727668c: Async response is JSON (@vincent99)
- afe765d: Attempt to make CLI output clearer (@ibuildthecloud)
- 199a582: CORS support (@vincent99)
- f82253a: Change output to be log based (@ibuildthecloud)
- 102ea13: Clean up log output (@ibuildthecloud)
- 4dace5c: Cleanup some tests (@ibuildthecloud)
- ae73de1: Default port is 9090 (@vincent99)
- 8bd960d: Default temperature to 0 (@ibuildthecloud)
- 78917b2: Don't pass file to interpreter if it is zero length (@ibuildthecloud)
- 912d1b4: Don't set default prompt param anymore (@ibuildthecloud)
- 8b4029b: Fix examples (@sheng-liang)
- 01273d5: Fix missing context (@ibuildthecloud)
- 7b6d1b9: Fix samples (@ibuildthecloud)
- 853c4c7: Make http list call recurse (@ibuildthecloud)
- dffe754: Make some APIs private (@ibuildthecloud)
- 361b26d: Merge branch 'main' of https://github.com/acorn-io/gptscript (@sheng-liang)
- 2873222: More CLI output adjustments (@ibuildthecloud)
- 64be97b: Refactor runner (@ibuildthecloud)
- 061cfc3: Remove deepcopy (@ibuildthecloud)
- 1a60577: Remove renovate (@ibuildthecloud)
- 43e0956: Rename chatID to completionID (@ibuildthecloud)
- c030edd: Rename fib.gpt to fac.gpt (@sheng-liang)
- 626ec97: Reorder waiting message (@ibuildthecloud)
- 2dc8c61: Skip tests that require openai key (@ibuildthecloud)
- 449cbe1: Small script tweaks (@ibuildthecloud)
- aaba279: Support "-" in -o (@ibuildthecloud)
- fa5634f: Switch to go 1.22.0 (@ibuildthecloud)
- 2198b8c: Update CI scripts (@ibuildthecloud)
- c596301: Update CI scripts (@ibuildthecloud)
- c0b8139: chore: Refactor CLI root and tool call sorting for code base improvements (@ibuildthecloud)
- ad5b8a1: chore: add .gitignore to exclude binary and IDE folders (@ibuildthecloud)
- 16575f6: chore: add basic build, test, and release actions (@njhale)
- 5f51f24: chore: transfer module ownership to gptscript-ai (@njhale)
- 6887aeb: feat: Implement no-cache option and refactor display logic (@ibuildthecloud)
- afdf236: fix: goreleaser templating and linting (@njhale)
- 2b2c3a7: fixed summarize-syntax to actually work on Mac (FreeBSD) (@will-chan)