fix: verify OpenClaw and refresh cheap-tier pricing - #131
Open
ramioca wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
npxpackage.doctor --probeflow with a hard$2budget cap.deepseek/deepseek-v4-profrom$0.435/$0.87to the live$1.32/$3.96per-million-token quote.$0.021977to$0.064790.Why
The OpenClaw row still described an unverified local-build setup even though the published package now works end-to-end: OpenClaw projects all 20 tools and completes free and paid calls.
The same verification run found a budget-safety regression.
mode:"cheap"reserved$0.026310for the verifier's 100k-character prompt while the Base gateway quoted$0.064790. A call could therefore passBLOCKRUN_BUDGET_LIMITwhile settling above it.Verification
openclaw mcp doctor blockrun --probe --json— clean, no issuesnpm run typechecknpm test— 431/431 passingnpm run buildnpm run verify:prices— 0 under-reserving routes (previously 1)The live probe also reproduced upstream 502s on
blockrun_pricequotes andblockrun_markets; those are not changed here because the MCP client is forwarding the requests successfully.