chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-10 00:39:58 +00:00
parent 80e328b6c1
commit a55f349bbf
9 changed files with 61 additions and 67 deletions
-1
View File
@@ -4129,7 +4129,6 @@ export type FileSystemContent = {
export type FileSystemEntry = {
path: string
uri: string
type: "file" | "directory"
mime: string
}