From 0ace16ede650dccc4d11e6e6262f02e0f005f42f Mon Sep 17 00:00:00 2001
From: Arjun <6592213+arkml@users.noreply.github.com>
Date: Fri, 12 Jun 2026 14:23:03 +0530
Subject: [PATCH] make the chat input box similar
---
.../src/components/code/code-chat.tsx | 99 +++++++++++--------
1 file changed, 57 insertions(+), 42 deletions(-)
diff --git a/apps/x/apps/renderer/src/components/code/code-chat.tsx b/apps/x/apps/renderer/src/components/code/code-chat.tsx
index 934f5f84..8e9a9567 100644
--- a/apps/x/apps/renderer/src/components/code/code-chat.tsx
+++ b/apps/x/apps/renderer/src/components/code/code-chat.tsx
@@ -203,48 +203,63 @@ export function CodeChat({
- {/* Composer */}
-
-
-
- Direct — messages go straight to {AGENT_LABEL[session.agent]}
+ {/* Composer — mirrors the assistant chat input's look (rounded card,
+ borderless textarea, round primary send / destructive stop). */}
+
+
+
+
+
+
+
+ Direct — straight to {AGENT_LABEL[session.agent]}
+
+
+ {busy ? (
+
+ ) : (
+
+ )}
+