Skip to content

Commit c39a282

Browse files
committed
Change text attachment threshold to 1000 chars instead of 200
1 parent fe517d6 commit c39a282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const BULLET_CHAR = '• '
3737

3838
// Threshold for treating pasted text as an attachment instead of inline insertion
3939
// Text longer than this value (not equal) becomes an attachment
40-
export const LONG_TEXT_THRESHOLD = 200
40+
export const LONG_TEXT_THRESHOLD = 1000
4141

4242
/**
4343
* Insert text at cursor position and return the new text and cursor position.

0 commit comments

Comments
 (0)