Open Twixes opened 18 hours ago
Size Change: +1 B (0%)
Total Size: 1.16 MB
10 snapshot changes in total. 0 added, 10 modified, 0 deleted:
chromium
: 0 added, 10 modified, 0 deleted (diff for shard 1, diff for shard 2)webkit
: 0 added, 0 modified, 0 deletedTriggered by this commit.
1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
chromium
: 0 added, 1 modified, 0 deleted (diff for shard 2)webkit
: 0 added, 0 modified, 0 deletedTriggered by this commit.
1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
chromium
: 0 added, 1 modified, 0 deleted (diff for shard 2)webkit
: 0 added, 0 modified, 0 deletedTriggered by this commit.
Problem
There was no feedback about the AI assistant's progress.
Changes
We now send a
reasoning
type message every time a preparation node starts running.I spent quite a bit of time thinking how to make the assistant experience feel assistant-like while showing its thinking. We really were missing personality in it â it felt like some unknown entity thinking, not Max the Hedgehog thinking.
So this also features a slight redesign of the thread UI. Human questions now show ares shown as chat messages, there are avatars for both the user and Max, and message boxes are generously rounded for a friendlier feel:
https://github.com/user-attachments/assets/2e5ef7fc-23a9-4dee-a9c1-45de9ddca8c2
The only problem is that the steps take quite a long time, planning in particular â but that's a matter for a separate PR.