chore: refresh model statuses - #1686
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: caebe585f0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "organisation_id": "dots-studio", | ||
| "name": "dots3-note Preview", | ||
| "status": "Preview", | ||
| "status": "Available", |
There was a problem hiding this comment.
Preserve the model's preview status
This model is explicitly a released preview—the canonical ID, name, description, and official-source references all retain the prev/Preview designation—so reaching its release date does not make it generally available. Setting this to Available moves it into the available group in ModelsDisplay.tsx:76-83 and suppresses the preview warning in ModelStatusBanner.tsx:80-93, which tells users that behavior and pricing may change before general availability. Restore Preview and ensure the nightly status refresher preserves that schema-supported state rather than inferring GA from release_date.
AGENTS.md reference: packages/data/catalog/AGENTS.md:L7-L10
Useful? React with 👍 / 👎.
f8f5485 to
e5ae064
Compare
e5ae064 to
2c07f5a
Compare
2c07f5a to
36b60f8
Compare
36b60f8 to
82350b3
Compare
82350b3 to
f6d1505
Compare
f6d1505 to
02dfe7e
Compare
02dfe7e to
f67eb25
Compare
f67eb25 to
a753a42
Compare
a753a42 to
8061f7e
Compare
8061f7e to
fb7dd81
Compare
fb7dd81 to
de5fd0b
Compare
de5fd0b to
bed4fb7
Compare
bed4fb7 to
91b8926
Compare
Signed-off-by: phaseo-bot[bot] <249431725+phaseo-bot[bot]@users.noreply.github.com>
91b8926 to
b35372b
Compare
Automated nightly run to align model.status with announced/release/deprecation/retirement dates.