chore: checkpoint Boss app v2.5.11

This commit is contained in:
AI Bot
2026-06-08 12:22:50 +08:00
parent bddbe8b5ba
commit 3b51641d99
78 changed files with 5706 additions and 954 deletions

View File

@@ -575,6 +575,27 @@ rl.on("line", (line) => {
}
if (message.method === "thread/resume") {
if (process.env.BOSS_CODEX_APP_SERVER_FIXTURE_ACTIVE_TURN_ON_RESUME === "1") {
send({
id: message.id,
result: {
thread: {
id: message.params?.threadId ?? "thread-fixture",
name: "fixture thread",
turns: [
{
id: "active-turn-from-resume",
status: "inProgress",
startedAt: 1780852200,
completedAt: null,
items: [],
},
],
},
},
});
return;
}
send({
id: message.id,
result: {