mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-15 05:07:35 +00:00
fix: use messageContent instead of input for Claude command messages
This commit is contained in:
@@ -4393,7 +4393,7 @@ function ChatInterface({ selectedProject, selectedSession, ws, sendMessage, mess
|
|||||||
// Send Claude command (existing code)
|
// Send Claude command (existing code)
|
||||||
sendMessage({
|
sendMessage({
|
||||||
type: 'claude-command',
|
type: 'claude-command',
|
||||||
command: input,
|
command: messageContent,
|
||||||
options: {
|
options: {
|
||||||
projectPath: selectedProject.path,
|
projectPath: selectedProject.path,
|
||||||
cwd: selectedProject.fullPath,
|
cwd: selectedProject.fullPath,
|
||||||
|
|||||||
Reference in New Issue
Block a user