chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-09 20:31:32 +00:00
commit 5fa5d876fc
3 changed files with 9 additions and 7 deletions

View file

@ -1520,7 +1520,7 @@ export type VcsFileStatus = {
export type VcsFileDiff = {
file: string
patch: string
patch?: string
additions: number
deletions: number
status?: "added" | "deleted" | "modified"