Version Packages - #1481
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 13:14
f0e6e5c to
539ac3c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 13:15
539ac3c to
773de91
Compare
Chase J (chajac)
approved these changes
Aug 13, 2026
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
@qawolf/cli@1.9.2
Patch Changes
62d07c4: move appium-uiautomator2-driver to devDependencies and remove it from the managed runtime
The runtime does not load this driver from node_modules. Appium loads it from APPIUM_HOME, where
qawolf install androidinstalls it.The devDependency stays so the build can read the pinned version for the APPIUM_HOME install.
This prevents lockfile churn in consumer repositories when a future driver version ships a problematic npm-shrinkwrap.json.
a442520: Teach the shipped
qawolf-cliskill the runner group, written for a harness that has a shell, an API key and its own vision model and none of QA Wolf's tooling.The guide is a skill resource rather than part of the skill body, so it costs nothing until a runner is what the task needs. It leads with what is expensive to discover: relaunching an id attaches rather than billing a second pod; a runner launched for you has a fresh browser with nothing signed in and no page open; only a run starts the screen, so a screenshot before one fails however long you wait; the recorder carries the
locatorandalternatesa screenshot cannot give you;execreturns whether a snippet ran and not its value, so results come back through theconsolestream; and an unreachable answer fromqawolf runner rundoes not mean the run did not start, so resubmitting bills a second one. Auth and the reads-versus-writes framing account for the group as well.