fix: use messageContent instead of input for Claude command messages

This commit is contained in:
Haileyesus Dessie
2026-01-22 12:51:12 +03:00
parent 5800d84255
commit 79f7bf9a63

View File

@@ -4393,7 +4393,7 @@ function ChatInterface({ selectedProject, selectedSession, ws, sendMessage, mess
// Send Claude command (existing code)
sendMessage({
type: 'claude-command',
command: input,
command: messageContent,
options: {
projectPath: selectedProject.path,
cwd: selectedProject.fullPath,