mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
fix: remove reference to /compact until it is implemented
This commit is contained in:
@@ -93,9 +93,7 @@ impl ChatComposer<'_> {
|
||||
if percent_remaining > 25 {
|
||||
format!("{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left")
|
||||
} else {
|
||||
format!(
|
||||
"{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left (consider /compact)"
|
||||
)
|
||||
format!("{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left")
|
||||
}
|
||||
}
|
||||
(total_tokens, None) => {
|
||||
|
||||
Reference in New Issue
Block a user