v7.20
·
439 commits
to main
since this release
Release Notes
This update provides important bug fixes and improvements.
Assistants
New Features
- Click Qualtrics Instructions in Manage Shared Links to find easy-to-follow instructions on how to embed shared links with respondent tracking in Qualtrics.
- Use the new Lecture Video mode interaction mode option when creating a new assistant.
Updates & Improvements
- Updated permission checks when updating an assistant so that moderators and others can edit an assistant in Lecture Video mode. To gate the feature while it's being developed, admins will continue being the only group able to create a Lecture Video mode assistant.
- Check that the Group ID of the request matches the Group ID where the Assistant was created whenever an assistant is fetched by its ID.
Resolved Issues
- Fixed: Copy-to-clipboard actions may not show the successful action toast notification.
Lecture Mode
New Features
- Start a new Lecture Mode thread from the thread landing page.
- Stream the associated lecture video for a Lecture Video mode thread in the thread detail page.
- Lecture Video mode threads are clearly marked as "In Development" to avoid user confusion.
Threads
New Features
- Paste documents and images directly from your clipboard to the chat input to upload them as thread attachments.
- Upload documents and images as thread attachments by dropping the files anywhere inside the main thread window.
UI
New Features
- Similar to Voice Mode threads and assistants, Lecture Video Mode threads and assistants now show the applicable mode icon next to the assistant or thread name for easy identification in the Sidebar.
Internal
New Features
- Use the new, dedicated
/class/{class_id}/thread/lectureendpoint to create lecture video threads from assistants in lecture video mode.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | No |
Deployment Details
- Schema Upgrade: Add lecture mode enum case in thread interaction mode column.
Related PRs
- feat: add support for creating lecture mode threads by @SamAnkam in #1413
- feat: add UI for creating lecture video assistants by @ekassos in #1444
- feat(lectures): show mode icon in assistants and thread in sidebar by @ekassos in #1445
- feat(lectures): thread landing page view to create session by @ekassos in #1446
- feat(lectures): stream video in thread detail page by @ekassos in #1447
- feat(lectures): add in development badge in threads by @ekassos in #1448
- feat: allow file uploads from clipboard in chat input by @ekassos in #1449
- feat: allow drag & drop uploads in chat input by @ekassos in #1450
- feat: add instructions for qualtrics shared link integration by @ekassos in #1451
Full Changelog: v1075+srv548.web371...v1085+srv551.web379