chore(release): release version 1.31.1 (patch)#8564
chore(release): release version 1.31.1 (patch)#8564github-actions[bot] wants to merge 1 commit intorelease/1.31.0from
Conversation
goose Release Manual Testing ChecklistVersion: 1.31.1Identify 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: 3148f6031c
ℹ️ 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": "inception/mercury-edit", | ||
| "name": "Mercury Edit", | ||
| "id": "inception/mercury-edit-2", |
There was a problem hiding this comment.
Keep canonical mapping for inception default model
This change drops inception/mercury-coder from the canonical registry (replacing it with inception/mercury-edit-2), but the built-in Inception provider still declares mercury-coder as its only/default model in crates/goose/src/providers/declarative/inception.json (line 10). Since canonical resolution is exact (map_to_canonical_model and ModelConfig::with_canonical_limits), the default Inception model no longer resolves to canonical metadata, so users lose canonical max-token/reasoning/recommendation behavior unless the provider config and canonical data are updated together.
Useful? React with 👍 / 👎.
Release v1.31.1
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.31.1 origin/release/1.31.1 git push origin v1.31.1The 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.31.1branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.31.0...v1.31.1This release PR was generated automatically.