v6.3
·
835 commits
to main
since this release
Release Notes
This update provides important bug fixes and improvements.
Assistants
Updates & Improvements
- The Manage Shared Links modal will only be available for users who can edit an assistant and have permissions to create public share links for assistants in a Group.
Groups
New Features
- Adds new “Allow members to create public share links for assistants” control in Manage Group. The control is only available when the "Members can create and publish” option is selected for assistants.
Threads
Updates & Improvements
- Next-Gen Assistants will continue using existing Code Interpreter containers as long as they remain active (20 minutes).
Resolved Issues
- Fixed: Code Interpreter sessions may not have previously generated or uploaded files available.
- Fixed: Sending a message in a conversation with an expired container may fail because the conversion from a tool call to a developer/system message may fail.
- Fixed: Anonymous Users may display as “Unknown User” in Next-Gen Threads when viewed by a Moderator.
Known Issues
- Threads may remain in a perpetual "locked” state if the Thread is closed before the Assistant completes generating the response.
Workaround: Runmark_stale_queued_runsandmark_stale_in_progress_runsCLIs, which reset the state of each run (by default, runs which have been queued or in progress for more than an hour). - Files already available to the active Code Interpreter container may be reuploaded and made available to an Assistant in duplicate.
Thread Archive
Resolved Issues
- Fixed: Accessing the Thread Archive through the View All button on the Sidebar is unavailable when the user has no threads of their own.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| Yes | No | Yes | No | No |
Deployment Details
- Permissions Update: Adds new
can_share_assistantsin the Class authentication model. - Schema Upgrade: Adds new
any_can_share_assistantcolumn in the Class table.
Related PRs
- fix/ Shield all database operations in
BufferedResponseStreamHandlerby @ekassos in #972 - feat/ Mark QUEUED/IN_PROGRESS runs older than the given hours as PENDING/INCOMPLETE. by @ekassos in #973
- fix/ Code Interpreter issues in Responses by @ekassos in #979
- fix/ Converting a CI call to message may fail by @ekassos in #980
- fix/ View All button disabled when no personal threads are available by @ekassos in #981
- fix/ Anonymous Users may show as "Unknown" in Threads by @ekassos in #982
- feat/ Control for who can create assistant share links by @ekassos in #983
Full Changelog: 757-srv350-web208...764-srv356-web210