Skip to content

Commit 183b686

Browse files
committed
Fix excessive spacing between pinned and indexed resources
- Context command ends with \n\n after 'Total: ~X tokens' - Remove extra spacing before indexed resources header - Now proper single line gap between sections
1 parent 0cd78b1 commit 183b686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/chat-cli/src/cli/chat/cli/resource.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ impl ResourceSubcommand {
7070

7171
ContextSubcommand::Show { expand }.execute(os, session).await?;
7272

73+
// Context command ends with \n\n, so we don't need extra spacing
7374
queue!(
7475
session.stderr,
7576
style::SetForegroundColor(style::Color::Green),

0 commit comments

Comments
 (0)