fix(app): session sync issue

This commit is contained in:
adamelmore
2026-01-26 13:36:36 -06:00
parent 04337f6202
commit d4e3acf17e
2 changed files with 16 additions and 28 deletions

View File

@@ -283,6 +283,7 @@ export function SessionTurn(
const shellModePart = createMemo(() => {
const p = parts()
if (p.length === 0) return
if (!p.every((part) => part?.type === "text" && part?.synthetic)) return
const msgs = assistantMessages()