Skip to content

v1.4

Choose a tag to compare

@ekassos ekassos released this 19 Sep 20:17
· 1173 commits to main since this release
77417a1

Release Notes

About Page

New Features

  • The Support form on the About page now includes a clear disclaimer that the form is meant for app feedback and bug reports. (530)

Assistants

Known Issues

  • An assistant prompt containing multiple backticks (`) might lead to an error when saving the assistant. (404)
    Workaround: Replace backticks with other marks in the assistant prompt before saving.

Groups

New Features

  • Institutional and Root Administrators can now request an export of all threads in CSV format in a Group. The export will be delivered in the Admin's email with a link to download the file that will remain active for 12 hours. Export files are deleted after the download links expire. (452)

Resolved Issues

  • Fixed: Users might be unable to delete groups when there is no API key set. (501)
  • Fixed: In the Users list, the user role box for users with the Administrator role might appear empty when viewed by users with the Administrator role. This issue does not affect users without the Administrator role. (512)

Threads

Resolved Issues

  • Fixed: Threads with incomplete runs might fail to load. (472)
  • Fixed: Threads where the model incorrectly returns empty annotations might fail to load. (517)
  • Fixed: Thread timestamps for last edits might be inaccurate. (383)

Related PRs

  • Fix: Threads with empty annotations might fail to load by @ekassos in #525
  • Fix: Users might be unable to delete groups when there is no API key set by @ekassos in #528
  • OAI Thread API: Handle incomplete run status by @ekassos in #526
  • Fix: Thread timestamps are updated when the associated assistant is updated by @ekassos in #529
  • Add disclaimer about the type of help we can offer by @ekassos in #530
  • Fix: Role not displaying correctly for administrators by @ekassos in #527
  • Allow for CSV export of thread data by @ekassos in #519

Full Changelog: 435-srv97-web70...442-srv102-web75