Skip to content

Commit a8c2b08

Browse files
Merge pull request #1563 from qawolf/changeset-release/main
Version Packages
2 parents 26291e4 + 9208dcc commit a8c2b08

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/run-create-chat-session-id.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @qawolf/cli
22

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
9+
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.
10+
311
## 1.21.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qawolf/cli",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)