- Add harness_chat_conversations table with messages stored as JSONB - Add chat-store.ts with CRUD operations - Add /api/conversations routes (GET list, POST create, PATCH update, DELETE remove) - Update chat-tab.tsx to load conversations on mount, persist metadata changes immediately, and save messages after streaming completes - Add loading state while conversations are being fetched
34 lines
633 B
JSON
34 lines
633 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1774124029586,
|
|
"tag": "0000_sparkling_gressill",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1774127485727,
|
|
"tag": "0001_stale_pride",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "7",
|
|
"when": 1774178806032,
|
|
"tag": "0002_cold_annihilus",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 3,
|
|
"version": "7",
|
|
"when": 1774179559510,
|
|
"tag": "0003_damp_glorian",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |