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)