Peter Steinberger
c4d8e0be18
ci: harden release validation flow
2026-05-17 06:34:58 +01:00
Peter Steinberger
3fad770510
fix: update PI runtime packages
2026-05-17 06:12:09 +01:00
Peter Steinberger
9e67f53b91
fix(cli): resolve web command SecretRefs
...
Fix CLI web search/fetch command SecretRef resolution for provider-scoped plugin credentials.
- Carry command provider overrides through gateway and local secret resolution.
- Mark the selected web provider targets active and unrelated plugin refs inactive.
- Cover Tavily, DuckDuckGo, legacy Firecrawl fetch, protocol overrides, and runtime command-secret behavior.
- Add public plugin-sdk test mock exports needed by existing plugin tests after CI boundary enforcement.
Fixes #82621 .
Replacement for #82699 .
Co-authored-by: 吴杨帆 <39647285+leno23@users.noreply.github.com >
2026-05-17 03:00:39 +01:00
Peter Steinberger
f2a0b3d2e2
chore(crabbox): warn about raw aws runtime commands
2026-05-17 02:38:10 +01:00
Peter Steinberger
a6225060f1
fix(memory): abort timed-out embedding requests ( #82770 )
...
* fix(memory): abort timed-out embedding requests
* test: stabilize gateway ci shards
* test: pin control ui origin fixture
* test: stabilize gateway ci fixtures
* test: isolate forged origin fixture
* test: decouple setup code from gateway net mocks
* test: repair run-node and config preaction CI
* test: fix run-node progress fixture typing
* test: remove unused pairing setup helper
* fix: stabilize embedding timeout errors
2026-05-17 02:04:17 +01:00
Peter Steinberger
12debcb05e
fix(cli): improve config startup progress
2026-05-17 00:37:39 +01:00
吴杨帆
cc9117f729
fix: validate limit edge cases and voicecall numeric flags ( #82679 )
...
Fix diagnostics/session usage limit handling and voice-call numeric CLI validation.
- Treat explicit zero, negative, and non-finite diagnostics/session limits as empty results instead of falling back to defaults.
- Reject invalid, non-finite, and fractional voice-call numeric flags.
- Add focused tests and a live repro proof for the canonical edge cases.
Fixes #82646 , #82650 , #82651 , #82653 .
Co-authored-by: wuyangfan <1102042793@qq.com >
2026-05-17 00:11:46 +01:00
Peter Steinberger
07f05e972e
refactor: move inbound event classification into core
2026-05-17 00:10:29 +01:00
Vincent Koc
8bef5d0d62
fix(qa-lab): stabilize threaded memory parity
2026-05-17 06:41:21 +08:00
Peter Steinberger
ac99494e44
test: tighten session_status run-session proof ( #82696 )
2026-05-16 23:27:19 +01:00
wuyangfan
361dc69029
chore: add live repro for session_status runSessionKey proof
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 23:27:19 +01:00
wuyangfan
35e1c7ac41
fix(webchat): keep trustedLocalMedia internal to reply payloads
...
Restore Omit on public plugin-sdk ReplyPayload; set trustedLocalMedia via
runtime assertion in speech-core and explicitly on dispatch TTS-only finals.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 21:18:13 +01:00
wuyangfan
eec18fccb4
fix(webchat): forward trustedLocalMedia on accumulated block TTS tail
...
Avoid per-block final-mode synthesis (duplicate with dispatch tail). Mark
TTS output as trusted local media and pass the flag through the TTS-only
final payload WebChat consumes after block streaming.
Fixes #82628
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 21:18:13 +01:00
wuyangfan
f8323f8636
chore: add live repro script for WebChat auto-TTS proof
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 21:18:13 +01:00
Vincent Koc
6a12134489
test(release): tolerate package validation drift
2026-05-17 03:33:54 +08:00
Vincent Koc
b19b7539a8
test: fix Codex live Docker api key permissions
2026-05-17 02:32:58 +08:00
Vincent Koc
b6b33ad6d3
test: harden broad qa timing
2026-05-17 02:32:57 +08:00
Vincent Koc
3a13d1e0be
test: bind Codex live API key lane through OpenAI
2026-05-17 02:32:57 +08:00
Vincent Koc
f0105939bf
test: pass Codex API key into Docker bind lane
2026-05-17 02:32:57 +08:00
Vincent Koc
ac2e3a23b9
fix(qa): preserve RTT samples with Convex credentials
2026-05-17 02:17:35 +08:00
Vincent Koc
61ee9755ad
fix(update): preserve channel config across package repair
...
Preserve channel config across package-swap doctor and post-core repair.\n\nFixes #82533 .
2026-05-17 01:32:37 +08:00
Peter Steinberger
97d1f5fd15
fix: bypass npm freshness filters during updates
...
Bypass npm min-release-age/before quarantine for OpenClaw-managed package installs and update installer scripts/tests/docs.\n\nFixes #82630 .
2026-05-16 18:17:18 +01:00
Pavan Kumar Gondhi
6a12c6f799
fix(gateway): scope session data lookups by agent [AI] ( #81386 )
...
* fix: scope gateway session lookups by agent
* addressing review-skill
* addressing review-skill
* addressing review-skill
* addressing review-skill
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing review-skill
* addressing review-skill
* addressing review-skill
* addressing review-skill
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing ci
* addressing ci
* fix: complete root-cause handling
* addressing review-skill
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* addressing codex review
* Fix Swift protocol optional initializer defaults
* Stabilize node command lookup in approval test
* Fix browser proxy approval test node lookup
* Trim unrelated changes from issue 642 fix
* Remove unrelated formatting churn from issue 642 fix
* Fix Swift protocol generator lint
* docs: add changelog entry for PR merge
2026-05-16 22:31:02 +05:30
Shakker
405535d4ce
fix: polish gateway restart diagnostics
2026-05-16 17:50:36 +01:00
samzong
92fe2a8f5f
fix(gateway): improve restart readiness diagnostics
2026-05-16 17:50:36 +01:00
Gio Della-Libera
0b708a2574
OC Path: restore YAML support ( #81436 )
...
* OC Path: restore YAML support
* fix(oc-path): guard yaml writes and empty sequences
* fix(oc-path): guard yaml insertion keys
* fix(oc-path): guard yaml object key
* fix(oc-path): classify yaml root insertions
* style(oc-path): format yaml branch after rebase
* fix(oc-path): reject malformed yaml edits
* docs(oc-path): clarify yaml file support
* fix(ci): refresh yaml branch after rebase
* fix(ci): clean shared blockers for yaml path PR
* fix(changelog): keep yaml path note scoped
* fix(ci): preserve current shared contracts
---------
Co-authored-by: Gio Della-Libera <giodl73@gmail.com
2026-05-16 07:52:08 -07:00
Peter Steinberger
58083866d0
fix: sync codex app-server protocol drift
2026-05-16 15:03:51 +01:00
Vincent Koc
31bbe6eb0f
fix(test): avoid scanning status runtime bundles
2026-05-16 14:31:43 +08:00
Vincent Koc
4b940f66fd
fix(test): avoid scanning live shard roots
2026-05-16 14:22:48 +08:00
Vincent Koc
0642b0033b
fix(plugins): reject omitted package runtime files
2026-05-16 13:18:54 +08:00
Josh Avant
0240cc578c
fix: repair source-only official plugin installs ( #82425 )
...
* fix: repair source-only official plugin installs
* docs: add changelog for official plugin repair
2026-05-15 23:04:15 -05:00
Shadow
90ae151154
fix: prevent barnacle vetoing clawsweeper proof
2026-05-15 22:25:29 -05:00
Vincent Koc
89a9b4e75a
fix(plugins): preserve host package during managed peer repair
2026-05-16 09:48:28 +08:00
Vincent Koc
e403af2d85
fix(test): avoid walking CI node shard plans
2026-05-16 09:43:03 +08:00
Vincent Koc
31cc26230f
fix(test): avoid scanning bundled source metadata
2026-05-16 09:36:04 +08:00
Vincent Koc
a70c90a52b
test(plugins): cover malformed npm package metadata
2026-05-16 09:29:40 +08:00
Vincent Koc
3064d6181d
fix(test): avoid scanning static asset metadata
2026-05-16 09:26:56 +08:00
Vincent Koc
7d96d1f41a
fix(test): avoid scanning bundled build entries
2026-05-16 09:14:07 +08:00
Vincent Koc
c320da79ed
fix(test): avoid scanning extension ids
2026-05-16 09:08:19 +08:00
Vincent Koc
7ccd3b8e8e
fix(test): avoid walking extension test plans
2026-05-16 09:02:10 +08:00
Vincent Koc
2ee856985b
fix(test): avoid walking contract shard plans
2026-05-16 08:57:57 +08:00
Vincent Koc
0e7cc1ca53
fix(test): avoid walking gateway suite targets
2026-05-16 08:47:05 +08:00
Jesse Merhi
6921d9072e
Adopt Proxyline for managed proxy routing
...
Route managed HTTP/WebSocket/fetch interception through Proxyline 0.3.0, preserving Gateway loopback bypass behavior and root undici hardening.
Co-authored-by: jesse-merhi <79823012+jesse-merhi@users.noreply.github.com >
2026-05-15 22:51:36 +01:00
Peter Steinberger
a6dd9fdf08
fix(cron): separate failure notification delivery
2026-05-15 21:51:25 +01:00
Peter Steinberger
2e5a86adfe
fix: finish room event gating
2026-05-15 21:47:46 +01:00
Peter Steinberger
333f65fc8a
fix: tighten release tooling checks
2026-05-15 21:21:17 +01:00
Vincent Koc
dd4613a268
fix(test): reduce changed-target import graph IO
2026-05-16 03:47:47 +08:00
Vincent Koc
dea6207dd1
fix(plugins): require npm package compatibility metadata
2026-05-16 03:08:42 +08:00
Vincent Koc
a6aa48350b
fix: route crabbox proof through brokered aws
2026-05-16 02:44:06 +08:00
Vincent Koc
b21d3e5362
fix(plugins): verify packaged setup runtime entries
2026-05-16 02:32:32 +08:00