Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/alcode-exec-timeout-param.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/openclaw-channel-mocks-2026-8.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openclaw-test-transcript-reading.md

This file was deleted.

20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/alcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/alcode

## 0.11.1

### Patch Changes

- ac9b4c5: Updated the OpenClaw delegation guide to OpenClaw 2026.8's exec tool parameter: `timeoutSeconds: 0` instead of the removed `timeout: 0`.

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/alcode",
"version": "0.11.0",
"version": "0.11.1",
"license": "CC0-1.0",
"author": "Thomas MUR",
"description": "Run a coding agent through AlignFirst protocols.",
Expand Down
6 changes: 6 additions & 0 deletions packages/openclaw-channel-mock-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/openclaw-channel-mock-core

## 0.7.0

### Minor Changes

- ac9b4c5: OpenClaw 2026.8 compatibility. The core package now requires `zod` as a peer dependency (pinned to OpenClaw's version) and no longer provides the `messaging.parseExplicitTarget` handler.

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openclaw-channel-mock-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/openclaw-channel-mock-core",
"version": "0.6.1",
"version": "0.7.0",
"description": "Shared library for synthetic OpenClaw channel plugins used in test harnesses (bus client, action handlers, factories).",
"keywords": [
"openclaw",
Expand Down
8 changes: 8 additions & 0 deletions packages/openclaw-discord-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @paleo/openclaw-discord-mock

## 0.3.8

### Patch Changes

- ac9b4c5: OpenClaw 2026.8 compatibility. The core package now requires `zod` as a peer dependency (pinned to OpenClaw's version) and no longer provides the `messaging.parseExplicitTarget` handler.
- Updated dependencies [ac9b4c5]
- @paleo/openclaw-channel-mock-core@0.7.0

## 0.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openclaw-discord-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/openclaw-discord-mock",
"version": "0.3.7",
"version": "0.3.8",
"description": "Synthetic Discord-shaped OpenClaw channel plugin for automated test scenarios.",
"keywords": [
"openclaw",
Expand Down Expand Up @@ -64,7 +64,7 @@
"openclaw": "*"
},
"dependencies": {
"@paleo/openclaw-channel-mock-core": "0.6.1"
"@paleo/openclaw-channel-mock-core": "0.7.0"
},
"devDependencies": {
"@types/node": "~24.13.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/openclaw-slack-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @paleo/openclaw-slack-mock

## 0.3.8

### Patch Changes

- ac9b4c5: OpenClaw 2026.8 compatibility. The core package now requires `zod` as a peer dependency (pinned to OpenClaw's version) and no longer provides the `messaging.parseExplicitTarget` handler.
- Updated dependencies [ac9b4c5]
- @paleo/openclaw-channel-mock-core@0.7.0

## 0.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openclaw-slack-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/openclaw-slack-mock",
"version": "0.3.7",
"version": "0.3.8",
"description": "Synthetic Slack-shaped OpenClaw channel plugin for automated test scenarios.",
"keywords": [
"openclaw",
Expand Down Expand Up @@ -64,7 +64,7 @@
"openclaw": "*"
},
"dependencies": {
"@paleo/openclaw-channel-mock-core": "0.6.1"
"@paleo/openclaw-channel-mock-core": "0.7.0"
},
"devDependencies": {
"@types/node": "~24.13.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/openclaw-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @paleo/openclaw-test

## 0.16.0

### Minor Changes

- ac9b4c5: OpenClaw 2026.8 support. `ctx.getAgentToolCalls()` is now async, each cell archives `transcripts.json` instead of a `trajectory/` directory, `waitForOutbound`'s CLI-silence fail-fast default grew from 30s to 60s, and model-selected runs reject the retired `agents.list` config shape — migrate to `agents.entries`.

### Patch Changes

- Updated dependencies [ac9b4c5]
- @paleo/openclaw-channel-mock-core@0.7.0
- @paleo/openclaw-discord-mock@0.3.8
- @paleo/openclaw-slack-mock@0.3.8

## 0.15.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/openclaw-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/openclaw-test",
"version": "0.15.5",
"version": "0.16.0",
"description": "Dockerised regression-test framework for OpenClaw workspaces: bus, scenario driver, judge, Compose stack.",
"keywords": [
"openclaw",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@anthropic-ai/sdk": "~0.122.0",
"@paleo/openclaw-channel-mock-core": "0.6.1",
"@paleo/openclaw-discord-mock": "0.3.7",
"@paleo/openclaw-slack-mock": "0.3.7"
"@paleo/openclaw-channel-mock-core": "0.7.0",
"@paleo/openclaw-discord-mock": "0.3.8",
"@paleo/openclaw-slack-mock": "0.3.8"
},
"devDependencies": {
"@types/node": "~24.13.3",
Expand Down