chore(release): release version 1.45.0 - #10787
Conversation
goose Release Manual Testing ChecklistDownload the release builds from this PR. Once a build is ready, the actions bot will post a comment on this PR Use the following script to create a risk assessment and testing plan:It will generate an analysis report in Run the goose self-test recipegoose run --recipe goose-self-test.yaml Have goose produce a test planOpen the release candidate desktop app and have goose produce a test plan by pointing it at this PR. Use a prompt like
goose will produce a plan. Follow this plan to finish testing. |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 968aa08197
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
|
Release v1.45.0 has been tagged and pushed. Closing this PR (version bump was already merged to main). |
Release v1.45.0
Test before Release
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.45.0 origin/release/1.45.0 git push origin v1.45.0The 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.45.0branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.44.0...v1.45.0model(feat: tab completion and switch provider formodel#10585) (c95f0e2)This release PR was generated automatically.