Implement persistent native A2UI chat surfaces

This commit is contained in:
2026-07-19 16:57:43 +02:00
parent ac611e3f7f
commit fd4fd744e0
25 changed files with 2571 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE chat_conversations DROP COLUMN surface_state;

View File

@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE chat_conversations ADD COLUMN surface_state TEXT;