chore(release): release version 1.39.1 (patch)#10014
chore(release): release version 1.39.1 (patch)#10014github-actions[bot] wants to merge 1 commit into
Conversation
goose Release Manual Testing ChecklistVersion: 1.39.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: c15242f8c7
ℹ️ 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".
| "cost": { | ||
| "input": 0.2002, | ||
| "output": 0.8001 | ||
| "input": 0.0, | ||
| "output": 0.0 | ||
| }, |
There was a problem hiding this comment.
Restore paid OpenRouter pricing
For openrouter/deepseek/deepseek-chat, this update stores the normal paid model as free even though OpenRouter lists it at $0.2002/M input and $0.8001/M output. When users run Goose with this OpenRouter model, Pricing::estimate_cost will report zero spend for actual paid usage, and several other paid OpenRouter entries in this data update show the same zeroing pattern, so these entries should use the paid model metadata rather than a free-variant price.
Useful? React with 👍 / 👎.
Release v1.39.1
Test before Release
GITHUB_TOKEN(docs).How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.39.1 origin/release/1.39.1 git push origin v1.39.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.39.1branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.39.0...v1.39.1This release PR was generated automatically.