diff --git a/.changeset/api-contracts-0-40-0.md b/.changeset/api-contracts-0-40-0.md deleted file mode 100644 index 923a83dee..000000000 --- a/.changeset/api-contracts-0-40-0.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@qawolf/cli": minor ---- - -Upgrades `@qawolf/api-contracts` to `0.40.0`. - -That release adds three endpoint contracts. The generator adds one public-API command for each contract. `qawolf agent send` tells the QA Wolf AI to do work, in plain language. `qawolf agent get` reads the replies from that work and shows its status. `qawolf run diagnose` records the failed flows of a run as reproductions of a bug report or a maintenance report. - -The release also changes the description of `qawolf issue addFlows`. The new description points to `run.diagnose` for bug reports and maintenance reports. diff --git a/.changeset/bun-1-4-release-binaries.md b/.changeset/bun-1-4-release-binaries.md deleted file mode 100644 index 202647b53..000000000 --- a/.changeset/bun-1-4-release-binaries.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -Built with Bun 1.4.2 instead of 1.3.13. The standalone `qawolf` binary starts about 2.5x faster (492 ms to 188 ms for `qawolf --version` on a laptop). The npm bundle is produced by the same bundler version and is meant to behave exactly as before. diff --git a/.changeset/mobile-stack-out-of-bundle.md b/.changeset/mobile-stack-out-of-bundle.md deleted file mode 100644 index 104c1da68..000000000 --- a/.changeset/mobile-stack-out-of-bundle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -The npm package no longer bundles webdriverio and the rest of the mobile stack. Mobile runs load it from the managed runtime that is installed on first use. `dist/cli.js` shrinks from 6.6 MB to 1.1 MB and every command starts about 25 ms sooner under Node. The compiled binary is unchanged. diff --git a/.changeset/typescript-out-of-bundle.md b/.changeset/typescript-out-of-bundle.md deleted file mode 100644 index a163b3189..000000000 --- a/.changeset/typescript-out-of-bundle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -The npm bundle no longer inlines the TypeScript compiler. It loads the installed `typescript` package only when a runner command or the runner SDK walks a flow's imports. `dist/cli.js` shrinks from 16 MB to 6.6 MB, `dist/runner-sdk.js` from 9.3 MB to 0.4 MB, and every command starts about 70 ms sooner under Node. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf7e8738..89a563893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @qawolf/cli +## 1.23.0 + +### Minor Changes + +- b97950c: Upgrades `@qawolf/api-contracts` to `0.40.0`. + + That release adds three endpoint contracts. The generator adds one public-API command for each contract. `qawolf agent send` tells the QA Wolf AI to do work, in plain language. `qawolf agent get` reads the replies from that work and shows its status. `qawolf run diagnose` records the failed flows of a run as reproductions of a bug report or a maintenance report. + + The release also changes the description of `qawolf issue addFlows`. The new description points to `run.diagnose` for bug reports and maintenance reports. + +### Patch Changes + +- f39c45b: Built with Bun 1.4.2 instead of 1.3.13. The standalone `qawolf` binary starts about 2.5x faster (492 ms to 188 ms for `qawolf --version` on a laptop). The npm bundle is produced by the same bundler version and is meant to behave exactly as before. +- fe5bdab: The npm package no longer bundles webdriverio and the rest of the mobile stack. Mobile runs load it from the managed runtime that is installed on first use. `dist/cli.js` shrinks from 6.6 MB to 1.1 MB and every command starts about 25 ms sooner under Node. The compiled binary is unchanged. +- f42b285: The npm bundle no longer inlines the TypeScript compiler. It loads the installed `typescript` package only when a runner command or the runner SDK walks a flow's imports. `dist/cli.js` shrinks from 16 MB to 6.6 MB, `dist/runner-sdk.js` from 9.3 MB to 0.4 MB, and every command starts about 70 ms sooner under Node. + ## 1.22.1 ### Patch Changes diff --git a/package.json b/package.json index e16184315..fd51b7bec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qawolf/cli", - "version": "1.22.1", + "version": "1.23.0", "description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent", "keywords": [ "automation",