fix(app): session sync issue

This commit is contained in:
adamelmore 2026-01-26 13:36:36 -06:00
parent 04337f6202
commit d4e3acf17e
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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()