Update copy (#1935)

Updated copy

---------

Co-authored-by: pap-openai <pap@openai.com>
This commit is contained in:
Ed Bayes
2025-08-07 03:29:33 -07:00
committed by GitHub
parent 5589c6089b
commit 1e4bf81653
10 changed files with 57 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ use crate::bottom_pane::textarea::TextAreaState;
use codex_file_search::FileMatch;
use std::cell::RefCell;
const BASE_PLACEHOLDER_TEXT: &str = "...";
const BASE_PLACEHOLDER_TEXT: &str = "Ask Codex to do anything";
/// If the pasted content exceeds this number of characters, replace it with a
/// placeholder in the UI.
const LARGE_PASTE_CHAR_THRESHOLD: usize = 1000;