close: refresh builtin model catalog

This commit is contained in:
Keisuke Hirata 2026-05-31 08:18:04 +09:00
parent f6fbba4c48
commit 4302fbbf69
No known key found for this signature in database
4 changed files with 41 additions and 2 deletions

View File

@ -2,12 +2,12 @@
id: 20260530-054927-refresh-builtin-model-catalog id: 20260530-054927-refresh-builtin-model-catalog
slug: refresh-builtin-model-catalog slug: refresh-builtin-model-catalog
title: Refresh builtin model catalog to current provider recommendations title: Refresh builtin model catalog to current provider recommendations
status: open status: closed
kind: task kind: task
priority: P2 priority: P2
labels: [models, providers, catalog, research] labels: [models, providers, catalog, research]
created_at: 2026-05-30T05:49:27Z created_at: 2026-05-30T05:49:27Z
updated_at: 2026-05-30T23:17:25Z updated_at: 2026-05-30T23:17:46Z
assignee: null assignee: null
legacy_ticket: null legacy_ticket: null
--- ---

View File

@ -0,0 +1,11 @@
Refreshed the builtin model catalog from recorded official/semiofficial sources. Anthropic, OpenAI/Codex OAuth, OpenRouter, and Ollama entries now point at current concrete model IDs; default profile remains `codex-oauth/gpt-5.5`; provider definitions were unchanged.
External review approved and validation passed:
- `cargo fmt --check`
- `cargo test -p provider`
- `cargo test -p manifest model`
- `cargo test -p manifest profile -- --nocapture`
- `cargo check -p provider -p manifest`
- `./tickets.sh doctor`
- `git diff --check`

View File

@ -111,4 +111,32 @@ Validation:
- `git diff --check` passed - `git diff --check` passed
---
<!-- event: close author: hare at: 2026-05-30T23:17:38Z status: closed -->
## Closed
Refreshed the builtin model catalog from recorded official/semiofficial sources. Anthropic, OpenAI/Codex OAuth, OpenRouter, and Ollama entries now point at current concrete model IDs; default profile remains ; provider definitions were unchanged. External review approved and validation passed: cargo fmt --check, cargo test -p provider, cargo test -p manifest model, cargo test -p manifest profile, cargo check -p provider -p manifest, ./tickets.sh doctor, git diff --check.
---
<!-- event: close author: hare at: 2026-05-30T23:17:46Z status: closed -->
## Closed
Refreshed the builtin model catalog from recorded official/semiofficial sources. Anthropic, OpenAI/Codex OAuth, OpenRouter, and Ollama entries now point at current concrete model IDs; default profile remains `codex-oauth/gpt-5.5`; provider definitions were unchanged.
External review approved and validation passed:
- `cargo fmt --check`
- `cargo test -p provider`
- `cargo test -p manifest model`
- `cargo test -p manifest profile -- --nocapture`
- `cargo check -p provider -p manifest`
- `./tickets.sh doctor`
- `git diff --check`
--- ---