Add Cloudflare AI Gateway and Workers AI providers on v1.9.4 - #2809
Draft
pridemusvaire wants to merge 140 commits into
Draft
pridemusvaire wants to merge 140 commits into
pridemusvaire wants to merge 140 commits into
Conversation
Promote v0.0.2 to production
Promote v0.0.3 to production
Promote v0.0.4 to production
Promote v0.1.0 to production
Promote v0.1.1 to production
Promote v0.2.0 to production
Promote v0.3.0 to production
Promote v0.3.1 to production
Promote v0.4.0 to production
Promote v0.4.1 to production
…CodeInc#299) SlackSetupExperience's intro screen owns the step action buttons, and it is skipped when the Slack config is already saved (savedSatisfied). But StepAuthEnvVars's providerOwnsActions check was missing the matching !savedSatisfied clause, so revisiting the auth step with saved Slack credentials rendered the value form with no action button at all, stranding the user on the page. Align providerOwnsActions with the intro guard and add a regression test for the saved-Slack revisit path. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Hotfix-only cut from main with the RooCodeInc#299 Slack setup Continue fix.
…-continue [Chore] Release Roomote 0.4.2 hotfix for saved Slack continue
Drop the reverted analytics Model group-by line and document notification destination and homepage dump-flash fixes now included on release/v0.5.0.
Merge latest develop (RooCodeInc#370, RooCodeInc#371), document the Blaxel Compose --wait fix on the existing 0.5.0 notes, remove the shipping pending changeset, and quiet residual oxlint/ESLint friction from that merge.
Promote v0.5.0 to production
Promote v0.6.0 to production
Promote v0.7.0 to production
Promote v0.7.1 to production
Promote v0.8.0 to production
Promote v0.8.1 to production
Promote v0.9.0 to production
…-lookups-1.4.1 [Fix] Release Roomote 1.4.1 for failing GPT-5.x integration lookups
Reviewed resolution: 5f76599 Review PR: RooCodeInc#2404
Promote v1.5.0 to production
Promote v1.5.1 to production
Promote v1.6.0 to production
Promote v1.7.0 to production
Promote v1.8.0 to production
Co-authored-by: Roomote <roomote@roomote.dev>
…odeInc#2559) OpenAI gpt-5.x models fill every optional list_skills argument, so an exact-name lookup arrived with both scope IDs set and was rejected by the bridge schema. The bare catch then reported 'The requested skill catalog is unavailable.' on every call, which made models conclude the catalog was down. - Treat null as absent for list_skills and load_skill on every Fast host, not only inside task sandboxes. - Prefer environmentId when both scope IDs are given, and ignore a continuation offset without an exact name, instead of rejecting the call. - Report the zod issues for invalid arguments and log other failures. - Degrade a failing Settings or repository source to a catalog warning so packaged and instance skills still load. Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
…ence-auth-1.8.1 [Fix] Release Roomote 1.8.1 for Azure inference and Fast skills
…el-history-1.8.2 Hotfix Roomote 1.8.2: restore Slack channel history reads
Reviewed resolution: 614b6ad Review PR: RooCodeInc#2715
Promote v1.9.0 to production
Promote v1.9.1 to production
Promote v1.9.2 to production
Promote v1.9.3 to production
Promote v1.9.4 to production
Keeps the two providers independent on the existing inference-gateway path, and maps GLM 5.3 / 5.3 Flash on the Cloudflare catalogs now that Workers AI hosts them.
Contributor
| mergeOpenRouterVariantAliasModels( | ||
| providerModelConfig, | ||
| variantAliases, | ||
| const providerConfig = mergeCloudflareOpenCodeProviderConfig( |
Contributor
There was a problem hiding this comment.
When OPENCODE_CONFIG_CONTENT is set, buildOpenCodeCliEnv skips this model-backed builder and only runs mergeBedrockRegistrationsIntoConfigContent (lines 582-590). That leaves a Cloudflare default or Fast model with no provider registration, so OpenCode cannot resolve its model even with the Cloudflare credentials in the environment. The same Cloudflare merge/rewrite needs to be applied to the operator-config branch; a small probe with a Workers AI R_MODEL and a minimal operator config produces no provider.cloudflare-workers-ai entry.
6 tasks
Contributor
Author
|
Rebased onto v1.12.1 in #3015. This v1.9.4 overlay is superseded. |
This branch has not been deployed
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 supersedes the v1.3-era patch on #1276 for current main/develop.
Test Plan
@roomote/typescatalog, inference-gateway, and OpenCode config tests@roomote/apiinference-gateway tests including Cloudflare allowlist and missing gateway id@roomote/workeragent-home tests@roomote/cloud-agentsOpenCode runtime and non-task provider tests