Peter Steinberger
4252f07ff0
fix: reduce gateway warning noise
...
Reduce repeated gateway warning noise in startup/auth retry paths while preserving credential mismatch and rate-limit audit visibility.
Also hardens empty embedded-assistant retry handling by carrying lifecycle state through the missing-assistant guard, and keeps the relevant regression coverage in gateway and agent tests.
2026-05-28 13:17:57 +01:00
Vincent Koc
4ce3c3e36c
fix(test): rebuild startup memory artifacts
2026-05-28 14:14:34 +02:00
Vincent Koc
653e8d1ea5
fix(release): bound prepack subprocesses
2026-05-28 14:14:13 +02:00
Vincent Koc
98d6331d10
fix(release): bound release check commands
2026-05-28 14:11:55 +02:00
Vincent Koc
2b0e399da1
fix(release): bound npm verifier commands
2026-05-28 14:06:46 +02:00
Vincent Koc
b234aa0085
fix(e2e): bound bundled plugin selection
2026-05-28 14:03:24 +02:00
Vincent Koc
cee364e2f6
fix(docker): bound package capture output
2026-05-28 14:01:02 +02:00
Vincent Koc
da551463e3
fix(agent-sessions): fail oversized exec output
2026-05-28 13:53:17 +02:00
Vincent Koc
2252cf6f03
fix(supervisor): bound captured process output
2026-05-28 13:43:36 +02:00
Vincent Koc
9a7f808953
fix(file-transfer): bound dir fetch tar listings
2026-05-28 13:39:55 +02:00
Vincent Koc
eb273a8a4a
fix(brave): bound search error bodies
2026-05-28 13:28:27 +02:00
Vincent Koc
259796dc3d
fix(test): bound package candidate command output
2026-05-28 13:26:16 +02:00
Vincent Koc
d64b394537
fix(test): bound extension memory profiler output
2026-05-28 13:22:57 +02:00
Vincent Koc
88c395c83c
fix(test): wait for credential timeout cleanup
2026-05-28 13:17:35 +02:00
Vincent Koc
9085d17ab6
fix(qa-lab): bound plugin tools stderr tail
2026-05-28 13:07:46 +02:00
Vincent Koc
4a2b02e86f
fix(qa-lab): bound child process output
2026-05-28 13:04:09 +02:00
Vincent Koc
beb25d60f7
fix(test): escalate e2e watchdog termination
2026-05-28 13:03:29 +02:00
Vincent Koc
4bd711e1c4
fix(security): avoid fetching untrusted proof refs
2026-05-28 12:39:12 +02:00
Vincent Koc
3844e035bb
fix(security): avoid CodeQL legacy auth patterns
2026-05-28 12:32:49 +02:00
Vincent Koc
9fef53c3b1
fix(test): keep upgrade survivor runtime state local
2026-05-28 12:30:58 +02:00
Pavan Kumar Gondhi
91a4635bdc
Tighten phone-control mutation authorization [AI] ( #87150 )
...
* fix: require admin authorization for phone control mutations
* addressing codex review
* addressing codex review
* addressing ci
* addressing ci
* test: restore provider registry mock isolation
* docs: add changelog entry for PR merge
2026-05-28 16:00:01 +05:30
Vincent Koc
629fc2f8f0
fix(voice-call): bound ngrok diagnostics
2026-05-28 12:16:44 +02:00
Vincent Koc
1bc32e53ab
fix(qa): expose credential fingerprints in admin list
2026-05-28 12:04:20 +02:00
Vincent Koc
93577ad587
fix(memory): bound remote error bodies
2026-05-28 11:51:26 +02:00
Pavan Kumar Gondhi
bb418a857e
Clarify directive persistence authorization policy [AI] ( #86369 )
...
* fix: require admin scope for persisted directive defaults
* addressing codex review
* fix: complete directive persistence scope gate
* addressing review-skill
* fix: preserve channel directive persistence
* fix: require admin scope for directive default persistence
* addressing codex review
* fix: complete directive persistence scope handling
* addressing codex review
* fix: complete directive persistence gate
* addressing review-skill
* fix: complete directive persistence gate
* addressing review-skill
* clarify directive persistence policy
* docs: add changelog entry for PR merge
2026-05-28 15:20:47 +05:30
Vincent Koc
dc5671edae
fix(install): harden Windows git installs
2026-05-28 11:47:05 +02:00
Vincent Koc
f9aec04167
fix(qa): stabilize live transport lanes
...
Wire QA fallback models into live gateway config, fix Slack allowlist-block coverage, and keep WhatsApp live artifacts useful while redacting raw credential metadata.\n\nVerification: focused QA Vitest; autoreview clean; AWS Crabbox pnpm check:changed run_0207de7d47aa; QA-Lab branch-defined transport run 26565521272 with Matrix transport 56/56 and Slack/Discord/Telegram/parity clear. WhatsApp remains blocked by stale shared Convex WhatsApp Web credentials returning Baileys 401 before scenarios.
2026-05-28 10:38:09 +01:00
Vincent Koc
b008989bef
fix(security): address OpenClaw CodeQL alerts
2026-05-28 11:34:32 +02:00
Peter Steinberger
7275304793
fix(parallels): guard release target harness mismatch
2026-05-28 10:11:40 +01:00
Peter Steinberger
9ebf51efe9
docs(skills): refine beta release announcement guidance
2026-05-28 10:11:34 +01:00
Peter Steinberger
98052028aa
docs(skills): add OpenClaw release announcement guide
2026-05-28 10:11:34 +01:00
Vincent Koc
13dcded7c8
fix(release): bound cross-os fetch bodies
2026-05-28 10:38:08 +02:00
Josh Avant
4c3a0292ff
Fix Claude live tool progress for watchdog recovery ( #87546 )
...
* fix: keep claude live tools fresh for watchdog
* fix: avoid claude live active tool spread
2026-05-28 01:37:40 -07:00
Peter Steinberger
bd02977e29
test: avoid platform-specific transcript stat assertion
2026-05-28 04:29:31 -04:00
Vincent Koc
9f7006407f
fix(scripts): bound audit advisory error bodies
2026-05-28 10:22:44 +02:00
Peter Steinberger
b005f01c13
fix: ignore leading transcript bytes in tail scan
2026-05-28 04:20:01 -04:00
Peter Steinberger
e397636051
fix: avoid direct transcript stat fallback
2026-05-28 04:05:36 -04:00
Vincent Koc
23f494cba9
fix(scripts): bound docker preflight capture
2026-05-28 09:59:51 +02:00
Vincent Koc
744da7e6bd
fix(scripts): bound gh read error bodies
2026-05-28 09:47:07 +02:00
Peter Steinberger
5da34a982b
perf: avoid runtime catalog load for reasoning defaults
2026-05-28 08:43:49 +01:00
Peter Steinberger
a0cf1858a2
fix(release): pin ClawHub publish workdir
2026-05-28 08:37:06 +01:00
Peter Steinberger
8d5f6c8ae4
perf: reuse preflight transcript scan size
2026-05-28 08:31:06 +01:00
Vincent Koc
1395d71821
fix(scripts): bound labeler error bodies
2026-05-28 09:24:40 +02:00
Peter Steinberger
39bc43cb60
perf: skip recent transcript read after final usage
2026-05-28 08:19:47 +01:00
Vincent Koc
05f357b13b
fix(scripts): bound memory fd ready output
2026-05-28 09:05:47 +02:00
Peter Steinberger
bd6a404aa3
perf: reuse transcript scan size
2026-05-28 07:59:25 +01:00
Vincent Koc
0ade360da5
fix(scripts): bound gateway watch log capture
2026-05-28 08:45:18 +02:00
Vincent Koc
00fb15253c
fix(agents): cancel failed skill download bodies
2026-05-28 08:13:31 +02:00
Peter Steinberger
ea48ac7da8
fix(agents): suppress abandoned requester completion handoff ( #87541 )
2026-05-28 07:10:17 +01:00
Vincent Koc
50a708c5f9
fix(qa): keep live transport artifacts local
2026-05-28 08:04:53 +02:00