Skip to content

Commit 6bee508

Browse files
committed
chore(cli): add spacing between prompt and response sections
1 parent 05d2056 commit 6bee508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/components/branch-item.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export const BranchItem = ({
219219
<text wrap fg={theme.agentText}>
220220
{prompt}
221221
</text>
222+
<text> </text>
222223
<text wrap fg={theme.agentToggleHeaderText}>
223224
Response
224225
</text>

0 commit comments

Comments
 (0)