Skip to content

Commit 8323f2d

Browse files
committed
remove redundant information
1 parent 39a3a20 commit 8323f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/interactive/components/input_section.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ pub fn InputSection(mut hooks: Hooks, props: &InputSectionProps) -> impl Into<An
11481148
content: {
11491149
let (line, col) = cursor_position.get();
11501150
format!(
1151-
"~/projects/trae-agent-rs (main*) Ln {}, Col {} no sandbox (see /docs)",
1151+
"~/projects/trae-agent-rs (main*) Ln {}, Col {}",
11521152
line, col
11531153
)
11541154
},

0 commit comments

Comments
 (0)