chore(integration): snapshot local main worktree
This commit is contained in:
@@ -302,6 +302,8 @@ export class InMemoryConversationRuntime implements CodingConversationRuntime {
|
||||
run: {
|
||||
status: 'idle',
|
||||
...(current.runId ? { runId: current.runId } : {}),
|
||||
...(current.mode ? { mode: current.mode } : {}),
|
||||
...(current.startedAt !== undefined ? { startedAt: current.startedAt } : {}),
|
||||
settledAt: this.now(),
|
||||
terminalReason: 'aborted',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user