v6.7
·
802 commits
to main
since this release
Release Notes
This update provides important bug fixes and improvements.
Assistants
New Features
- Adds migration CLI to upgrade existing Chat mode Classic Assistants using OpenAI's API to Next-Gen. After the migration, Classic Threads will continue to work. Classic Threads will be upgraded to Next-Gen at a later date.
Updates & Improvements
- The server will automatically upgrade Chat mode Classic Assistants on the next user update, regardless of the migration CLI. The "Create Classic Assistant" option will continue to be respected on assistant creation time, but overwritten when a Classic Assistant is updated.
- Better handling of Classic/Next-Assistant categorization in the Edit Assistant UI when users switch between Chat and Voice mode.
Resolved Issues
- Fixed: Users may be unable to update a Next-Gen Chat mode Assistant to use Voice mode after creation.
Threads
Updates & Improvements
- After the upgrade to Next-Gen Assistants, existing Classic Threads will continue to work. Classic Threads will be upgraded to Next-Gen at a later date.
- The Classic/Next-Gen Assistant badge and status updates reflect the current Thread version and not the latest Assistant version, which may be different.
- Users will see the following message in a banner above the Chat Input when using a Classic Thread associated with a Next-Gen Assistant: "You are using an older version of this assistant, which relies on an OpenAI service that may be slower or less reliable. To get the best experience, start a new chat." Users will also see a "Start new chat" shortcut button in the same banner.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | YES | No | No | No |
Deployment Details
- Migration Script: Run
poetry run python -m pingpong db m03_migrate_to_next_gento upgrade existing Chat mode Classic Assistants using OpenAI's API to Next-Gen.
Related PRs
Full Changelog: 795-srv374-web231...796-srv375-web232