wip(desktop): progress

This commit is contained in:
Adam
2025-12-09 14:49:00 -06:00
parent dbffa05550
commit e755286636
12 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Part } from "@opencode-ai/sdk/client"
import type { Part } from "@opencode-ai/sdk/v2/client"
export const sanitize = (text: string | undefined, remove?: RegExp) => (remove ? text?.replace(remove, "") : text) ?? ""