Skip to content

refactor(vllm): remove unused registration shim#108500

Merged
steipete merged 1 commit into
mainfrom
codex/remove-unused-vllm-register-runtime
Jul 15, 2026
Merged

refactor(vllm): remove unused registration shim#108500
steipete merged 1 commit into
mainfrom
codex/remove-unused-vllm-register-runtime

Conversation

@steipete

Copy link
Copy Markdown
Contributor

What Problem This Solves

Current main dead-code validation fails after #108497 because extensions/vllm/register.runtime.ts is now correctly identified as an unused file.

Failure: https://github.com/openclaw/openclaw/actions/runs/29458423626/job/87496703659

Why This Change Was Made

Delete the orphan re-export shim. The vLLM manifest exposes only index.ts; repository search finds no callers; the real plugin entry imports the same symbols directly from api.ts.

User Impact

None. Removes dead private source; vLLM registration and provider behavior are unchanged.

Evidence

  • node scripts/run-vitest.mjs extensions/vllm — 24/24 passed
  • git diff --check
  • Fresh autoreview — clean, correctness confidence 0.97
  • vLLM package manifest: only ./index.ts is an extension entry

@steipete

Copy link
Copy Markdown
Contributor Author

Land-ready.

Exact head: a8a13fd

Evidence:

No docs or changelog needed: private unused-file deletion only.

@steipete
steipete merged commit 0763a40 into main Jul 15, 2026
128 of 133 checks passed
@steipete
steipete deleted the codex/remove-unused-vllm-register-runtime branch July 15, 2026 23:36
@steipete

Copy link
Copy Markdown
Contributor Author

Merged via squash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant