chore(release): version packages#706
Merged
Merged
Conversation
0c32d20 to
bb16201
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
929251e to
34bef2a
Compare
2bb1f4a to
3f4e2fe
Compare
3f4e2fe to
e581b25
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.29.0
Minor Changes
#709
3ec4b0cThanks @dohooo! - Smart triage now surfaces only items that actually involve you and keeps the proposed-task list clean automatically.Patch Changes
#529
fba0763Thanks @david-engelmann! - Replace scatteredprovider === "codex"/provider === "cursor"checks with a data-driven provider-capability table exposed through a newlist_provider_capabilitiescommand, so adding a new provider becomes a single matrix edit instead of a codebase-wide grep.#557
86aa5d0Thanks @david-engelmann! - Track every PTY-backed script and embedded-terminal process in a newruntime_processestable so a crash-recovery sweep on launch can identify stale processes from a prior run. Probes PIDs viakill(pid, 0), marks dead rows ended automatically, and logs "maybe alive" rows — no auto-kill on startup since PIDs can be reused.#528
07a4e18Thanks @david-engelmann! - Persist the latest agent plan per session in a newsession_plan_statetable so a future pinned-plan UI can survive reloads. The pipeline projects Codexturn/plan/updatedevents and ClaudeExitPlanModetool calls into a normalised plan shape and exposes it through a newgetSessionPlanStatecommand andsessionPlanChangedUI sync event; the chat transcript's existing plan rendering is unchanged.#708
3c782a6Thanks @natllian! - Before Claude starts replying, show a single "Thinking…" indicator instead of placeholder dots ("...") — collapsing the duplicate rows that appeared after the recent SDK update and filling the blank pause while Claude thinks when Thinking Display is set to Omitted.#705
c339da5Thanks @dohooo! - Smart triage now restarts the local model if it stopped mid-session, instead of silently producing no tasks until you relaunch the app. Previously, when the bundled local LLM crashed or its health-check gave up, every triage tick failed with "Local LLM is not running" — so freshly-indexed Slack/GitHub/etc. activity never got turned into tasks until the app was restarted.