Vincent Koc
80909b3265
fix(scripts): bound boundary check output
2026-05-28 16:09:12 +02:00
Vincent Koc
b667bdd622
fix(release): bound command output capture
2026-05-28 16:01:25 +02:00
Peter Steinberger
b58786ce9f
perf: reduce agent turn CPU overhead
2026-05-28 14:59:09 +01:00
Peter Steinberger
3d89f493ba
fix(release): port 2026.5.27 fixes
2026-05-28 14:25:01 +01:00
Vincent Koc
5809bdf0cb
fix(test): detect signaled memory fd gateway exits
2026-05-28 15:17:23 +02:00
Vincent Koc
97ed582f1c
fix(test): detect signaled kitchen sink gateway exits
2026-05-28 15:09:16 +02:00
Vincent Koc
f48a89cb1c
fix(test): detect signaled cross-os gateway exits
2026-05-28 14:52:47 +02:00
Vincent Koc
aa82b43c9f
fix(test): detect signaled bundled smoke exits
2026-05-28 14:46:39 +02:00
Vincent Koc
a854331c4c
fix(test): hard kill boundary prep timeouts
2026-05-28 14:40:52 +02:00
Vincent Koc
3fb67467fa
fix(test): hard kill boundary step timeouts
2026-05-28 14:34:14 +02:00
Vincent Koc
e5a687f115
fix(test): handle extension memory spawn errors
2026-05-28 14:27:59 +02:00
Vincent Koc
bda3531560
fix(test): bound startup build helpers
2026-05-28 14:25:06 +02:00
Peter Steinberger
aab5410bd5
test: speed up slow test suite ( #87611 )
...
* test: speed up slow test suite
* test: preserve fake timer cleanup hooks
* test: avoid timeout readiness race
* test: satisfy reply test types
* test: restore runner and image coverage
* test: restore final media runner path
* test: make cli auth status fixture deterministic
* test: repair runtime alias fixtures
2026-05-28 13:20:19 +01:00
Vincent Koc
e0635eb6fd
fix(release): bound npm release checks
2026-05-28 14:20:01 +02: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
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
beb25d60f7
fix(test): escalate e2e watchdog termination
2026-05-28 13:03:29 +02:00
Vincent Koc
9fef53c3b1
fix(test): keep upgrade survivor runtime state local
2026-05-28 12:30:58 +02:00
Vincent Koc
dc5671edae
fix(install): harden Windows git installs
2026-05-28 11:47:05 +02:00
Peter Steinberger
7275304793
fix(parallels): guard release target harness mismatch
2026-05-28 10:11:40 +01:00
Vincent Koc
13dcded7c8
fix(release): bound cross-os fetch bodies
2026-05-28 10:38:08 +02:00
Vincent Koc
9f7006407f
fix(scripts): bound audit advisory error bodies
2026-05-28 10:22:44 +02: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
a0cf1858a2
fix(release): pin ClawHub publish workdir
2026-05-28 08:37:06 +01:00
Vincent Koc
1395d71821
fix(scripts): bound labeler error bodies
2026-05-28 09:24:40 +02:00
Vincent Koc
05f357b13b
fix(scripts): bound memory fd ready output
2026-05-28 09:05:47 +02:00
Vincent Koc
0ade360da5
fix(scripts): bound gateway watch log capture
2026-05-28 08:45:18 +02:00
Peter Steinberger
13427276b8
fix(release): speed windows upgrade fallback
2026-05-28 07:01:55 +01:00
Peter Steinberger
97717277c4
fix(release): close cross-os artifact sockets
2026-05-28 07:01:55 +01:00
Dallin Romney
53704b26e8
perf(ci): instrument build artifacts phases ( #87514 )
2026-05-27 22:31:32 -07:00
Vincent Koc
d10d30c5fa
fix(test): harden startup benchmark harness
2026-05-28 06:53:58 +02:00
Vincent Koc
6ae4a00a66
fix(qa): reject loose openwebui probe timeouts
2026-05-28 06:27:04 +02:00
Dallin Romney
8d21ac3f6e
refactor: share QA runtime helpers ( #87412 )
...
* refactor: share QA runtime helpers
* refactor: keep QA helpers private
* refactor: keep QA helpers on private runtime seam
* chore: prune stale QA duplicate ignores
* fix: align qa runtime boundary alias
* fix: avoid startup memory lint conversion
2026-05-27 21:16:24 -07:00
Vincent Koc
6adf2340fb
fix(qa): parse kitchen sink rpc guardrails strictly
2026-05-28 06:05:24 +02:00
Vincent Koc
6a324f6400
fix(perf): keep abort leak thresholds active
2026-05-28 05:29:40 +02:00
Agustin Rivera
b860a0d4d0
fix: harden qqbot direct media uploads
...
Harden QQBot direct media URL uploads by downloading through the local SSRF guard before QQ upload, disabling redirects, bounding fetch/setup and body reads, and routing downloaded buffers through the existing one-shot/chunked size gate.
Co-authored-by: Agustin Rivera <agustin@rivera-web.com >
2026-05-28 04:21:46 +01:00
Vincent Koc
f5e48f767f
fix(perf): keep startup memory budgets active
2026-05-28 05:07:34 +02:00
Vincent Koc
bf22893cb6
fix(perf): reject loose extension memory numeric flags
2026-05-28 04:57:51 +02:00
Vincent Koc
6fe7dddcf2
fix(qa): reject loose Docker scheduler numeric env
2026-05-28 04:48:56 +02:00
Vincent Koc
3ef34702c8
fix(qa): reject loose gateway CPU numeric flags
2026-05-28 04:38:41 +02:00
Peter Steinberger
2229122077
fix: keep private SDK declarations local
2026-05-28 03:28:27 +01:00
Vincent Koc
ac28c0611d
fix(qa): reject loose gauntlet numeric flags
2026-05-28 04:24:13 +02:00