mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
force snapshot
This commit is contained in:
parent
4ee81be180
commit
ae1f3be109
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ export namespace Session {
|
|||
})
|
||||
switch (value.type) {
|
||||
case "start":
|
||||
const snapshot = await Snapshot.create(assistantMsg.sessionID)
|
||||
const snapshot = await Snapshot.create(assistantMsg.sessionID, true)
|
||||
if (snapshot)
|
||||
await updatePart({
|
||||
id: Identifier.ascending("part"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue