added bundled artifact
Browse files
app/components/chat/GitCloneButton.tsx
CHANGED
@@ -50,7 +50,7 @@ export default function GitCloneButton({ importChat }: GitCloneButtonProps) {
|
|
50 |
const message: Message = {
|
51 |
role: 'assistant',
|
52 |
content: `Cloning the repo ${repoUrl} into ${workdir}
|
53 |
-
<boltArtifact id="imported-files" title="Git Cloned Files">
|
54 |
${filePaths
|
55 |
.map((filePath) => {
|
56 |
const { data: content, encoding } = data[filePath];
|
|
|
50 |
const message: Message = {
|
51 |
role: 'assistant',
|
52 |
content: `Cloning the repo ${repoUrl} into ${workdir}
|
53 |
+
<boltArtifact id="imported-files" title="Git Cloned Files" type="bundled" >
|
54 |
${filePaths
|
55 |
.map((filePath) => {
|
56 |
const { data: content, encoding } = data[filePath];
|