feat: refine mobile master agent sync and chat rendering

This commit is contained in:
kris
2026-04-18 04:51:50 +08:00
parent e0c0ea1814
commit 449f84fcbc
61 changed files with 7051 additions and 1075 deletions

View File

@@ -111,7 +111,7 @@ test("thread status documents and progress events normalize, sort, and trim corr
);
});
test("thread replies append lightweight progress events without queuing a fresh understanding sync", async () => {
test("thread replies append lightweight progress events and skip redundant understanding sync when status document is fresh", async () => {
await setup();
const state = (await readState()) as MutableBossState;