feat(providers): add Reasonix, OVH, JoyCode, OpenModel registries (salvage of #3120) - #3396
Closed
claytontavaresdan wants to merge 1 commit into
Closed
Conversation
…lvage of #3120) - reasonix.js (#3052): IDE provider, OpenAI-compatible, priority 121 - ovh.js (#3092): OVH AI Endpoints, hasFree, priority 90 - joycode.js (#3046): JD JoyCode, alias joycode, priority 122 - openmodel.js (#2984): Responses API format provider - register all in registry/index.js (p122-p125) - add umbrel-app.yml packaging manifest - salvaged from PR #3120 which became conflict-stale after upstream merged the overlapping translator/security fixes - verified: node --check + import smoke test resolve all ids
|
you should also add digitalocean |
Author
|
open a ISSUE and send number |
afandiaziz
added a commit
to afandiaziz/9router
that referenced
this pull request
Aug 20, 2026
afandiaziz
added a commit
to afandiaziz/9router
that referenced
this pull request
Aug 20, 2026
…/security/providers Verified via trial-merge + per-PR tests (84 pass/0 fail), OAuth baseline identical, providers baseline additive-only (+reasonix/ovh/joycode/openmodel). PRs: decolua#3411 decolua#3370 decolua#3369 decolua#3368 decolua#3393 decolua#3366 decolua#3395 decolua#3382 decolua#3359 decolua#3408 decolua#3357 decolua#3379 decolua#3380 decolua#3381 decolua#3396 decolua#3338 Co-Authored-By: Claude <noreply@anthropic.com>
afandiaziz
added a commit
to afandiaziz/9router
that referenced
this pull request
Aug 20, 2026
decolua#3396 adds reasonix/ovh/joycode/openmodel — additive only (verified no removals/changes). Regenerate baselines so verify-providers/verify-alias pass clean. Co-Authored-By: Claude <noreply@anthropic.com>
rabbi696
added a commit
to golamrabbi696/EzRouter
that referenced
this pull request
Aug 20, 2026
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
This PR salvages the still-unique content of #3120 after that branch became merge-conflict-stale. Upstream
masteradvanced 31 commits and already merged the overlapping translator/security fixes (KiroREQUEST_BODY_INVALID, SSRF guard, OpenCode/Qoder/Antigravity executors, etc.), so rebasing #3120 would only reintroduce already-merged code.What #3120 still held that
masterdoes not:open-sse/providers/registry/reasonix.js(Add support for Reasonix IDE and TRAE AI #3052) — IDE provider, OpenAI-compatible, priority 121open-sse/providers/registry/ovh.js([Feature] Add OVH AI Endpoints as a free/cheap tier provider #3092) — OVH AI Endpoints,hasFree: true, priority 90open-sse/providers/registry/joycode.js(Add JD JoyCode provider support #3046) — JD JoyCode, aliasjoycode, priority 122open-sse/providers/registry/openmodel.js([Feature Request / Bug] Support for openmodel.ai (Providers using OpenAI Responses API /v1/responses only) #2984) — Responses API format providerumbrel-app.ymlpackaging manifestAll four providers registered in
registry/index.jsasp122–p125.Verification
node --checkon all 5 changed files: PASSdefaultexport with correctidregistry/index.jsimport↔array mapping fully consistent (121 = 121)CLAUDE_API_HEADERSimport resolves againstmaster'sshared.jsorigin/master→ no conflictsRelated
Supersedes/closes #3120 (which is being closed as conflict-stale).
Thank you for maintaining 9Router! 🙏