fix cross-conversation replies and mobile session switching

This commit is contained in:
shiyue
2026-06-18 13:07:51 +08:00
parent a2126f4138
commit c1dc793841
7 changed files with 678 additions and 74 deletions

View File

@@ -90,6 +90,9 @@ function sleep(ms) {
if (input === 'slow cross-session prompt') {
await sleep(800);
}
if (input === 'very slow cross-session prompt') {
await sleep(2500);
}
const responseText = input === '/compact'
? 'Codex compact finished.'