diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 723a89a9..18b2e992 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,10 @@ "permissions": { "allow": [ "Bash(docker-compose:*)", - "Bash(curl:*)" + "Bash(curl:*)", + "Bash(docker logs:*)", + "Bash(git add:*)", + "Bash(git commit:*)" ], "deny": [] } diff --git a/app/components/chat/ChatBox.tsx b/app/components/chat/ChatBox.tsx index 075e3678..443e3cf4 100644 --- a/app/components/chat/ChatBox.tsx +++ b/app/components/chat/ChatBox.tsx @@ -238,10 +238,10 @@ export const ChatBox: React.FC = (props) => {
+ props.handleFileUpload()}>
-