Patch Changes
- 837d79e: Use
QAWOLF_ENVIRONMENTas the default for generated public API--environment-idoptions. PassQAWOLF_AI_TASK_IDto the publicrun createAPI input when the generated--ai-task-idoption is available. Explicit flags take precedence over the environment. - 80e3be3: Show the server's reason when a public API call fails, instead of only an HTTP
status. A rejected request now prints why it was rejected without needing
--verbose. - fc8b048: Skip
runner.performActionin the generated public API commands. An upcoming@qawolf/api-contractsversion adds this contract, and its action-union input has no flag form; without the skip, upgrading the dependency would make command generation throw while the program is built, breaking every command. The verb will get a hand-written command instead.