chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-07-02 08:32:49 +08:00
parent 75ffdb1c6f
commit d816ae28b9
4 changed files with 107 additions and 9 deletions

View File

@@ -872,7 +872,9 @@ function handleRequest(message) {
method: 'thread/goal/updated',
params: { threadId: thread.id, goal: thread.goal },
});
send({ id, result: { goal: thread.goal } });
setTimeout(() => {
send({ id, result: { goal: thread.goal } });
}, 250);
return;
}
if (method === 'thread/goal/clear') {