π’ 1.6.0a11 β core session/wire refactor + DB migration 060 (back up your DB first) #631
eous
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
π’ Notice: 1.6.0a11 β core session/wire refactor + DB migration 060
Who this affects
Anyone tracking the experimental branch (
main/1.6.0aseries).Stable tracks (
stable/1.5,stable/1.4) are not affected.What's landing
1.6.0a11ships a ~20,000-line refactor of the core session / wire-protocolimplementation, adding support for model providers with mid-conversation system
message support.
This unlocks:
Migration 060 (Alembic)
1.6.0a11includes the 060 migration, which rewrites:If you care about your saved conversations (workstreams), dump your database
before upgrading.
The migration is built to convert your data correctly to the new format, and it has
been tested against a local instance and a range of synthetic datasets. But because
it mutates existing data, a pre-upgrade backup is strongly recommended β it's
possible I've missed an edge case. Better safe than sorry.
All reactions