mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 00:27:57 +00:00
Summary: - The PR adds an awaited `agent_end` helper, uses it for no-channel local CLI and Codex app-server terminal pa ... erves fire-and-forget behavior for channel-backed paths, and updates docs, changelog, and regression tests. - Reproducibility: yes. by source inspection. Current main calls `runAgentHarnessAgentEndHook` without awaiting in local CLI and Codex terminal paths, and the PR's pending-hook tests encode the failure and desired split. Automerge notes: - PR branch already contained follow-up commit before automerge: fix(agents): await local agent_end hooks - PR branch already contained follow-up commit before automerge: test: fix agent_end hook helper fixture - PR branch already contained follow-up commit before automerge: ci: retry security checkout - PR branch already contained follow-up commit before automerge: ci: allowlist qa-lab lifecycle fixtures - PR branch already contained follow-up commit before automerge: fix CLI channel agent_end delivery - PR branch already contained follow-up commit before automerge: ci: drop stale qa-lab deadcode entries Validation: - ClawSweeper review passed for head97b31379d7. - Required merge gates passed before the squash merge. Prepared head SHA:97b31379d7Review: https://github.com/openclaw/openclaw/pull/85007#issuecomment-4509911851 Co-authored-by: Kaspre <kaspre@gmail.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>