Vincent Koc
37806afd2d
chore(plugins): bump tokenjuice to 0.7.1
2026-05-17 16:23:26 +08:00
Josh Avant
022723829a
fix(agents): preserve suspended subagent final deliveries ( #82999 )
...
* fix: preserve suspended subagent final deliveries
* chore: update changelog for subagent delivery fix
* test: use valid killed subagent outcome fixture
2026-05-17 03:23:15 -05:00
Bob
80d03a1e5b
fix: classify provider conversation state errors ( #82616 )
...
Classify provider conversation-state rejections and return a clear message-channel error instead of auto-resetting or falling back to a generic runner failure.
Local validation:
- pnpm docs:list
- pnpm build
- pnpm check
- node scripts/run-vitest.mjs src/auto-reply/reply/provider-request-error-classifier.test.ts src/auto-reply/reply/agent-runner-execution.test.ts src/auto-reply/reply/dispatch-from-config.test.ts
- node scripts/run-vitest.mjs run --config test/vitest/vitest.e2e.config.ts src/auto-reply/reply/agent-runner.runreplyagent.e2e.test.ts
Co-authored-by: dutifulbob <261991368+dutifulbob@users.noreply.github.com >
2026-05-17 16:22:09 +08:00
Vincent Koc
2547e35b0a
test(qa-lab): add harness sentinel scenarios
2026-05-17 16:19:58 +08:00
Peter Steinberger
3cfac6d430
fix(browser): harden CLI wait and option handling
2026-05-17 09:19:14 +01:00
Vincent Koc
3918d69587
fix(agents): skip malformed transcript state entries ( #82624 )
...
* fix(agents): skip malformed transcript state entries
* fix(agents): preserve repairable transcript tool calls
* fix(agents): preserve openclaw transcript content blocks
* fix(agents): preserve string tool call arguments
* fix(agents): keep repaired compaction markers on branch
* fix(agents): keep legacy assistant transcript text
* fix(agents): preserve null tool call arguments
* fix(agents): keep transcript repair chains
* fix(agents): drop labels for rejected transcript rows
* fix(agents): preserve legacy transcript compaction indexes
* fix(agents): drop unresolved transcript repair parents
2026-05-17 16:18:23 +08:00
Peter Steinberger
e53ba8fcf5
fix(provider): use Together video API endpoint
...
Route Together video generation through the v2 video API even when shared Together text config points at the v1 base URL.
Verification:
- pnpm test extensions/together/video-generation-provider.test.ts
- pnpm check:test-types
- git diff --check
- codex-review --parallel-tests "pnpm test extensions/together/video-generation-provider.test.ts"
- gh pr checks 82992 --watch --fail-fast=false
2026-05-17 09:16:44 +01:00
samzong
dd32c5307f
fix(gateway): reuse startup auth preflight snapshot
...
Summary:
- Reuse the prepared gateway startup auth SecretRef snapshot when the startup config still matches the preflight source.
- Preserve fresh activation fallback for config mismatches and shared weak-token, warning, and recovery handling.
- Add focused regression coverage and changelog entry.
Verification:
- pnpm test src/gateway/server-startup-config.secrets.test.ts
- GitHub checks green on 72587758ee
2026-05-17 01:12:21 -07:00
Peter Steinberger
83e19ca469
fix: keep ACP turns on OpenClaw timeouts ( #82997 )
2026-05-17 09:10:42 +01:00
Peter Steinberger
e4ec1b3de8
test(cli): clarify gateway model-run session proof ( #82861 ) (thanks @Kaspre)
2026-05-17 09:08:02 +01:00
Kaspre
820ec9d3be
test(cli): assert fresh gateway model-run sessions
2026-05-17 09:08:02 +01:00
Kaspre
0fd152b286
fix(cli): isolate gateway model run sessions
2026-05-17 09:08:02 +01:00
Peter Steinberger
a5b1177b68
fix(codex): preserve agent scope for bound app-server sessions
2026-05-17 09:03:05 +01:00
Peter Steinberger
993fe3ef0f
fix(mac): polish settings window chrome
2026-05-17 08:59:32 +01:00
Peter Steinberger
a985c99059
fix: steer song requests to music generation
2026-05-17 08:57:27 +01:00
Vincent Koc
327b0b8734
changelog: credit Codex native tool trajectory recording
2026-05-17 15:50:41 +08:00
Peter Steinberger
5d1f7bf058
fix: route image URL describes through MiniMax VLM
...
Summary:
- Preserve HTTP image describe inputs as remote media.
- Route MiniMax CN image understanding through MiniMax-VL-01.
- Cover CLI, media runtime, tools, Telegram stickers, docs, and changelog.
Verification:
- codex-review clean
- pnpm check:changed via Blacksmith Testbox tbx_01krtdekwak0mygxbw5z7cfb6z
- PR CI green on 516281448e
2026-05-17 08:45:50 +01:00
Peter Steinberger
9a36e897be
fix: surface async media generation failures
2026-05-17 08:40:33 +01:00
Peter Steinberger
635b947e32
fix(acp): honor terminal turn results
2026-05-17 08:25:14 +01:00
Peter Steinberger
1f6ababb63
fix(mac): keep settings panes warm
2026-05-17 08:18:27 +01:00
Evgeny Yurchenko
592aae3696
fix: avoid idle Codex hook relay subprocesses
...
Avoid installing Codex native PostToolUse/Stop hook relays when OpenClaw has no matching local handlers. This keeps pre-tool safety and permission approval relays active while removing idle no-op subprocess fan-out.
Fixes #76552 .
Co-authored-by: evgyur <evgyur@users.noreply.github.com >
2026-05-17 08:17:51 +01:00
Peter Steinberger
6b688ed614
docs: clarify ambient room recommendation
2026-05-17 08:16:58 +01:00
Peter Steinberger
77547226ce
fix: improve progress draft truncation
2026-05-17 08:13:39 +01:00
Peter Steinberger
76da34760c
fix(mac): speed up config settings
2026-05-17 08:03:10 +01:00
joshavant
c30c8cb471
test(tasks): expect classified ACP stall update
2026-05-17 01:50:07 -05:00
Peter Steinberger
d1638f1185
fix(codex): record native tool trajectories
...
Co-authored-by: vyctorbrzezowski <krzyszchweski@gmail.com >
2026-05-17 07:43:28 +01:00
Josh Avant
7d99f8b021
fix(gateway): allow trusted-proxy local-direct password fallback ( #82953 )
...
* fix(gateway): restore trusted-proxy local password fallback
* docs(changelog): note trusted-proxy password fallback fix
* docs(changelog): clarify trusted-proxy fallback policy
2026-05-17 01:35:59 -05:00
Galin Iliev
8dc213227b
docs: add prompt cache changelog
2026-05-17 06:30:50 +00:00
Galin Iliev
a656f887c8
fix: satisfy OpenAI tool payload lint
2026-05-17 06:30:50 +00:00
Galin Iliev
afdb8705e9
fix: stabilize OpenAI tool payload ordering
2026-05-17 06:30:49 +00:00
YB0y
6720aa9c42
fix(cli): add sessions list alias ( #81163 ) (thanks @YB0y)
2026-05-17 07:27:53 +01:00
Galin Iliev
aca258a8a9
fix: explain memory compaction tool allowlist warnings
...
Fixes #82941 .
2026-05-16 23:25:00 -07:00
Peter Steinberger
aaadf721e3
fix(agents): classify ACP no-output stalls
2026-05-17 07:23:41 +01:00
Peter Steinberger
a46d2e2b06
docs: add ambient room events guide
2026-05-17 07:20:15 +01:00
Vincent Koc
684a6303b3
changelog: add OpenAI Codex runtime routing and OAuth bootstrap ( #82864 )
2026-05-17 14:15:56 +08:00
Peter Steinberger
669786595d
fix(logging): avoid false liveness backlog warnings
2026-05-17 07:15:17 +01:00
Josh Avant
9a063e38d1
Fix TTS supplement delivery across live previews ( #82935 )
...
* fix: avoid duplicated tts supplement replies
* chore: add changelog for tts supplement fix
2026-05-17 01:15:12 -05:00
Zavian Wang
9a11e76458
fix(plugins): surface configured runtime plugin doctor warnings ( #81674 )
...
Fixes #81326 .
Summary:
- Warn from `openclaw plugins doctor` when configured runtime owner plugins are missing, disabled, or blocked.
- Share configured-runtime plugin install mapping with `openclaw doctor --fix`, including ACP/acpx.
- Keep implicit OpenAI Codex preferences quiet to avoid false-positive plugin doctor warnings.
Verification:
- `pnpm test src/agents/harness-runtimes.test.ts src/cli/plugins-cli.list.test.ts src/commands/doctor/shared/missing-configured-plugin-install.test.ts -- --reporter=verbose`
- `pnpm exec oxfmt --check CHANGELOG.md src/agents/harness-runtimes.ts src/agents/harness-runtimes.test.ts src/cli/plugins-cli.runtime.ts src/cli/plugins-cli.list.test.ts src/commands/doctor/shared/configured-runtime-plugin-installs.ts src/commands/doctor/shared/missing-configured-plugin-install.ts`
- `pnpm build:plugin-sdk:dts`
- `codex-review --mode branch`
- Testbox-through-Crabbox `pnpm check:changed`: provider `blacksmith-testbox`, id `tbx_01krt8vte22m7ht6wfss4jkeaa`, Actions run https://github.com/openclaw/openclaw/actions/runs/25983150787 , exit 0
Co-authored-by: Zavian Wang <36817799+Zavianx@users.noreply.github.com >
2026-05-17 07:13:55 +01:00
Vincent Koc
826c2f4517
test(qa-lab): add codex read vocabulary canary
2026-05-17 14:12:50 +08:00
ragesaq
58f1db1bc8
Fix OpenAI Codex runtime provider routing ( #82864 )
...
* fix: route Codex OpenAI runtime through Codex provider
* docs: add Codex routing evidence collection
* fix(agents): bootstrap OAuth credentials for Codex harness with openai/* model refs
When a plugin harness (e.g. Codex) owns its transport but the runtime
plan resolved to openai-codex via agentRuntime.id: codex, the auth
profile store was left empty because pluginHarnessOwnsTransport short-
circuited initializeAuthProfile(). This caused 'No API key found for
openai-codex' at runtime even though the OAuth profile existed in OpenClaw's
store.
- Add pluginHarnessNeedsOpenClawAuthBootstrap flag when harness owns
transport but the provider is openai-codex and the API is openai-codex-
responses
- Populate authStore and attemptAuthProfileStore from OpenClaw's profile
store in this case
- Run initializeAuthProfile() to forward the OAuth token into the harness
- Update overflow-compaction tests to expect 'openai-codex' provider
and add dedicated test for OAuth bootstrap path
* fix(agents): refresh Codex OAuth credentials on profile rotation
---------
Co-authored-by: PsiClawOps <267826480+PsiClawOps@users.noreply.github.com >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-05-17 07:06:18 +01:00
Peter Steinberger
451563b950
ci: allow Tideclaw alpha release workflows
2026-05-17 07:00:53 +01:00
Vincent Koc
e66a6c8c8d
test(qa-lab): add runtime parity depth scenarios
2026-05-17 13:50:18 +08:00
Peter Steinberger
16ef041b5d
fix(channels): preserve implicit default accounts
2026-05-17 06:42:28 +01:00
Peter Steinberger
71b79f008d
fix: sanitize Codex image payload replay ( #82931 )
2026-05-17 06:42:21 +01:00
Gio Della-Libera
b7f3d01633
fix(mcp): inline local refs in bundled tool schemas ( #81238 )
2026-05-16 22:41:11 -07:00
Peter Steinberger
ad155fbbd7
fix(gateway): restore v4 message action protocol
2026-05-17 06:35:39 +01:00
Peter Steinberger
c3e2b3c323
docs: sync plugin generated references
2026-05-17 06:34:58 +01:00
Peter Steinberger
1ceebf8a01
ci: harden release publish evidence
2026-05-17 06:34:58 +01:00
Peter Steinberger
c4d8e0be18
ci: harden release validation flow
2026-05-17 06:34:58 +01:00
Peter Steinberger
a535978352
fix(gateway): explain protocol mismatches
2026-05-17 06:34:04 +01:00