openclaw - 💡(How to fix) Fix Runtime tool fixtures need a default-tool hard gate after known drifts are fixed [1 comments, 2 participants]

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…
GitHub stats
openclaw/openclaw#80339Fetched 2026-05-11 03:15:56
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
2
Timeline (top)
commented ×1cross-referenced ×1

Root Cause

  • qa/scenarios/runtime/tools/ contains 20 runtime tool fixtures.
  • All 20 fixtures currently include knownBroken metadata because the harness surfaced real Pi/Codex/default-surface drift tracked by #80319, #80320, and #80321.
  • The release runtime-pair lane uses the 12-scenario agentic parity pack, not the full 20-tool fixture set.
RAW_BUFFERClick to expand / collapse

Part of #80171 and follow-up to #80323.

The Phase 2 runtime tool fixture set exists, but it is currently an inventory/reporting lane rather than a hard default-tool parity gate.

Audit snapshot from #80323:

  • qa/scenarios/runtime/tools/ contains 20 runtime tool fixtures.
  • All 20 fixtures currently include knownBroken metadata because the harness surfaced real Pi/Codex/default-surface drift tracked by #80319, #80320, and #80321.
  • The release runtime-pair lane uses the 12-scenario agentic parity pack, not the full 20-tool fixture set.

Why this matters:

If Codex becomes the default OpenAI runtime, a first-hour gate should prove the default tool surface is both visible and callable under Pi and Codex. Keeping every fixture as known-broken preserves evidence, but it does not yet protect maintainers from regressing default tool availability once the known drifts are fixed.

Acceptance sketch:

  • Split runtime tool fixtures into required default tools vs optional/plugin-dependent tools.
  • Remove knownBroken metadata from fixed tools and fail the report on any required-tool call/result drift.
  • Keep optional tools report-only unless their plugin/provider is explicitly enabled.
  • Add release or scheduled coverage for the required default tool set under --runtime-pair pi,codex.
  • Tie expected failures to #80319, #80320, and #80321 until those runtime/tool-surface defects are resolved.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Runtime tool fixtures need a default-tool hard gate after known drifts are fixed [1 comments, 2 participants]