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 wayrunner screenshotdoes: 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'sactverb takes the same option aswithScreenshot. - 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.