Skip to content

chore: sync model metadata - #1158

Merged
AlemTuzlak merged 1 commit into
mainfrom
automated/sync-models
Aug 20, 2026
Merged

chore: sync model metadata#1158
AlemTuzlak merged 1 commit into
mainfrom
automated/sync-models

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated daily sync of model metadata from OpenRouter and Vercel AI Gateway.

  • Fetches the latest model list from OpenRouter (chat + GET /api/v1/videos/models)
  • Fetches the latest model list from Vercel AI Gateway
  • Converts to the internal adapter format
  • Syncs provider-specific model metadata for affected packages
  • Creates a patch changeset for all changed packages

@github-actions
github-actionsBot requested a review from a team as a code ownerAugust 20, 2026 06:22
@AlemTuzlak
AlemTuzlak merged commit 583ad22 into mainAug 20, 2026
2 checks passed
@AlemTuzlak
AlemTuzlak deleted the automated/sync-models branch August 20, 2026 08:34
tombeckenham added a commit that referenced this pull request Aug 20, 2026
…ELS from the catalog
The model sync (#1158) dropped the hand-maintained set. Instead of restoring
it by hand, derive it in convert-openrouter-models.ts from each chat model's
supported_parameters (structured_outputs + tools + tool_choice), so every
sync regenerates it and nothing is curated.
Closes#1163
tombeckenham added a commit that referenced this pull request Aug 20, 2026
…ELS from the catalog
The model sync (#1158) dropped the hand-maintained set from the generated
model-meta.ts. Derive it in convert-openrouter-models.ts from each chat
model's supported_parameters (structured_outputs + tools + tool_choice) so
every sync regenerates it and nothing is curated. Also stamp model-meta.ts
with an AUTO-GENERATED banner.
Closes#1163
AlemTuzlak added a commit to kolaworld/ai that referenced this pull request Aug 20, 2026
The model-sync script overwrites model-meta.ts and deleted
OPENROUTER_COMBINED_TOOLS_AND_SCHEMA_MODELS (TanStack#1158). Move the handmade
set to its own file and re-export it from the generated file.
tombeckenham added a commit that referenced this pull request Aug 20, 2026
… the catalog (#1164)
fix(ai-openrouter): generate OPENROUTER_COMBINED_TOOLS_AND_SCHEMA_MODELS from the catalog
The model sync (#1158) dropped the hand-maintained set from the generated
model-meta.ts. Derive it in convert-openrouter-models.ts from each chat
model's supported_parameters (structured_outputs + tools + tool_choice) so
every sync regenerates it and nothing is curated. Also stamp model-meta.ts
with an AUTO-GENERATED banner.
Closes#1163
@github-actionsgithub-actionsBot mentioned this pull request Aug 20, 2026
AlemTuzlak added a commit that referenced this pull request Aug 20, 2026
* fix(ai): persist structured output in message history
Closes#1072
* docs: document structured output lifecycle
Refs #1072
* fix(ai): preserve middleware transcript additions
Append terminal assistant messages to the middleware-visible transcript so chunk observers do not lose messages they recorded before persistence runs.\n\nRefs #1072
* fix(ai-persistence): persist harness structured output
Keep event-source prose and structured-output as two messages.
Add tests for that path. Drop structured-output parts whose raw is not a string.
Document reload hydration and harness persistence.
* fix(ai): keep same-id harness structured output on one message
Codex, OpenCode, ACP, and grok-build reuse the last text messageId.
Split the transcript only when the complete event uses a new id.
Read that id from complete when start omits it.
* ci: apply automated fixes
* docs: isolate harness persistence snippet for kiira
Kiira concatenates snippets that share a group. The persist example now uses its own group so it does not clash with the existing POST handler.
* fix(ai-openrouter): keep combined-models export off the generated file
The model-sync script overwrites model-meta.ts and deleted
OPENROUTER_COMBINED_TOOLS_AND_SCHEMA_MODELS (#1158). Move the handmade
set to its own file and re-export it from the generated file.
---------
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@AlemTuzlak