feat: refine mobile master agent sync and chat rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user