@@ -13,7 +13,6 @@
"zod": "catalog:"
},
"devDependencies": {
- "typescript": "catalog:",
- "@types/node": "catalog:"
+ "typescript": "catalog:"
}
@@ -1,4 +1,4 @@
-import { Part } from "@opencode-ai/sdk"
+import type { Part } from "@opencode-ai/sdk/client"
export const sanitize = (text: string | undefined, remove?: RegExp) => (remove ? text?.replace(remove, "") : text) ?? ""