Skip to content

v0.0.47

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 18:31
· 13 commits to main since this release

Changelog

  • 895319d add helper function for manipulating headers for outgoing requests - supports applying specific headers necessary for assistants routes when using OAuth
  • dd6296f add simple spinner to chat completion requests
  • 584300a update authorization flows allowing assistants to share the same auth paths as indexes - login vs. api key should both work for both if provided, get rid of the boolean controlling auth
  • 3898d7f update flag from name to assistant for chat and describe commands
  • 702d904 update network calls to allow assistant requests to use the OAuth token if login flow was used, update headers applied to outgoing requests