wip(desktop): progress
This commit is contained in:
parent
f736751ab2
commit
b9fa7d9163
12 changed files with 57 additions and 39 deletions
|
|
@ -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) ?? ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue