chore(release): release version 1.29.2 (patch)#8285
chore(release): release version 1.29.2 (patch)#8285github-actions[bot] wants to merge 1 commit intorelease/1.29.1from
Conversation
goose Release Manual Testing ChecklistVersion: 1.29.2Identify the high risk changes in this ReleaseIt will generate an analysis report in Regression TestingMake a copy of this document for each version and check off as steps are verified. Provider Testing
Starting ConversationsTest various ways to start a conversation:
RecipesCreate Recipe from Session
Use Existing Recipe
Recipe Management
Recipe from File
recipe:
title: test recipe again
description: testing recipe again
instructions: The value of test_param is {{test_param}}
prompt: What is the value of test_param?
parameters:
- key: test_param
input_type: string
requirement: required
description: Enter value for test_param
ExtensionsManual Extension Addition
Playwright Extension
Extension with Environment Variables
Speech-to-Text (Local Model)
Settings
Follow-up IssuesLink any GitHub issues filed during testing: Tested by: _____ |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f95e34c6d5
ℹ️ 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".
| { | ||
| "id": "aihubmix", | ||
| "display_name": "AIHubMix", | ||
| "id": "the-grid-ai", |
There was a problem hiding this comment.
Keep metadata aligned with remaining aihubmix models
This change replaces the aihubmix provider metadata entry with the-grid-ai, but canonical_models.json still contains 48 aihubmix/* models (e.g. around crates/goose/src/providers/canonical/data/canonical_models.json:3778). Because provider discovery/templates are built from provider_metadata.json (get_providers_by_format / get_provider_template in catalog.rs), aihubmix is no longer discoverable/configurable even though its models remain in the canonical registry, which is a user-facing regression for catalog-driven setup flows.
Useful? React with 👍 / 👎.
Release v1.29.2
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.29.2 origin/release/1.29.2 git push origin v1.29.2The tag push will trigger the release build. This PR will be automatically closed.
Cherry-Picks
If you need to include additional fixes, cherry-pick them into the
release/1.29.2branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.29.1...v1.29.2This release PR was generated automatically.