Conversation
models.dev dropped workers-ai/@cf/... mirrors from cloudflare-ai-gateway. Regenerate the catalog, point the gateway default at claude-sonnet-4.5, and update tests so CI generate-models no longer fails typecheck/runtime.
…tests The suite already passes for force-pushed remotes; the header comment was outdated.
coding-agent shard 2/3 timed out on ipython-bootstrap cwd-edit test in CI; the same file passes locally in ~1.5s and is unrelated to the catalog change.
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.
Context
CI on main-targeting PRs fails after live
generate-modelsduringnpm run build: models.dev rescopedcloudflare-ai-gatewayand droppedworkers-ai/@cf/...mirrors that tests still reference (TS2345+getModel()→ undefined). Same fix as upstream #1759 (ENG-5534).Catalog-only branch based on
main(does not include the second-window daemon fix).Changes
models.generated.tsminimax-m2.7/kimi-k2.6cloudflare-ai-gateway→claude-sonnet-4.5/compattests use a synthetic gateway model from the live Workers AI entrygit-update.test.tsValidation
npm run checkgreen;generate-modelsidempotentpackages/aiwithPI_NO_LOCAL_LLM=1: 325 passed / 720 skippedmodel-resolver.test.ts39 passedAfter this lands, rebase PR #1 so its CI is no longer blocked by catalog drift.