openclaw - 💡(How to fix) Fix [Bug]: ACP/Codex run reports success after only initial progress text in 2026.5.7 [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

After upgrading a local OpenClaw source install to 2026.5.7, ACP/Codex sessions can report completed successfully even though the task did not actually run. The only assistant output is the initial progress sentence, and no requested investigation/results are produced.

Error Message

  1. fail/timeout with a clear error if the ACP/Codex adapter stopped before doing the work.

Root Cause

This makes ACP task completion unreliable: callers receive a success event but the requested work was not done.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Summary

After upgrading a local OpenClaw source install to 2026.5.7, ACP/Codex sessions can report completed successfully even though the task did not actually run. The only assistant output is the initial progress sentence, and no requested investigation/results are produced.

Environment

  • OpenClaw: 2026.5.7
  • OS: macOS 26.3.1 arm64
  • Runtime: local gateway on loopback
  • ACP agent: codex
  • Model/provider in parent agent: openai-codex/gpt-5.5

What happened

Two separate ACP/Codex runs were started with sessions_spawn(runtime="acp", agentId="codex") for code investigation tasks.

Both returned an internal completion event with successful status, but the actual child session contained only a short initial progress message such as:

Vou localizar o fluxo de inbound do WhatsApp até a detecção/autorização de comandos...

or:

Vou mapear o fluxo real primeiro...

No tool work or final report was produced, despite the task explicitly asking for a final report and minimal/no progress updates.

Expected behavior

The ACP run should either:

  1. execute the requested task and return the final result, or
  2. fail/timeout with a clear error if the ACP/Codex adapter stopped before doing the work.

It should not mark the task as successfully completed after only the initial progress text.

Actual behavior

  • status: completed successfully
  • child session transcript contains only the initial progress sentence
  • no substantive task execution happened
  • parent session context did not grow abnormally, so this does not look like a context explosion case

Why this matters

This makes ACP task completion unreliable: callers receive a success event but the requested work was not done.

Notes

This was observed after moving the same local environment to 2026.5.7. It may be related to ACP runtime completion semantics or the Codex ACP adapter returning/closing after the first assistant message.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The ACP run should either:

  1. execute the requested task and return the final result, or
  2. fail/timeout with a clear error if the ACP/Codex adapter stopped before doing the work.

It should not mark the task as successfully completed after only the initial progress text.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING