openclaw - 💡(How to fix) Fix Document `agentRuntime.fallback` valid values in the agent runtime reference [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#75795Fetched 2026-05-02 05:29:59
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
2
Timeline (top)
closed ×1commented ×1mentioned ×1subscribed ×1

Error Message

The error message is great, but the docs at docs.openclaw.ai (e.g. agent

Code Example

Config invalid
  - agents.defaults.agentRuntime.fallback: Invalid option: expected one of "pi"|"none"
RAW_BUFFERClick to expand / collapse

Setting agentRuntime.fallback: "claude-cli" produces:

Config invalid
  - agents.defaults.agentRuntime.fallback: Invalid option: expected one of "pi"|"none"

The error message is great, but the docs at docs.openclaw.ai (e.g. agent runtime configuration) don't mention the valid set. Add a documented enum to the agent runtime config reference.

extent analysis

TL;DR

Update the agentRuntime.fallback configuration to one of the valid options, either "pi" or "none".

Guidance

  • Check the current configuration and identify where agentRuntime.fallback is set to "claude-cli", which is not a valid option.
  • Update the configuration to use either "pi" or "none" as the value for agentRuntime.fallback.
  • Refer to the error message for the list of valid options, as the documentation is currently incomplete.
  • Consider submitting a documentation update request to include the valid options for agentRuntime.fallback in the agent runtime configuration reference.

Notes

The issue is specific to the configuration of agentRuntime.fallback, and the solution is to use one of the valid options provided in the error message.

Recommendation

Apply workaround: Update the agentRuntime.fallback configuration to a valid option, as the documentation is currently incomplete and does not provide the full list of valid values.

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