mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Merge c6e4a65e2a into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -41,6 +41,7 @@ if (wantsNative) {
|
||||
let targetTriple = null;
|
||||
switch (platform) {
|
||||
case "linux":
|
||||
case "android":
|
||||
switch (arch) {
|
||||
case "x64":
|
||||
targetTriple = "x86_64-unknown-linux-musl";
|
||||
|
||||
@@ -94,7 +94,7 @@ impl ChatComposer<'_> {
|
||||
format!("{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left")
|
||||
} else {
|
||||
format!(
|
||||
"{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left (consider /compact)"
|
||||
"{BASE_PLACEHOLDER_TEXT} — {percent_remaining}% context left"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user