diff --git a/.changeset/evaluate-snippet-failure-reasons.md b/.changeset/evaluate-snippet-failure-reasons.md deleted file mode 100644 index 65bf545ba..000000000 --- a/.changeset/evaluate-snippet-failure-reasons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -`qawolf runner exec` now tells apart a runner with nothing attached to evaluate a snippet (`runner-cannot-evaluate-snippets`, exit `2`, which will never clear) from one that could not be reached (`runner-unreachable`, exit `4`, 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. diff --git a/.changeset/flows-list-ai-task-id.md b/.changeset/flows-list-ai-task-id.md deleted file mode 100644 index 0fe3a4016..000000000 --- a/.changeset/flows-list-ai-task-id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": minor ---- - -`qawolf flows list --remote` accepts `--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 to `QAWOLF_AI_TASK_ID`, which an AI task runner already sets, so the flag is only needed to point at another task. diff --git a/.changeset/promote-snapshot-jq-filter.md b/.changeset/promote-snapshot-jq-filter.md deleted file mode 100644 index f2c628d90..000000000 --- a/.changeset/promote-snapshot-jq-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -Name the image-diff run event correctly wherever `promote-snapshot` points at it. Its type is `imageDiffArtifact`, so the documented `jq '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. diff --git a/.changeset/typed-runner-sdk.md b/.changeset/typed-runner-sdk.md deleted file mode 100644 index d144703ad..000000000 --- a/.changeset/typed-runner-sdk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": minor ---- - -Add `@qawolf/cli/runner-sdk`, a typed library for driving interactive runners in process rather than by spawning `qawolf runner`. Every verb names the runner it addresses, so nothing is launched or billed implicitly, and answers come back as the `@qawolf/api-contracts` output types rather than parsed stdout. diff --git a/CHANGELOG.md b/CHANGELOG.md index 403f190e2..c711f5377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @qawolf/cli +## 1.21.0 + +### Minor Changes + +- a13c3bb: `qawolf flows list --remote` accepts `--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 to `QAWOLF_AI_TASK_ID`, which an AI task runner already sets, so the flag is only needed to point at another task. +- 7d73a85: Add `@qawolf/cli/runner-sdk`, a typed library for driving interactive runners in process rather than by spawning `qawolf runner`. Every verb names the runner it addresses, so nothing is launched or billed implicitly, and answers come back as the `@qawolf/api-contracts` output types rather than parsed stdout. + +### Patch Changes + +- 5444be5: `qawolf runner exec` now tells apart a runner with nothing attached to evaluate a snippet (`runner-cannot-evaluate-snippets`, exit `2`, which will never clear) from one that could not be reached (`runner-unreachable`, exit `4`, 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. +- e6971f2: Name the image-diff run event correctly wherever `promote-snapshot` points at it. Its type is `imageDiffArtifact`, so the documented `jq '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. + ## 1.20.1 ### Patch Changes diff --git a/package.json b/package.json index 7802a1558..27b50e3f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qawolf/cli", - "version": "1.20.1", + "version": "1.21.0", "description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent", "keywords": [ "automation",