Version Packages - #1561
Merged
Atchyut Preetham Pulavarthi (theonly1me) merged 1 commit intoSep 3, 2026
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 3, 2026 09:54
0643729 to
9ed7e90
Compare
Atchyut Preetham Pulavarthi (theonly1me)
approved these changes
Sep 3, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2026 09:55
9ed7e90 to
3c683d2
Compare
Atchyut Preetham Pulavarthi (theonly1me)
merged commit Sep 3, 2026
bd415af
into
main
6 checks passed
Atchyut Preetham Pulavarthi (theonly1me)
deleted the
changeset-release/main
branch
September 3, 2026 09:59
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 publish to npm yourself or setup this action to publish 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
@qawolf/cli@1.21.0
Minor Changes
qawolf flows list --remoteaccepts--ai-task-id, listing the flows on that AI task's branch — drafts included — instead of the ones the environment holds at its latest reconciled commit. It defaults toQAWOLF_AI_TASK_ID, which an AI task runner already sets, so the flag is only needed to point at another task.@qawolf/cli/runner-sdk, a typed library for driving interactive runners in process rather than by spawningqawolf runner. Every verb names the runner it addresses, so nothing is launched or billed implicitly, and answers come back as the@qawolf/api-contractsoutput types rather than parsed stdout.Patch Changes
qawolf runner execnow tells apart a runner with nothing attached to evaluate a snippet (runner-cannot-evaluate-snippets, exit2, which will never clear) from one that could not be reached (runner-unreachable, exit4, which may still be starting or busy) instead of reporting both the same way. Only the unreachable message warns that the snippet may still be executing, since only that case can have taken effect before its answer was lost.promote-snapshotpoints at it. Its type isimageDiffArtifact, so the documentedjq 'select(.type == "image-diff-artifact")'filter matched nothing, and the failure message shown when a path is wrong sent readers after an entry name that does not exist — in both cases leaving the two paths the command requires unfindable.