Peter Steinberger
960f3b07b1
fix: refresh protocol models and cron test lint
2026-04-24 05:54:13 +01:00
Ayaan Zaidi
63653f51d8
test(qa): wait for lab abort marker content
2026-04-24 10:23:56 +05:30
Ayaan Zaidi
da129727c5
test(release): forward gemini key to npm telegram smoke
2026-04-24 10:23:56 +05:30
Ayaan Zaidi
864de4a2e9
test(qa): decouple mock telegram preflight auth
2026-04-24 10:23:56 +05:30
Ayaan Zaidi
f7157958de
test(release): harden npm telegram smoke inputs
2026-04-24 10:23:56 +05:30
Ayaan Zaidi
9755c8a05f
test(release): add npm telegram live smoke
2026-04-24 10:23:56 +05:30
Ayaan Zaidi
95f6697bd7
test(qa): support packaged gateway live lanes
2026-04-24 10:23:56 +05:30
Peter Steinberger
b98a6a46fb
docs: raise live model sweep concurrency
2026-04-24 05:52:06 +01:00
Peter Steinberger
bfa6708c03
perf: narrow gateway runtime reset imports
2026-04-24 05:48:32 +01:00
Peter Steinberger
24bf56ce60
test: stabilize live model sweeps
2026-04-24 05:48:01 +01:00
Shakker
9d445f4d68
perf: speed up provider-filtered models list ( #70632 ) (thanks @shakkernerd)
2026-04-24 05:46:25 +01:00
Shakker
a29233c9af
test: fix gateway session lint
2026-04-24 05:46:25 +01:00
Shakker
da6c29b3d9
fix: bound unscoped provider discovery fallback
2026-04-24 05:46:25 +01:00
Shakker
d3fe591853
test: update models list static fast path expectation
2026-04-24 05:46:25 +01:00
Shakker
2e45218ae8
fix: keep live catalog providers on registry path
2026-04-24 05:46:25 +01:00
Shakker
9941393c7a
fix: keep third party provider filters on registry path
2026-04-24 05:46:25 +01:00
Shakker
6f04eee2a1
fix: keep static provider entries out of live discovery
2026-04-24 05:46:25 +01:00
Shakker
4737a86071
fix: preserve provider filtered catalog correctness
2026-04-24 05:46:25 +01:00
Shakker
3254e961e9
refactor: expose bundled static provider catalogs
2026-04-24 05:46:25 +01:00
Shakker
29d0e930bb
test: cover provider-filtered catalog fast path
2026-04-24 05:46:25 +01:00
Shakker
a50aef82ba
perf: generalize provider-filtered catalog fast path
2026-04-24 05:46:25 +01:00
Vincent Koc
959dedb7cf
docs(help): move help/scripts out of Testing group into Reference/Release and CI
2026-04-23 21:45:53 -07:00
Peter Steinberger
a903438707
perf: trim chat history limit fixture
2026-04-24 05:43:03 +01:00
Peter Steinberger
bfc9cb92c5
perf: bypass gateway server in cron validation tests
2026-04-24 05:40:47 +01:00
Peter Steinberger
22f23fa5ab
perf: speed up gateway session tests
2026-04-24 05:38:06 +01:00
Peter Steinberger
cb2c36b049
fix: lock realtime talk instructions
2026-04-24 05:33:11 +01:00
Peter Steinberger
569290c36d
feat: add Google Meet paired-node Chrome transport
2026-04-24 05:31:32 +01:00
Simone
098557623f
fix(codex): require final approval decisions ( #70751 )
...
Require the Codex app-server bridge to wait for the final two-phase approval decision, while preserving the explicit no-route sentinel behavior.
Local gate on rebased branch: pnpm check:changed (20 files, 157 tests).
Thanks @Lucenx9.
Co-authored-by: Lucenx9 <185146821+Lucenx9@users.noreply.github.com >
2026-04-24 05:30:59 +01:00
Simone
ed6094b301
fix(codex): sanitize approval preview text ( #70569 )
...
Harden Codex app-server approval preview text sanitization and truncation handling.
Thanks @Lucenx9.
Co-authored-by: Lucenx9 <185146821+Lucenx9@users.noreply.github.com >
2026-04-24 05:23:29 +01:00
Peter Steinberger
d3dd61f2c5
perf: slim whatsapp test helper imports
2026-04-24 05:22:02 +01:00
Peter Steinberger
c971c58fc7
docs: clarify control ui talk status
2026-04-24 05:21:40 +01:00
Patrick Erichsen
4d7c4b3298
fix(memory-core): harden singleton cache recovery ( #70925 )
...
* fix memory cache singleton hardening
* refactor(memory-core): simplify singleton cache repair
Co-authored-by: BirdSong <88885494+fire-mirror@users.noreply.github.com >
---------
Co-authored-by: BirdSong <88885494+fire-mirror@users.noreply.github.com >
2026-04-23 21:21:04 -07:00
Peter Steinberger
84fc00afda
perf: narrow whatsapp test imports
2026-04-24 05:19:36 +01:00
Peter Steinberger
a7c1376b20
fix(block-streaming): dedupe aborted final text
2026-04-24 05:18:45 +01:00
Vincent Koc
deb300d905
docs(nav): normalize sidebar group names to sentence case
2026-04-23 21:16:27 -07:00
Vincent Koc
1e24d95c54
docs(nav): sub-group macOS companion app pages (Setup / Runtime / Features), add qwen_modelstudio redirect
2026-04-23 21:15:17 -07:00
Vincent Koc
5aa5c4eff2
docs: tidy nav — macOS app sub-groups, drop qwen_modelstudio stub with redirect
2026-04-23 21:15:17 -07:00
Peter Steinberger
1a002b021f
fix(codex): sanitize context-engine assemble warnings ( #70809 ) (thanks @jalehman)
...
Co-authored-by: Josh Lehman <josh@martian.engineering >
2026-04-24 05:13:23 +01:00
Peter Steinberger
c7ee5d8ecf
perf: narrow inbound debounce sdk imports
2026-04-24 05:07:28 +01:00
Josh Lehman
51186d2725
feat(codex): run context-engine lifecycle in app-server harness ( #70809 )
...
Port the Codex app-server harness onto the context-engine lifecycle, add Codex context projection and compaction integration, and cover bootstrap/history/compaction fallback behavior.
Thanks @jalehman.
2026-04-24 05:06:45 +01:00
Peter Steinberger
ac063568d3
test: speed up live model sweeps
2026-04-24 05:05:28 +01:00
Vincent Koc
d717dbba51
Merge branch 'main' of https://github.com/openclaw/openclaw
...
* 'main' of https://github.com/openclaw/openclaw :
fix(whatsapp): canonicalize outbound media delivery (#69813 )
2026-04-23 21:05:10 -07:00
Marcus Castro
18c98316f7
fix(whatsapp): canonicalize outbound media delivery ( #69813 )
...
* fix(whatsapp): normalize outbound media payloads
* fix(embedded-runner): preserve final media directives
* fix(auto-reply): keep non-streaming media on final path
* fix(auto-reply): warn when reply media is dropped
* fix(whatsapp): align auto-reply media delivery
* docs(changelog): note whatsapp media normalization
2026-04-24 01:04:28 -03:00
Vincent Koc
e2c3225636
Merge branch 'main' of https://github.com/openclaw/openclaw
...
* 'main' of https://github.com/openclaw/openclaw :
fix(codex): resolve Windows app-server shims
2026-04-23 21:02:11 -07:00
Vincent Koc
7acaebeaac
Revert "refactor(plugins): track activation compat hints"
...
This reverts commit b1d0c14d38 .
2026-04-23 21:01:53 -07:00
Peter Steinberger
5b34082106
fix(codex): resolve Windows app-server shims
2026-04-24 05:01:46 +01:00
Vincent Koc
b1d0c14d38
refactor(plugins): track activation compat hints
2026-04-23 20:59:34 -07:00
Peter Steinberger
76a4c167f7
fix(slack): suppress verbose progress in rooms
2026-04-24 04:52:21 +01:00
Vincent Koc
c1dfaef0a0
docs(channels,gateway): split heavy sidebar groups (channels by region, gateway config by concern)
2026-04-23 20:50:25 -07:00
Vincent Koc
38bb4fefb9
docs(help): restructure Help tab sidebar and shorten FAQ / live-tests titles
2026-04-23 20:48:42 -07:00