chore(release): version packages#910
Open
dohooo wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
cfd1cbf to
dfd1e72
Compare
705e791 to
d22ecf5
Compare
716e93b to
4ad9cab
Compare
4ad9cab to
8f24e22
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
helmor@0.45.0
Minor Changes
#923
888f8e3Thanks @dohooo! - Add the GPT-5.6 model family to Codex with a streamlined default picker:ultraon Sol and Terra.#924
2190a8fThanks @dohooo! - Give Claude background tasks a proper home above the composer:#918
dfcd8e2Thanks @natllian! - Add a Vertex AI provider type for Claude Code custom providers:Patch Changes
#901
2c75929Thanks @dohooo! - Update the bundled Claude Code, Codex, Cursor, and OpenCode coding agents to their latest versions.#922
5d93835Thanks @dohooo! - Fix Claude sessions never finishing their turn after background tasks completed, leaving the conversation stuck streaming indefinitely.#909
99a8af3Thanks @dohooo! - Fix background subagents and background shell commands being killed when an agent finishes its turn — they now run to completion and report their results back instead of silently dying.#927
a1f97fcThanks @dohooo! - Fix Claude turns ending the moment background tasks finished, cutting off the agent's follow-up synthesis before it could report the results.#914
00768a2Thanks @dohooo! - Remove the retired Conductor import flow from onboarding, Settings, and the Helmor CLI.#919
205da66Thanks @natllian! - Fix repo avatars rendering blank instead of falling back to the name initials when a repository's icon file can't be displayed (e.g. an empty or undecodablefavicon.ico).#913
4069f1eThanks @dohooo! - Stacked workspaces now re-target automatically when their base PR merges — the layer above a merged PR moves onto that layer's own base (the repo default branch for a bottom-of-stack merge) instead of staying pinned to the now-merged branch, and stacks already left in this state are healed on launch.#926
bd5857fThanks @dohooo! - Fix Codex tool calls failing after the 0.144 upgrade by bundling the newcodex-code-mode-hostcompanion binary that Codex spawns for code-mode execution.#915
b5ba1e0Thanks @dohooo! - Prevent Claude background-task drain from leaving a session loading forever when a task never sends its completion notification.