feat(core): add session snapshot and revert system (#33226)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export * as File from "./file"
|
||||
|
||||
import { Revert } from "@opencode-ai/schema/revert"
|
||||
|
||||
export const Diff = Revert.FileDiff
|
||||
export type Diff = typeof Diff.Type
|
||||
Reference in New Issue
Block a user