Vincent Koc
175cfe4846
fix(gateway): stabilize webchat prompt cache affinity
...
Keep WebChat run/idempotency ids per message while threading a stable hashed promptCacheKey through chat.send into embedded runs. Fixes #89139 .
2026-06-03 00:33:02 -07:00
Alexzhu
85e5d486df
perf(control-ui): render chat history incrementally
...
Render dashboard chat history incrementally; preserve Talk settings callback contracts, native Talk select labels, and raw-copy baseline after rebase.
2026-06-03 00:16:32 -07:00
Vincent Koc
b6cee3fc35
fix(scripts): clean run-with-env process groups
2026-06-03 09:10:09 +02:00
Dallin Romney
d48b9274d8
fix: report gateway health auth diagnostics ( #89337 )
...
* fix: handle gateway health credential errors
* fix: diagnose gateway health credential state
2026-06-03 00:04:47 -07:00
Vincent Koc
6d788a237c
fix(ci): isolate ARM Testbox workflow
2026-06-03 00:04:12 -07:00
Vincent Koc
7ccbffcb1b
fix(testing): bound rpc readiness probes
2026-06-03 08:46:17 +02:00
Vincent Koc
2c92973398
fix(release): bound cross-os discord fetches
2026-06-03 08:35:14 +02:00
Vincent Koc
ed4c4afc0f
fix(release): bound candidate GitHub requests
2026-06-03 08:19:03 +02:00
Vincent Koc
a462601f05
fix(e2e): isolate release journey artifacts
2026-06-03 08:08:44 +02:00
Vincent Koc
f472778717
fix(codex): close startup client on timeout
2026-06-02 23:04:41 -07:00
Vincent Koc
7c1a83ff2e
fix(build): externalize optional baileys image backends
2026-06-03 07:50:25 +02:00
Vincent Koc
f8fcb35064
fix(ui): lazy load usage dashboard
2026-06-03 07:41:43 +02:00
Vincent Koc
c0b05a2100
perf(control-ui): coalesce chat metadata startup
...
Add a coalesced chat.metadata Gateway method so the Control UI can fetch model and command metadata without blocking a clean first message path. Reuses existing models/commands builders, keeps compatibility fallback for older gateways, updates protocol artifacts, and adds focused gateway/UI/e2e coverage.
2026-06-02 22:34:54 -07:00
Ayaan Zaidi
2a512025ad
feat(telegram): compose progress draft reasoning
2026-06-03 10:54:19 +05:30
Ayaan Zaidi
7f79bd8683
refactor(discord): use shared progress compositor
2026-06-03 10:54:19 +05:30
Ayaan Zaidi
a4b09d72b9
refactor(channels): share progress draft compositor
2026-06-03 10:54:19 +05:30
Dallin Romney
58160094e8
fix: allowlist pending agent sqlite scaffold ( #89705 )
2026-06-02 22:22:13 -07:00
Dallin Romney
c0c4156b6d
fix(exec): reject corrupt shell snapshots ( #89701 )
2026-06-02 21:58:28 -07:00
Vincent Koc
3f66797578
Merge branch 'main' of https://github.com/openclaw/openclaw
...
* 'main' of https://github.com/openclaw/openclaw :
fix(ci): trim docker e2e heartbeat latency
2026-06-02 21:57:21 -07:00
Vincent Koc
f02c1209aa
fix(ui): narrow workboard dependency fixtures
2026-06-02 21:56:51 -07:00
Vincent Koc
5056dd47ca
chore(scripts): add gateway rpc rtt probe
2026-06-02 21:56:51 -07:00
Vincent Koc
97dde19577
test(extensions): reset fake timers before tests
2026-06-02 21:56:51 -07:00
Vincent Koc
7cbdebc4ed
feat(ui): tighten workboard card operations
2026-06-02 21:56:50 -07:00
Vincent Koc
17795c6c4c
fix(ci): trim docker e2e heartbeat latency
2026-06-03 06:54:52 +02:00
Vincent Koc
6b25b78800
fix(ci): show docker build heartbeats
2026-06-03 06:36:06 +02:00
Vincent Koc
78b3f60dbd
fix(ci): reset crabbox pnpm hydrate state
2026-06-03 05:33:59 +02:00
Ayaan Zaidi
8f1ae5967e
fix(discord): sanitize tool progress scaffolding
2026-06-03 08:03:57 +05:30
Ayaan Zaidi
d82bfcecb1
fix(discord): cover compact gh failure traces
2026-06-03 08:03:57 +05:30
FullerStackDev
5629c44547
fix(discord): preserve channel-label suppression
2026-06-03 08:03:57 +05:30
FullerStackDev
a8bf14da84
fix(discord): suppress internal agent failure traces
2026-06-03 08:03:57 +05:30
Ayaan Zaidi
a9f014e9df
refactor(telegram): fold reset boundary lookup
2026-06-03 08:01:57 +05:30
Ted Li
d76f2c0c3b
perf: avoid broad Telegram reset boundary scan
2026-06-03 08:01:57 +05:30
Vincent Koc
f2a46b0661
fix(tooling): bound deadcode knip subprocesses
2026-06-03 03:47:27 +02:00
Vincent Koc
0fa384c6f6
fix(tooling): run knip through pnpm package dlx
2026-06-03 02:52:16 +02:00
Vincent Koc
6d643ccd11
fix(tooling): reject malformed release command limits
2026-06-03 02:52:16 +02:00
Gabriel F.
8b546facaf
fix(outbound): stop schema-padded poll modifiers from blocking send ( #89601 )
...
Summary:
- The PR changes shared poll-intent detection so `pollDurationHours` and `pollMulti` alone no longer make `send` actions fail, with focused unit and outbound validation coverage.
- PR surface: Source -2, Tests +40. Total +38 across 3 files.
- Reproducibility: yes. Source inspection shows current main and `v2026.5.28` expose `pollDurationHours` throu ... d message schema, classify non-zero shared duration as poll intent, and throw before a `send` can dispatch.
Automerge notes:
- No ClawSweeper repair was needed after automerge opt-in.
Validation:
- ClawSweeper review passed for head 0fd95756cd .
- Required merge gates passed before the squash merge.
Prepared head SHA: 0fd95756cd
Review: https://github.com/openclaw/openclaw/pull/89601#issuecomment-4606487310
Co-authored-by: Gabriel Fratica <gabriel@codez.ro >
Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com>
Approved-by: takhoffman
Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com >
2026-06-03 00:30:02 +00:00
Vincent Koc
1f35ad12b3
fix(test): reject malformed parallels smoke limits
2026-06-03 02:19:49 +02:00
Vincent Koc
3d4d30fd5a
fix(release): reject malformed beta smoke limits
2026-06-03 02:06:40 +02:00
Vincent Koc
dd46fd36a3
fix(tooling): reject malformed cross-os release timeouts
2026-06-03 01:59:48 +02:00
Vincent Koc
85633eb615
chore(tooling): drop stale deadcode allowlist entries
2026-06-03 01:49:25 +02:00
Vincent Koc
2a3421a0da
fix(tooling): reject malformed crabbox sync limits
2026-06-03 01:07:41 +02:00
Vincent Koc
e38b8f6a20
fix(test): reject malformed cron cleanup limits
2026-06-03 00:07:24 +02:00
Gio Della-Libera
646974b7d8
fix(policy): reject unsupported policy keys ( #87074 )
...
Merged via squash.
Prepared head SHA: 3ab4ff1d8f
Co-authored-by: giodl73-repo <235387111+giodl73-repo@users.noreply.github.com >
Co-authored-by: giodl73-repo <235387111+giodl73-repo@users.noreply.github.com >
Reviewed-by: @giodl73-repo
2026-06-02 15:01:57 -07:00
Vincent Koc
a86a1de849
fix(tooling): reject malformed tsdown watchdog limits
2026-06-02 23:43:09 +02:00
Val Alexander
be336cc1e4
feat(ui): add workboard keyboard movement controls
...
Add compact keyboard-accessible Workboard status movement controls for writable operators. The control reuses the existing workboard.cards.move path, preserves drag/drop as the pointer enhancement, and suppresses mutation controls for read-only operators.\n\nVerification:\n- node scripts/run-vitest.mjs ui/src/ui/views/workboard.test.ts\n- corepack pnpm exec oxfmt --check --threads=1 ui/src/ui/views/workboard.ts ui/src/ui/views/workboard.test.ts ui/src/styles/workboard.css docs/plugins/workboard.md\n- git diff --check origin/main...HEAD\n- Chromium Control UI mock Gateway keyboard movement proof\n- .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main --no-web-search
2026-06-02 16:08:29 -05:00
Vincent Koc
8cecf2c7ea
fix(test): reject malformed local check limits
2026-06-02 22:48:12 +02:00
Vincent Koc
6af047c7f6
fix(test): reject malformed boundary prep timeouts
2026-06-02 22:26:15 +02:00
Vincent Koc
ac8338bb02
fix(tooling): reject malformed topology limits
2026-06-02 22:19:10 +02:00
Vincent Koc
0188c541de
fix(test): reject malformed extension boundary concurrency
2026-06-02 22:12:01 +02:00
Vincent Koc
97509ed1d7
fix(test): reject malformed extension batch parallelism
2026-06-02 22:05:44 +02:00