v0.8.0
What's Changed
- feat: add prompt callback URL by @ibuildthecloud in #392
- bug: two tools in the same repo would break git clone caching by @ibuildthecloud in #394
- feat: add display text to callframe to make it easier on the sdk clients by @ibuildthecloud in #395
- chore: drop ? syntax and always returns errors to LLM for sys. call by @ibuildthecloud in #398
- chore: update docs to include info about mistral la-plateforme provider by @drpebcak in #397
- fix: make --events-stream-to work with chat by @thedadams in #400
- feat: add chat-ui option by @thedadams in #399
- fix: the remote bool was not being reset by @cloudnautique in #402
- chore: generate shell completions on brew install by @njhale in #403
- feat: add prompt support to the SDK server by @thedadams in #404
- Revert "fix: the remote bool was not being reset" by @thedadams in #406
- feat: add chat tui by @ibuildthecloud in #405
- chore: make ui and tui flags visible by @thedadams in #410
- bug: fix loading local files after a remote address by @ibuildthecloud in #412
- chore: test on windows by @ibuildthecloud in #414
- chore: allow LLM to handle failed tool calls by @ibuildthecloud in #419
- fix: do not add readOnly fields to the requestBody by @cloudnautique in #421
- chore: move prompt to always http based by @ibuildthecloud in #423
- fix: don't overwrite prompt URL if it is already set by @thedadams in #422
- fix: add ability to set required extensions for certain commands by @thedadams in #428
- Remove gen-docs make target by @cjellick in #418
- fix: add prompt token to sdkserver by @thedadams in #429
- chore: default to tui, support more flags by @ibuildthecloud in #426
- chore: remove broken builtin support for azure gpt models in favor of external providers by @drpebcak in #420
- feat: add agents field by @ibuildthecloud in #434
- chore: add missing agents field and switch to parameter by @ibuildthecloud in #437
- fix: use random available port by default by @thedadams in #435
- chore: look for agent.gpt and then tool.gpt when referencing folders by @ibuildthecloud in #438
- chore: add --save-chat-state-file by @ibuildthecloud in #439
- enhance: ask user for OpenAI key and store it in the cred store by @g-linville in #396
- fix: use entire env for credential prompting by @thedadams in #441
- chore: support sending ToolDefs as JSON in sdkserver by @thedadams in #440
- chore: generate documentation for cli by @drpebcak in #432
- chore: sync docs with cli by @drpebcak in #442
- fix: pause confirm in the SDK server by @thedadams in #444
- fix: pass ExtraEnv to tui by @thedadams in #445
- fix: clear prompt env vars when running the UI by @thedadams in #446
- chore: fix the UI version for v0.8.0 release by @thedadams in #447
Full Changelog: v0.7.1...v0.8.0