fix(app): session sync issue

This commit is contained in:
adamelmore
2026-01-26 13:36:36 -06:00
parent 3b4c54f9b4
commit 068641696d
2 changed files with 16 additions and 28 deletions
@@ -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()