From 4302fbbf693ed7c67a3f9e762c921e1e12269b2b Mon Sep 17 00:00:00 2001 From: Hare Date: Sun, 31 May 2026 08:18:04 +0900 Subject: [PATCH] close: refresh builtin model catalog --- .../artifacts/.gitkeep | 0 .../item.md | 4 +-- .../resolution.md | 11 ++++++++ .../thread.md | 28 +++++++++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) rename work-items/{open => closed}/20260530-054927-refresh-builtin-model-catalog/artifacts/.gitkeep (100%) rename work-items/{open => closed}/20260530-054927-refresh-builtin-model-catalog/item.md (98%) create mode 100644 work-items/closed/20260530-054927-refresh-builtin-model-catalog/resolution.md rename work-items/{open => closed}/20260530-054927-refresh-builtin-model-catalog/thread.md (85%) diff --git a/work-items/open/20260530-054927-refresh-builtin-model-catalog/artifacts/.gitkeep b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/artifacts/.gitkeep similarity index 100% rename from work-items/open/20260530-054927-refresh-builtin-model-catalog/artifacts/.gitkeep rename to work-items/closed/20260530-054927-refresh-builtin-model-catalog/artifacts/.gitkeep diff --git a/work-items/open/20260530-054927-refresh-builtin-model-catalog/item.md b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/item.md similarity index 98% rename from work-items/open/20260530-054927-refresh-builtin-model-catalog/item.md rename to work-items/closed/20260530-054927-refresh-builtin-model-catalog/item.md index 099ec2d1..97535850 100644 --- a/work-items/open/20260530-054927-refresh-builtin-model-catalog/item.md +++ b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/item.md @@ -2,12 +2,12 @@ id: 20260530-054927-refresh-builtin-model-catalog slug: refresh-builtin-model-catalog title: Refresh builtin model catalog to current provider recommendations -status: open +status: closed kind: task priority: P2 labels: [models, providers, catalog, research] created_at: 2026-05-30T05:49:27Z -updated_at: 2026-05-30T23:17:25Z +updated_at: 2026-05-30T23:17:46Z assignee: null legacy_ticket: null --- diff --git a/work-items/closed/20260530-054927-refresh-builtin-model-catalog/resolution.md b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/resolution.md new file mode 100644 index 00000000..cb98013c --- /dev/null +++ b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/resolution.md @@ -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` diff --git a/work-items/open/20260530-054927-refresh-builtin-model-catalog/thread.md b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/thread.md similarity index 85% rename from work-items/open/20260530-054927-refresh-builtin-model-catalog/thread.md rename to work-items/closed/20260530-054927-refresh-builtin-model-catalog/thread.md index 9678d5d8..d2b1f062 100644 --- a/work-items/open/20260530-054927-refresh-builtin-model-catalog/thread.md +++ b/work-items/closed/20260530-054927-refresh-builtin-model-catalog/thread.md @@ -111,4 +111,32 @@ Validation: - `git diff --check` passed +--- + + + +## 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. + + +--- + + + +## 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` + + ---