인셔셔RSS 관심 있는 블로그, 뉴스, 기술 정보를 효율적으로 추적하고 읽으세요
원문 읽기 InertiaRSS에서 열기

추천 피드

V
V2EX
博客园 - 叶小钗
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 【当耐特】
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
博客园 - Franky
G
Google Developers Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
M
MIT News - Artificial intelligence
Hugging Face - Blog
Hugging Face - Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4 test: trim doctor command hotspots · openclaw/openclaw@c66f16a test: isolate agent auth and spawn hotspots · openclaw/openclaw@9285935 test: stabilize MCP startup disposal race · openclaw/openclaw@dd9d2eb test: merge browser contract server suites · openclaw/openclaw@5817a76 test: narrow ollama provider discovery setup · openclaw/openclaw@a0d9598 build: declare qa-lab aimock runtime dependency · openclaw/openclaw@24431e5 test: speed up safe-bins exec harness · openclaw/openclaw@ee856ab test: preserve tool helpers in embedded runner mocks · openclaw/openclaw@acd86a0 refactor: move memory embeddings into provider plugins · openclaw/openclaw@77e6e4c test: reuse system-run temp fixtures · openclaw/openclaw@7e9ff0f test: trim hotspot wait overhead · openclaw/openclaw@12a59b0 Check: avoid duplicate boundary prep · openclaw/openclaw@baf11b8 test: reduce hotspot fixture overhead · openclaw/openclaw@3a59edd feat(ui): overhaul settings and slash command UX (#67819) thanks @Bun… · openclaw/openclaw@2cfb660 QA Matrix: exit cleanly on failure · openclaw/openclaw@42805d2 QA Matrix: isolate scenario coverage · openclaw/openclaw@7e659e1 Matrix: refresh crypto bootstrap state · openclaw/openclaw@94081d8 QA Lab: add provider registry · openclaw/openclaw@bb7e982 Matrix: add plugin changelog · openclaw/openclaw@4acab55 test: trim more hotspot overhead · openclaw/openclaw@f485311
수정 (게이트웨이): 브로드캐스트 에이전트 실행 오류 페이로드 (# 85355) · openclaw / openclaw @ 07 e 61 fc
vincentkoc · 2026-05-22 · via Recent Commits to openclaw:main

@@ -31,6 +31,7 @@ const mockState = vi.hoisted(() => ({

3131

replyToId?: string;

3232

replyToCurrent?: boolean;

3333

isReasoning?: boolean;

34+

isError?: boolean;

3435

} | null,

3536

dispatchedReplies: [] as Array<{

3637

kind: "tool" | "block" | "final";

@@ -45,6 +46,7 @@ const mockState = vi.hoisted(() => ({

4546

replyToId?: string;

4647

replyToCurrent?: boolean;

4748

isReasoning?: boolean;

49+

isError?: boolean;

4850

};

4951

}>,

5052

dispatchError: null as Error | null,

@@ -151,6 +153,7 @@ vi.mock("../../auto-reply/dispatch.js", () => ({

151153

replyToId?: string;

152154

replyToCurrent?: boolean;

153155

isReasoning?: boolean;

156+

isError?: boolean;

154157

}) => boolean;

155158

sendBlockReply: (payload: {

156159

text?: string;

@@ -162,6 +165,7 @@ vi.mock("../../auto-reply/dispatch.js", () => ({

162165

replyToId?: string;

163166

replyToCurrent?: boolean;

164167

isReasoning?: boolean;

168+

isError?: boolean;

165169

}) => boolean;

166170

sendToolResult: (payload: {

167171

text?: string;

@@ -173,6 +177,7 @@ vi.mock("../../auto-reply/dispatch.js", () => ({

173177

replyToId?: string;

174178

replyToCurrent?: boolean;

175179

isReasoning?: boolean;

180+

isError?: boolean;

176181

}) => boolean;

177182

markComplete: () => void;

178183

waitForIdle: () => Promise<void>;

@@ -965,6 +970,52 @@ describe("chat directive tag stripping for non-streaming final payloads", () =>

965970

expect(assistantEntries).toStrictEqual([]);

966971

});

967972973+

it("broadcasts returned agent-run error payloads after an agent starts", async () => {

974+

createTranscriptFixture("openclaw-chat-send-agent-returned-error-");

975+

const errorMessage = "LLM idle timeout (120s): no response from model";

976+

mockState.triggerAgentRunStart = true;

977+

mockState.dispatchedReplies = [

978+

{

979+

kind: "final",

980+

payload: {

981+

text: errorMessage,

982+

isError: true,

983+

},

984+

},

985+

];

986+

const respond = vi.fn();

987+

const context = createChatContext();

988+989+

const broadcast = await runNonStreamingChatSend({

990+

context,

991+

respond,

992+

idempotencyKey: "idem-agent-returned-error",

993+

message: "please keep working",

994+

});

995+996+

expect(broadcast).toMatchObject({

997+

runId: "idem-agent-returned-error",

998+

sessionKey: "main",

999+

state: "error",

1000+

errorMessage,

1001+

});

1002+

const dedupe = context.dedupe.get("chat:idem-agent-returned-error");

1003+

expect(dedupe?.ok).toBe(false);

1004+

expect(dedupe?.payload).toMatchObject({

1005+

runId: "idem-agent-returned-error",

1006+

status: "error",

1007+

summary: errorMessage,

1008+

});

1009+

expect(findUserUpdate()).toBeDefined();

1010+

const assistantUpdates = mockState.emittedTranscriptUpdates.filter(

1011+

(update) =>

1012+

typeof update.message === "object" &&

1013+

update.message !== null &&

1014+

(update.message as { role?: unknown }).role === "assistant",

1015+

);

1016+

expect(assistantUpdates).toStrictEqual([]);

1017+

});

1018+9681019

it("keeps visible text on non-agent TTS final media because no model transcript exists", async () => {

9691020

const transcriptDir = createTranscriptFixture("openclaw-chat-send-command-tts-final-");

9701021

const audioPath = path.join(transcriptDir, "tts.mp3");