Skip to content

Add semantic version tags to recipe.run - #1110

Open
ebhills with Copilot wants to merge 2 commits into
devfrom
copilot/add-semantic-tags-to-reciperun
Open

Add semantic version tags to recipe.run#1110
ebhills with Copilot wants to merge 2 commits into
devfrom
copilot/add-semantic-tags-to-reciperun

Conversation

Copilot AI commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Remote recipes lacked an explicit semantic selector for the production version. Add consistent :production and :latest selectors.

  • Semantic version selection

    • recipe.run("<model-id>:production") resolves the model’s production version.
    • recipe.run("<model-id>:latest") retains the current-version behavior.
  • Production fallback

    • Falls back to latest when no production version exists.
    • Logs the fallback for visibility.
wrangles.recipe.run(f"{model_id}:production")
wrangles.recipe.run(f"{model_id}:latest")

Copilot AI linked an issue Aug 2, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add semantic tags for recipe.run versioning Add semantic version tags to recipe.run Aug 2, 2026
Copilot AI requested a review from ebhills August 2, 2026 14:44
@ebhills
ebhills changed the base branch from main to dev August 2, 2026 22:04
@ebhills
ebhills marked this pull request as ready for review August 2, 2026 22:04
@ebhills
ebhills requested a review from thomasstvr August 13, 2026 00:45
Sign up for free to 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.

Add semantic tags to recipe.run

2 participants