-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
Native Codex subagents hit Native hook relay unavailable on 2026.6.1 while parent session works #90762
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.impact:securitySecurity boundary, credential, authz, sandbox, or sensitive-data risk.Security boundary, credential, authz, sandbox, or sensitive-data risk.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Metadata
Metadata
Assignees
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.impact:securitySecurity boundary, credential, authz, sandbox, or sensitive-data risk.Security boundary, credential, authz, sandbox, or sensitive-data risk.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Priority
None yet
Summary
Native Codex subagents can start but fail every native tool call with:
This happened on OpenClaw
2026.6.1 (2e08f0f). The parent Codex session could still run native tools successfully in the same workspace, so this appears specific to native subagent hook relay registration/lifecycle rather than a global Gateway or shell failure.Related/possibly duplicate: #87331. I attempted to add this as a supplemental comment there first, but GitHub returned
Unable to create comment because issue is locked, so I am opening this as a fresh report with 2026.6.1 native-subagent evidence.Environment
2026.6.1 (2e08f0f)26.4.1/ Darwin25.4.0/ arm64v24.16.0Steps To Reproduce
Expected Behavior
Fresh native Codex subagents should receive a valid native hook relay registration and be able to run permitted native tools, or OpenClaw should surface a clearer recoverable state before the subagent begins work.
Actual Behavior
The subagents started, but every native tool call was blocked before execution with:
Both independently spawned subagents hit the same failure. They could not complete read-only verification/audit tasks.
Evidence
Sanitized subagent result excerpts:
Local observations from the parent session:
Native hook relay unavailable.I am intentionally not pasting local relay tokens, full private paths, or private task details.
Impact
This breaks multi-agent verification workflows. Parent work can proceed, but independent subagent review/test roles cannot inspect files or run harmless checks. Since the hook fails closed, this appears policy-safe, but it is user-visible and makes delegated audit/test roles unusable.
Suspected Cause / Fix Direction
This looks like the native Codex hook relay/session registration lifecycle. Fresh native subagents appear to receive or retain a relay reference that is unavailable/stale even while the parent session and Gateway remain usable.
What Was Tested
Native hook relay unavailableas a native Codex hook transport problem, not an ACP/acpx or shell-command failure.