[codex] Fix init provider detection and runtime support#11
Draft
rendrag-git wants to merge 1 commit into
Draft
Conversation
bd707ef to
ca2dc8f
Compare
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.
Summary
Fixes #1, #2, #4, #7, #9, and #10. Partially addresses the scoring cleanup from #3.
oc-bench initfail closed when detection finds only detect-only providers instead of silently writing default vLLM config--no-detect --vllm-*config through vLLM provider shaping so GPT-OSS getsreasoning_effort=low--probe-hostsplumbing for init detection and scan OpenClaw profiles inside Incus/Docker runtimesincus:<instance>command execution paths for OpenClaw version, gateway start/stop, preflight, provider health, and backend runs while preserving Docker container behaviorpreflightvs provider-routeprovider-preflightReview follow-up
openclaw_bench.containerto avoid duplicate backend/preflight logic_parse_csvalready exists inopenclaw_bench/cli.pyand is not a new runtime crash--probe-hostshelp text to mention bridge/LAN addressesValidation
python3 -m pytest tests/test_providers_detect.py tests/test_providers_init_integration.py tests/test_quickstart.py tests/test_preflight.py tests/test_backend.py tests/test_scoring.py tests/test_container.py tests/test_providers_preflight.py -q-> 153 passedpython3 -m pytest -qwas also attempted before PR creation and hit an unrelated local HTTP fixture failure:tests/test_serve.py::ServeTests::test_api_base_context_window_probe_failure_is_classifiedraisedConnectionResetError: [Errno 54] Connection reset by peer; rerunning that single test reproduced the same failure.Notes
.github/is intentionally not included because it was already untracked before this work.