feat(tui): unify session history and context

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent b3c3a82075
commit 6301c0ab57
24 changed files with 880 additions and 84 deletions
+4
View File
@@ -12,6 +12,8 @@ const sessions: SessionSummary[] = [
createdAt: "2026-08-12T10:00:00Z",
updatedAt: "2026-08-13T10:00:00Z",
runStartedAt: null,
pinned: true,
archived: false,
},
{
chatId: "two",
@@ -20,6 +22,8 @@ const sessions: SessionSummary[] = [
createdAt: "2026-08-11T10:00:00Z",
updatedAt: "2026-08-12T10:00:00Z",
runStartedAt: null,
pinned: false,
archived: false,
},
]