diff --git a/app/components/chat/Artifact.tsx b/app/components/chat/Artifact.tsx index 83062257..62020fd8 100644 --- a/app/components/chat/Artifact.tsx +++ b/app/components/chat/Artifact.tsx @@ -178,9 +178,15 @@ const ActionList = memo(({ actions }: ActionListProps) => { Run command ) : type === 'start' ? ( -
+ ) : null} {(type === 'shell' || type === 'start') && (