Skip to content

v1.27.0

Latest

Choose a tag to compare

@qa-wolf-ops qa-wolf-ops released this 10 Sep 20:53
cbc7758

Minor Changes

  • 6cecbf9: qawolf runner act --screenshot <path> asks the runner to answer with a JPEG of its screen after the action and writes it the way runner screenshot does: to the file, or to stdout with -. One call per computer-use step in place of act, a wait and screenshot. An action that reached the screen and did not take effect answers with a screenshot too, so a refusal still leaves a picture of why. The runner SDK's act verb takes the same option as withScreenshot.
  • b172792: qawolf runner screenshot --out - writes the JPEG bytes to stdout instead of a file. Stdout carries the image alone; the confirmation, a JSON line under --json, goes to stderr.