We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e5cf9 commit 4d9b251Copy full SHA for 4d9b251
cli/src/utils/strings.ts
@@ -57,7 +57,7 @@ export const BULLET_CHAR = '• '
57
58
// Threshold for treating pasted text as an attachment instead of inline insertion
59
// Text longer than this value (not equal) becomes an attachment
60
-export const LONG_TEXT_THRESHOLD = 1000
+export const LONG_TEXT_THRESHOLD = 2000
61
62
/**
63
* Insert text at cursor position and return the new text and cursor position.
0 commit comments