Add retirement dates#1333
Merged
Merged
Conversation
LordGameleo
approved these changes
Jun 11, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f3af667. Configure here.
| - system_messages | ||
| - tool_choice | ||
| - assistant_prefill | ||
| isDeprecated: true |
There was a problem hiding this comment.
Removed isDeprecated breaks FE
Medium Severity
This change drops isDeprecated from the Bedrock model YAML while the PR notes the frontend still uses that flag for “FIX NOW”. build-unified-json passes fields through unchanged, so dist/ai-models.json no longer exposes isDeprecated for these entries even though status is deprecated.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit f3af667. Configure here.
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.


FE uses isDeprecated flag for 'FIX NOW', keeping status deprecated is fine
Note
Low Risk
Schema and metadata-only changes to model catalog YAML and generated types; no runtime auth or API behavior in this diff.
Overview
Introduces optional
retirementDate(YYYY-MM-DD) on model configs in the Cue schema and generated TypeScript types, alongside small clarifications to#Statuscomments for deprecated vs retired.Two AWS Bedrock models are updated to use
status: deprecated, concrete retirement dates, and model-card sources instead ofisDeprecatedon the YAML entries. The Llama 3.1 405B entry also setsmode: chat(wasunknown) and drops the deprecated flag from regional costs.Bedrock provider documentation gains a link to AWS model cards.
Reviewed by Cursor Bugbot for commit f3af667. Bugbot is set up for automated code reviews on this repo. Configure here.