惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
爱范儿
爱范儿
J
Java Code Geeks
L
LangChain Blog
V
V2EX
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
博客园 - Franky
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
B
Blog
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
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
fix: fallback after active media wake failure (#85489) · ...
fuller-stack · 2026-05-26 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -102,7 +102,7 @@ Not every agent run creates a task. Heartbeat turns and normal interactive chat

102102

<Accordion title="Notify defaults for cron and media">

103103

Main-session cron tasks use `silent` notify policy by default - they create records for tracking but do not generate notifications. Isolated cron tasks also default to `silent` but are more visible because they run in their own session.

104104
105-

Session-backed `image_generate`, `music_generate`, and `video_generate` runs also use `silent` notify policy. They still create task records, but completion is handed back to the original agent session as an internal wake so the agent can write the follow-up message and attach the finished media itself. Generated-media completion events require message-tool delivery: the agent must send the finished media with the `message` tool, then reply `NO_REPLY`. If the requester session is no longer active and the completion agent misses some or all generated media, OpenClaw sends an idempotent direct fallback with only the missing media to the original channel target.

105+

Session-backed `image_generate`, `music_generate`, and `video_generate` runs also use `silent` notify policy. They still create task records, but completion is handed back to the original agent session as an internal wake so the agent can write the follow-up message and attach the finished media itself. Generated-media completion events require message-tool delivery: the agent must send the finished media with the `message` tool, then reply `NO_REPLY`. If the requester session is no longer active or its active wake fails, and the completion agent misses some or all generated media, OpenClaw sends an idempotent direct fallback with only the missing media to the original channel target.

106106
107107

</Accordion>

108108

<Accordion title="Concurrent media-generation guardrail">

Original file line numberDiff line numberDiff line change

@@ -12,9 +12,10 @@ The `image_generate` tool lets the agent create and edit images using your

1212

configured providers. In chat sessions, image generation runs asynchronously:

1313

OpenClaw records a background task, returns the task id immediately, and wakes

1414

the agent when the provider finishes. The completion agent must send generated

15-

images through the `message` tool. If the requester session is inactive and

16-

some generated images are still missing from message-tool delivery, OpenClaw

17-

sends an idempotent direct fallback with only the missing images.

15+

images through the `message` tool. If the requester session is inactive or

16+

its active wake fails, and some generated images are still missing from

17+

message-tool delivery, OpenClaw sends an idempotent direct fallback with only

18+

the missing images.

1819
1920

<Note>

2021

The tool only appears when at least one image-generation provider is

Original file line numberDiff line numberDiff line change

@@ -99,9 +99,10 @@ id immediately, and tracks the job in the task ledger. The agent continues

9999

responding to other messages while the job runs. When the provider finishes,

100100

OpenClaw wakes the agent with the generated media paths so it can tell the

101101

user and relay the result through the message tool. If the requester session

102-

is inactive and some generated media is still missing from message-tool

103-

delivery, OpenClaw sends an idempotent direct fallback with only the missing

104-

media. Media already delivered through the message tool is not posted again.

102+

is inactive or its active wake fails, and some generated media is still

103+

missing from message-tool delivery, OpenClaw sends an idempotent direct

104+

fallback with only the missing media. Media already delivered through the

105+

message tool is not posted again.

105106
106107

## Speech-to-text and Voice Call

107108
Original file line numberDiff line numberDiff line change

@@ -16,11 +16,11 @@ For session-backed agent runs, OpenClaw starts music generation as a

1616

background task, tracks it in the task ledger, then wakes the agent again

1717

when the track is ready so the agent can tell the user and attach the

1818

finished audio. Generated-media completions are delivered by the agent through

19-

the message tool. If the requester session is inactive and some generated

20-

audio is still missing from message-tool delivery, OpenClaw sends an

21-

idempotent direct fallback with only the missing audio. The completion wake

22-

explicitly warns the agent that normal final replies are private for this

23-

route.

19+

the message tool. If the requester session is inactive or its active wake

20+

fails, and some generated audio is still missing from message-tool delivery,

21+

OpenClaw sends an idempotent direct fallback with only the missing audio. The

22+

completion wake explicitly warns the agent that normal final replies are

23+

private for this route.

2424
2525

<Note>

2626

The built-in shared tool only appears when at least one music-generation

Original file line numberDiff line numberDiff line change

@@ -63,9 +63,9 @@ session:

6363

2. The provider processes the job in the background (typically 30 seconds to several minutes depending on the provider and resolution; slow queue-backed providers can run up to the configured timeout).

6464

3. When the video is ready, OpenClaw wakes the same session with an internal completion event.

6565

4. The agent tells the user and attaches the finished video through the

66-

message tool. If the requester session is inactive and some generated

67-

video is still missing from message-tool delivery, OpenClaw sends an

68-

idempotent direct fallback with only the missing video.

66+

message tool. If the requester session is inactive or its active wake

67+

fails, and some generated video is still missing from message-tool delivery,

68+

OpenClaw sends an idempotent direct fallback with only the missing video.

6969
7070

While a job is in flight, duplicate `video_generate` calls in the same

7171

session return the current task status instead of starting another

Original file line numberDiff line numberDiff line change

@@ -2318,6 +2318,73 @@ describe("deliverSubagentAnnouncement completion delivery", () => {

23182318

expect(sendMessage).not.toHaveBeenCalled();

23192319

});

23202320
2321+

it("directly delivers missing generated media after active requester wake failure", async () => {

2322+

const callGateway = createGatewayMock({

2323+

result: {

2324+

payloads: [],

2325+

messagingToolSentTargets: [

2326+

{

2327+

tool: "message",

2328+

provider: "slack",

2329+

accountId: "acct-1",

2330+

to: "channel:C123",

2331+

text: "The first image is ready.",

2332+

mediaUrls: ["/tmp/generated-robot-1.png"],

2333+

},

2334+

],

2335+

},

2336+

});

2337+

const queueEmbeddedPiMessageWithOutcome = createQueueOutcomeSequenceMock([

2338+

"transcript_commit_wait_unsupported",

2339+

"no_active_run",

2340+

]);

2341+

const sendMessage = createSendMessageMock();

2342+

const result = await deliverSlackChannelAnnouncement({

2343+

callGateway,

2344+

sendMessage,

2345+

queueEmbeddedPiMessageWithOutcome,

2346+

sessionId: "requester-session-channel",

2347+

isActive: true,

2348+

expectsCompletionMessage: true,

2349+

directIdempotencyKey: "announce-channel-media-active-wake-failed",

2350+

sourceTool: "image_generate",

2351+

internalEvents: [

2352+

{

2353+

type: "task_completion",

2354+

source: "image_generation",

2355+

childSessionKey: "image_generate:task-123",

2356+

childSessionId: "task-123",

2357+

announceType: "image generation task",

2358+

taskLabel: "two proof images",

2359+

status: "ok",

2360+

statusLabel: "completed successfully",

2361+

result:

2362+

"Generated 2 images.\nMEDIA:/tmp/generated-robot-1.png\nMEDIA:/tmp/generated-robot-2.png",

2363+

mediaUrls: ["/tmp/generated-robot-1.png", "/tmp/generated-robot-2.png"],

2364+

replyInstruction:

2365+

"Tell the user the images are ready and send them through the message tool.",

2366+

},

2367+

],

2368+

});

2369+
2370+

expectRecordFields(result, {

2371+

delivered: true,

2372+

path: "direct",

2373+

});

2374+

expect(queueEmbeddedPiMessageWithOutcome).toHaveBeenCalledTimes(2);

2375+

expect(callGateway).toHaveBeenCalledTimes(1);

2376+

expect(sendMessage).toHaveBeenCalledWith(

2377+

expect.objectContaining({

2378+

channel: "slack",

2379+

accountId: "acct-1",

2380+

to: "channel:C123",

2381+

content: "The generated image is ready.",

2382+

mediaUrls: ["/tmp/generated-robot-2.png"],

2383+

idempotencyKey: "announce-channel-media-active-wake-failed:generated-media-direct",

2384+

}),

2385+

);

2386+

});

2387+
23212388

it.each([

23222389

{

23232390

name: "legacy Discord channel",

Original file line numberDiff line numberDiff line change

@@ -829,8 +829,9 @@ async function sendSubagentAnnounceDirectly(params: {

829829

completionRouteRequiresMessageToolDelivery ||

830830

(agentMediatedCompletion && expectedMediaUrls.length > 0);

831831

const requesterActivity = resolveRequesterSessionActivity(canonicalRequesterSessionKey);

832+

let activeRequesterWakeFailed = false;

832833

const tryGeneratedMediaDirectDelivery = async (announceResponse?: unknown) => {

833-

if (requesterActivity.isActive) {

834+

if (requesterActivity.isActive && !activeRequesterWakeFailed) {

834835

return undefined;

835836

}

836837

const missingMediaUrls = resolveGeneratedMediaDirectFallbackUrls({

@@ -899,6 +900,7 @@ async function sendSubagentAnnounceDirectly(params: {

899900

path: "steered",

900901

};

901902

}

903+

activeRequesterWakeFailed = true;

902904

defaultRuntime.log(

903905

`[warn] Active requester session could not be woken for subagent completion; falling back to requester-agent handoff: ${formatQueueWakeFailureError(

904906

"active requester session could not be woken",