- pnpm install completed successfully in{" "}
- /Users/buns/.okcode/worktrees/psi-claw/okcode-ad7415a3, and{" "}
- node_modules is now populated. One note:{" "}
- pnpm ignored the msw build script
- under its build-approval policy. If this app depends on msw
- {"'s"} postinstall behavior, run pnpm approve-builds and
- allow it.
-
-
2:47:55 AM • 4.2s
+
+
+
+
+ Dependencies are installed with pnpm.
+
+
+
+
+
+ pnpm install completed successfully in{" "}
+ /Users/buns/.okcode/worktrees/psi-claw/okcode-ad7415a3, and{" "}
+ node_modules is now populated. One note:{" "}
+ pnpm ignored the msw build script
+ under its build-approval policy. If this app depends on msw
+ {"'s"} postinstall behavior, run pnpm approve-builds and
+ allow it.
+
+
2:47:55 AM • 4.2s
+
+
+ {/* Typing indicator - appears while messages are loading, fades out after last message */}
+
@@ -296,9 +352,19 @@ export function OKCodeMockup() {
-
+
@@ -465,8 +531,10 @@ function FileTreeItem({
const iconColor =
type === "doc" ? "text-[#f59e0b]" : type === "config" ? "text-[#666]" : "text-[#999]";
+ const El = active ? motion.div : ("div" as unknown as typeof motion.div);
+
return (
-