Skip to content

v1.22.0

Latest

Choose a tag to compare

@qa-wolf-ops qa-wolf-ops released this 03 Sep 16:47
a8c2b08

Minor Changes

  • 3b259c8: qawolf run create forwards QAWOLF_CHAT_SESSION_ID as chatSessionId, so a run started from a chat session reports its result back into that chat. Pins @qawolf/api-contracts 0.38.0.

    The contract rejects aiTaskId and chatSessionId together, and an AI task pod that holds a conversation exports both variables, so the CLI sends one: an explicit flag beats an ambient variable, and when both are ambient the task id wins, which is the id such a pod sends today.