mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix(tui): annotate subagent panel truncation literal
This commit is contained in:
@@ -1237,7 +1237,7 @@ fn derive_subagent_name(prompt: &str, ordinal: i32) -> String {
|
||||
}
|
||||
|
||||
let joined = tokens.join("-");
|
||||
truncate_text(&joined, 40)
|
||||
truncate_text(&joined, /*max_graphemes*/ 40)
|
||||
}
|
||||
|
||||
fn clean_token(token: &str) -> String {
|
||||
|
||||
Reference in New Issue
Block a user