Vincent Koc
16382e4066
perf(ci): move tooling off artifact critical path
2026-06-11 10:52:59 +09:00
Peter Steinberger
88038db3e5
fix(agent): dampen Discord stale thread replies ( #91962 )
...
* fix(agent): dampen Discord stale thread replies
* fix(agent): scope Discord quiet prompt by chat type
* fix(agent): forward queued chat type
---------
Co-authored-by: Dallin Romney <dallinromney@gmail.com >
2026-06-10 18:02:58 -07:00
Vincent Koc
3659ff8bbf
fix(agents): prefer explicit sessions_send keys ( #92047 )
...
Honor caller-provided sessionKey values when stale label metadata is also present, and keep denied session-id sends from echoing the resolved canonical session key.
Supersedes openclaw/openclaw#74009 and fixes openclaw/openclaw#64699 .
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-11 08:26:25 +09:00
Vincent Koc
cae66a7d5b
test(ci): restore upgrade survivor session fixture ( #92049 )
2026-06-11 08:06:19 +09:00
Dallin Romney
c7ed990769
fix: preserve non-oneOf schema array order ( #91891 )
2026-06-10 15:58:30 -07:00
anagnorisis2peripeteia
f1f00cbf1d
fix: capture cron wake origin session
...
Capture the originating sessionKey and agentId for cron wake tool calls so non-main session and multi-agent wakes return to the conversation lane that requested them.
Carry stored delivery context through queued wake events so topic/thread replies route correctly, while preserving the default no-origin wake behavior and explicit target:none opt-out.
Refs #46886 .
Refs #64556 .
Thanks @anagnorisis2peripeteia.
Co-authored-by: Cameron Beeley <cameron.beeley@gmail.com >
2026-06-10 20:52:40 +01:00
Vincent Koc
e6b0a22f36
test(update): align corrupt plugin repair guidance
2026-06-11 04:33:25 +09:00
Andy Ye
33a3e05683
fix(webchat): finalize provider failure lifecycle ( #91895 )
...
* fix(webchat): finalize provider failure lifecycle
* chore: narrow fallback failure lifecycle marker
Signed-off-by: sallyom <somalley@redhat.com >
---------
Signed-off-by: sallyom <somalley@redhat.com >
Co-authored-by: sallyom <somalley@redhat.com >
2026-06-10 12:33:21 -04:00
Vincent Koc
dbcae5b78d
fix(memory): keep ignored-name QMD roots watchable
...
Fix QMD watcher ignore handling for explicitly configured roots whose directory names are normally ignored, and prefer the most-specific configured watch root for overlapping collections.
Validated with focused QMD/tooling tests, full core support boundary tests, green CI, and ClawSweeper re-review.
2026-06-11 00:12:15 +09:00
Vincent Koc
4ecec2f9e2
test(tooling): isolate pnpm fallback path
2026-06-10 23:11:21 +09:00
Vincent Koc
43bbde4830
fix(build): respect PATH-less pnpm environments
2026-06-10 18:06:31 +09:00
Vincent Koc
3b13d6ae38
fix(build): fall back to Corepack for pnpm
2026-06-10 18:03:15 +09:00
Vincent Koc
69aca06e02
test(ci): assert larger QA runners
2026-06-10 18:02:10 +09:00
Vincent Koc
0948bd648a
test(e2e): widen kitchen sink RPC coverage
2026-06-10 16:42:47 +09:00
Ayaan Zaidi
3407402b2c
test(plugins): guard dedicated channel sidecars
2026-06-10 13:05:24 +05:30
Vincent Koc
a3d5e5bc72
fix(test): support macOS Bash 3 script suites
2026-06-10 15:37:15 +09:00
brokemac79
de4b8d8ebf
feat(plugins): allow installed trusted policy contracts
...
Allow explicitly enabled installed plugins to register declared trusted tool policies and agent tool result middleware, with trusted policy ids scoped by plugin owner.\n\nVerification covered targeted plugin/agent tests, typecheck, build, lint, local autoreview, and a Blacksmith Testbox runtime proof (tbx_01ktr1nq0rhq47fjkwrepm7fd3).
2026-06-10 16:18:23 +10:00
Vincent Koc
52bc2a12bc
fix(ci): disable memory slot in release smoke config
2026-06-10 14:56:21 +09:00
Vincent Koc
0a6a10193d
fix(release): guard Parallels skip-restore lanes
2026-06-10 08:27:59 +09:00
Vincent Koc
56dc53f6d2
fix(release): harden Parallels smoke validation
...
(cherry picked from commit 810a821c65 )
2026-06-10 08:27:59 +09:00
Shakker
56d201fa67
fix: retry workflow sanity checkout fetches
2026-06-09 17:39:01 +01:00
Vincent Koc
9ef67ea405
test(memory): drop backend config bridge test
2026-06-09 20:12:25 +09:00
Vincent Koc
73ce4fdcbb
fix(plugin-sdk): align Discord component edit facade types ( #91679 )
...
* fix(plugin-sdk): align Discord component edit facade types
* test(plugin-sdk): satisfy Discord facade type lint
* test(upgrade): seed migrated survivor sessions
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-09 19:58:10 +09:00
Vincent Koc
25160515e0
test(runner): skip deleted changed test targets
2026-06-09 17:34:23 +09:00
Vincent Koc
0a1cf8a776
test(vitest): prune duplicate include wrapper coverage
2026-06-09 17:34:22 +09:00
Vincent Koc
a1fb8cf304
test(image-generation): load live provider sources
2026-06-09 15:34:29 +09:00
Vincent Koc
34e76e6e6f
test(image-generation): include Foundry in live image sweep
2026-06-09 15:34:28 +09:00
Patrick Erichsen
f05e9873c6
fix: let clawhub dry runs skip publish approval ( #91591 )
2026-06-08 21:04:32 -07:00
Sally O'Malley
c8a8152cd7
fix docker store seed target packages ( #91547 )
2026-06-08 23:38:46 -04:00
Patrick Erichsen
e8cf6df3a3
feat: dogfood reusable ClawHub package publish
2026-06-08 20:19:21 -07:00
Josh Avant
9f48254f09
Fix config.patch explicit array replacement ( #91551 )
...
* fix config patch explicit array replacement
* fix generated config patch protocol model
* fix config patch test helper typing
* fix shared auth patch replacement tests
* update config patch prompt snapshots
* harden qa lab config patch replace paths
2026-06-08 21:48:46 -05:00
Dallin Romney
5097749de3
fix: canonicalize codex protocol JSON assets ( #91507 )
2026-06-08 18:59:51 -07:00
Vincent Koc
5f6ee9f913
fix(release): prepare ClawHub publish deps after target checkout
2026-06-09 08:48:07 +09:00
Vincent Koc
7a0e65773a
test(release): ignore terminal docker stats samples
2026-06-09 01:02:24 +02:00
Vincent Koc
bad449301f
test(release): align kitchen sink rpc descriptors
2026-06-09 01:02:24 +02:00
Vincent Koc
f29248fa62
ci(release): retry transient registry build failures
2026-06-09 01:02:23 +02:00
Vincent Koc
5496044f6d
fix(release): cap docker e2e cpus
2026-06-09 01:02:22 +02:00
Shakker
009ae442a4
test: refresh cron prompt snapshots
2026-06-08 17:53:18 +01:00
Shakker
0c33f4e078
fix: stabilize docker stats heartbeat test
2026-06-07 19:06:24 +01:00
Vincent Koc
66b91d78fe
fix(e2e): bound release user journey JSON artifacts
2026-06-07 12:45:43 +02:00
Vincent Koc
9bafa2a2b6
fix(e2e): bound release scenario JSON artifacts
2026-06-07 12:43:33 +02:00
Vincent Koc
1703fbc2ad
fix(e2e): bound browser snapshot diagnostics
2026-06-07 12:39:48 +02:00
Vincent Koc
2b43315933
fix(tooling): bound extension boundary source reads
2026-06-07 12:36:13 +02:00
Vincent Koc
f5935bbca1
fix(e2e): cancel timed out response reads
2026-06-07 12:32:56 +02:00
Vincent Koc
cfe5d24889
fix(test): bound remaining child output collectors
2026-06-07 12:25:30 +02:00
Vincent Koc
bae607b9f1
fix(test): execute docker observability proof
2026-06-07 12:22:10 +02:00
Vincent Koc
8291cfc2f4
fix(test): bound child output buffers
2026-06-07 12:19:08 +02:00
Vincent Koc
bf27221753
fix(tooling): bound source scan file reads
2026-06-07 12:14:09 +02:00
Vincent Koc
88c1af0a2c
fix(tooling): bound generated formatter execution
2026-06-07 12:11:21 +02:00
Vincent Koc
85840eb10e
fix(dev): align gateway smoke auth contract
2026-06-07 12:07:05 +02:00