You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "feat(auth): migrate from Clerk to Better Auth (#543)" (#616)
This reverts commit 9ee8911.
Reason: The Better Auth migration had unintended side effects:
- Desktop app required database dependencies it doesn't need
- Many desktop UI files (sidebar, workspace views) were accidentally deleted
- Local-db migrations were removed that were already deployed to users
We're reverting to unblock users and will re-implement Better Auth properly
in a focused PR that only changes the auth implementation.
Additional changes:
- Reduced minimum desktop version from 0.0.44 to 0.0.39 to unblock existing users
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Superset monitors your running agents, notify you when changes are ready, and he
69
69
70
70
<imgwidth="600"height="447"alt="Screenshot 2025-12-24 at 9 33 51 PM"src="https://github.com/user-attachments/assets/ff890049-67a8-432b-8edd-bf9ff846ae16" />
71
71
72
-
Superet is designed to be a superset of your existing tools. It works for any CLI agents that runs in the terminal. You can open your superset workspace in any apps like IDE, filesystem, terminal, etc.
72
+
Superset is designed to be a superset of your existing tools. It works for any CLI agents that runs in the terminal. You can open your superset workspace in any apps like IDE, filesystem, terminal, etc.
73
73
74
74
<imgwidth="602"height="445"alt="Screenshot 2025-12-24 at 9 34 04 PM"src="https://github.com/user-attachments/assets/1eb3fa42-db30-4a62-9a8f-22cb757b4866" />
0 commit comments