Zennn
91f45d9c8a
fix(gateway): dedupe exec followup continuations ( #82717 )
...
Co-authored-by: Miya <miya@Miyas-Mac-mini.local >
2026-05-16 22:39:26 +01:00
Peter Steinberger
842e6f1643
fix(slack): preserve assistant thread context
2026-05-16 22:31:22 +01:00
Peter Steinberger
80eeb688c1
feat(slack): add assistant thread lifecycle
2026-05-16 22:31:22 +01:00
Peter Steinberger
c4fb12ee8d
fix: preserve xAI Grok 4.3 default reasoning ( #81227 )
2026-05-16 22:25:43 +01:00
Jason O'Neal
4f886e7334
fix(xai): gate reasoning effort to supported models
2026-05-16 22:25:43 +01:00
Marcus Castro
6e70d9e4b6
fix: accept WhatsApp group-prefixed targets ( #82738 )
2026-05-16 18:18:18 -03:00
Peter Steinberger
e9d283e13a
fix(setup): summarize gateway config
2026-05-16 22:16:32 +01:00
Peter Steinberger
3934849550
fix: document OpenRouter thinking replay fix ( #82380 )
2026-05-16 22:14:57 +01:00
hclsys
9fa78718c7
fix(openai-completions): skip non-JSON thinkingSignature provenance tags
...
The openai-completions OpenRouter passthrough records the response field
name ("reasoning", "reasoning_details", "reasoning_content",
"reasoning_text", "content") as the assistant block's
`thinkingSignature`. Those values are provenance tags rather than
JSON-encoded reasoning items, so replaying them in the next request body
breaks providers that expect a structured signature (OpenRouter returns
HTTP 500 on the 2nd turn for Anthropic Claude and xAI Grok via the
openai-completions API).
Stop persisting the provenance tag (only keep replayable JSON signatures)
and harden the responses replay path with a matching JSON guard so
existing transcripts with poisoned signatures recover cleanly.
Fixes #82335
2026-05-16 22:14:57 +01:00
Peter Steinberger
4b0f16d496
fix(agents): announce auto model fallback transitions ( #82676 )
...
* fix(agents): announce model fallback transitions
* docs(agents): explain model fallback notices
# Conflicts:
# docs/concepts/model-failover.md
* fix(agents): use five minute fallback probe cadence
* fix(agents): keep fallback notices out of ACP transcripts
2026-05-16 21:56:31 +01:00
Peter Steinberger
66c64a29ee
fix(gateway): capture opt-in memory pressure snapshots ( #82674 )
...
* fix(gateway): persist critical memory pressure bundles
* docs(gateway): add memory pressure troubleshooting
* feat(gateway): gate memory pressure bundles
* feat(gateway): flatten memory pressure bundle config
* feat(gateway): rename memory pressure snapshot config
* fix(gateway): make memory pressure snapshots opt in
* docs(config): refresh config baseline
* fix(config): simplify memory pressure migration default
2026-05-16 21:52:09 +01:00
Peter Steinberger
532e42213d
fix: preserve bundle activation metadata ( #75133 )
...
Co-authored-by: 100menotu001 <64228916+100menotu001@users.noreply.github.com >
2026-05-16 21:31:56 +01:00
Agustin Rivera
f7977fb102
fix(gateway): reject malformed request targets ( #82686 )
...
* fix(gateway): reject malformed request targets
* fix(gateway): document malformed request target rejection
2026-05-16 13:25:49 -07:00
Vincent Koc
55edadf86f
fix(qa-lab): ignore heartbeat parity transcripts
2026-05-17 04:24:17 +08:00
Peter Steinberger
6369bf64cd
fix(gateway): trace restart intent reasons
2026-05-16 21:23:06 +01:00
hcl
c421be6c90
fix(docs): use lowercase MCP search tool ( #82704 )
...
Fixes #82702 .
Summary:
- Use the canonical lowercase docs MCP search tool name.
- Keep docs and changelog aligned for the CLI fix.
Verification:
- node scripts/run-vitest.mjs src/commands/docs.test.ts
- pnpm lint -- src/commands/docs.ts src/commands/docs.test.ts
- pnpm exec oxfmt --check CHANGELOG.md docs/cli/docs.md src/commands/docs.ts src/commands/docs.test.ts
- pnpm docs:list
- git diff --check
- HOME=$(mktemp -d) pnpm openclaw docs "browser existing-session"
- Codex review local + branch: clean
- GitHub CI 25971835163, CodeQL Critical Quality 25971835154, Real behavior proof 25971834239: green
Co-authored-by: hclsys <hclsys@users.noreply.github.com >
2026-05-16 21:21:58 +01:00
Vincent Koc
640735cebe
fix(qa): serialize runtime parity cells
2026-05-17 04:19:05 +08:00
Peter Steinberger
6d844c5900
fix(webchat): trust ACP TTS media tails ( #82701 ) (thanks @leno23)
2026-05-16 21:18:13 +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
wuyangfan
14117c303d
fix(webchat): enable auto-TTS for block replies with trusted local media
...
WebChat streaming uses kind=block for assistant text; final-mode TTS skipped
those payloads. Mark synthesized audio as trustedLocalMedia and export the
full ReplyPayload type so the gateway can serve local TTS files.
Fixes #82628
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 21:18:13 +01:00
KateWilkins
03012ac5a1
fix: update xai image generation model ( #81399 )
...
Updates the xAI image model catalog and docs to use `grok-imagine-image-quality` after `grok-imagine-image-pro` retirement.
Co-authored-by: Kate <kate@trantor.dev >
2026-05-16 21:09:21 +01:00
Peter Steinberger
cc8c0d4ecb
fix(config): quiet config write output
2026-05-16 21:08:36 +01:00
Manzojunior
a9e0a897a1
fix: handle xai video pending status ( #82610 )
...
Treats xAI video `pending` poll status as in-flight processing and keeps polling until `done`.
Co-authored-by: Chase Young <manzo0924@gmail.com >
2026-05-16 21:03:34 +01:00
Vincent Koc
5db30ab47d
fix(extensions): satisfy runtime boundary checks
2026-05-17 03:48:46 +08:00
Vincent Koc
6a12134489
test(release): tolerate package validation drift
2026-05-17 03:33:54 +08:00
Vincent Koc
f345b54d04
test(qa-lab): add runtime parity axis
2026-05-17 03:32:50 +08:00
Peter Steinberger
6e4cc222cb
fix(xai): refresh oauth and model catalog
2026-05-16 20:25:07 +01:00
Vincent Koc
7d09ff89ee
fix(gateway): honor env token for remote interactive auth
2026-05-17 03:15:54 +08:00
Vincent Koc
ca1fd1b140
test: share spy lifecycle helpers
2026-05-17 03:13:46 +08:00
Peter Steinberger
1a956b6ba1
fix: require message tool for generated media completions
2026-05-16 20:12:42 +01:00
Vincent Koc
df3f983d96
fix(ci): keep unauthorized Mantis commands neutral
2026-05-17 03:11:45 +08:00
Peter Steinberger
c8782d18eb
fix(agents): probe primary after auto fallback pin ( #82707 )
2026-05-16 20:03:09 +01:00
Peter Steinberger
500d282340
docs: record memory-core dreaming cron cleanup ( #82389 )
2026-05-16 19:58:01 +01:00
Neerav Makwana
ccdcdc7d1b
fix(memory-core): retry disabled dreaming cron cleanup
2026-05-16 19:58:01 +01:00
Vincent Koc
440333125c
test(qa-lab): add personal agent scenarios
2026-05-17 02:56:53 +08:00
Vincent Koc
1586085c7f
test: share node eval helpers
2026-05-17 02:51:20 +08:00
Vincent Koc
11745de9d9
test(e2e): wait for launcher child metadata
2026-05-17 02:48:35 +08:00
Vincent Koc
db4ce1f506
changelog: add config unset --dry-run ( #81895 )
2026-05-17 02:42:36 +08:00
Vincent Koc
e1061a8b46
test(live): tolerate provider drift in release checks
2026-05-17 02:36:48 +08:00
Vincent Koc
a171600d1d
test: isolate broad unit state
2026-05-17 02:32:58 +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
11a31e476b
test: align Codex bind live model
2026-05-17 02:32:57 +08:00
Vincent Koc
3df6499fb8
test: harden sparse Testbox scans
2026-05-17 02:32:57 +08:00
Vincent Koc
09db0892dd
test: tolerate sparse Testbox file scans
2026-05-17 02:32:34 +08:00
Vincent Koc
8330582493
test: repair broad qa surface regressions
2026-05-17 02:32:14 +08:00