mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix(app): session sync issue
This commit is contained in:
parent
04337f6202
commit
d4e3acf17e
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue