Version Packages#1369
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
💤 Files with no reviewable changes (6)
WalkthroughThis PR updates package.json (line 3) to set "version" to 1.0.0 and adds CHANGELOG.md (lines 1–31) documenting the Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
0065078 to
8d4b05f
Compare
4 tasks
8d4b05f to
f923be2
Compare
Mateus Zitelli (MateusZitelli)
approved these changes
Jun 12, 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.0.0
Major Changes
9b946e0: Initial public release of the QA Wolf CLI — run QA Wolf flows from your terminal or CI.
Highlights:
qawolf auth login— authenticate with QA Wolf (or setQAWOLF_API_KEYin CI)qawolf flows run --env <env-id>— pull and run your team's flows locallyqawolf flows pull— refresh the local flow cacheqawolf run create --environment-id <env-id>— trigger a run of your flows on the QA Wolf platformqawolf install— install runtime dependencies (browsers, Android tooling)qawolf init— scaffold a local-only projectqawolf doctor— diagnose setup problemsInstall with
npm install -g @qawolf/cli(Node 22+), try it withnpx @qawolf/cli --help, or download a standalone binary for Linux, macOS, or Windows from GitHub Releases. Full documentation at docs.qawolf.com.Minor Changes
@qawolf/api-contractsautomatically becomes aqawolf <namespace> <action>command, starting withqawolf run create.qawolf-cliAgent Skill (skills/qawolf-cli/SKILL.md): lean, task-first guidance for coding agents — auth, output modes, read/write safety, and a command index that delegates flag reference toqawolf <command> --help. Theskills/directory ships in the npm package.Patch Changes
--agent) now emits structured results as JSON on stdout (human-readable progress stays on stderr).--helpoutput: remove an internal note from the--traceflag description and give theruncommand group a curated description.flows pullto reject archive entries with an unknown size, and restore flow-discovery and runner logging inflows run --envmode.