Darren2030
c4cac33af6
fix(openrouter): expand short canonical model IDs to upstream API slugs ( fixes #95198 ) ( #95268 )
...
- Add OPENROUTER_SHORT_TO_API_MODEL_ID map for short model refs like
openrouter/deepseek-v4-flash that OpenClaw surfaces but OpenRouter API
expects as deepseek/deepseek-v4-flash.
- In normalizeOpenRouterApiModelId, expand short refs before falling back
to the existing namespaced strip logic.
- Add unit tests covering short refs, long refs, native routes, and
pass-through cases.
- Add standalone reproduction script that verifies all normalization cases.
2026-06-22 19:15:25 +00:00
jase-283
f8df80646b
chore: sync yuanbao plugin catalog to 2.15.0 ( #94470 )
2026-06-22 18:50:07 +00:00
Yzx
c51933dc23
fix: keep text transform runtime imports hashed ( #95081 )
2026-06-22 17:47:16 +00:00
CamB
58628604ab
docs: add existing-solutions preflight guardrail ( #86608 )
2026-06-22 17:17:48 +00:00
Harjoth Khara
80e031cc1d
docs: fix docs metadata spellcheck ( #93502 )
2026-06-22 17:17:35 +00:00
Vincent Koc
8b78ae2855
fix(session-memory): sanitize model artifacts before saving memory ( #95791 )
...
* fix(session-memory): sanitize model artifacts before saving memory
Co-authored-by: Sophia <44297511+SweetSophia@users.noreply.github.com >
Co-authored-by: YBoy <231405196+YB0y@users.noreply.github.com >
* fix(sdk): update plugin surface budgets
---------
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
Co-authored-by: YBoy <231405196+YB0y@users.noreply.github.com >
2026-06-22 22:48:03 +08:00
Josh Lehman
d3781cc4b8
refactor: add memory and QMD session identity mapping ( #95087 )
2026-06-22 06:28:54 -07:00
Anson_H
3895c9341b
perf(cli): speed up precomputed command help startup
...
* perf: speed up precomputed command help
* perf: precompute sessions and tasks help
* Speed up precomputed command help startup
* Speed up precomputed command help startup
---------
Co-authored-by: Zeheng Huang <153708448+hunjaiboy@users.noreply.github.com >
Co-authored-by: openclaw-clownfish[bot] <280122609+openclaw-clownfish[bot]@users.noreply.github.com>
2026-06-22 21:27:47 +08:00
tayoun
73930764e6
fix(build): allow tsdown heap override
...
Merges the Clownfish-repaired contributor branch for #94622 . Clownfish preflight cleared security/comments/review, accepted pnpm check:changed, and the PR is clean/mergeable on head 8de57351f7 .
2026-06-22 20:36:42 +08:00
Vincent Koc
77f4e45c35
fix(scripts): support npm node command shims
2026-06-22 13:16:33 +02:00
Vincent Koc
d48dcc664b
fix(scripts): use requested platform for shim checks
2026-06-22 13:16:33 +02:00
Vincent Koc
54d24cd956
fix(scripts): preserve node command shim arguments on Windows
2026-06-22 13:16:32 +02:00
Vincent Koc
a641c0d560
fix(channels): keep ownerless config visible but undeliverable
2026-06-22 19:12:05 +08:00
Vincent Koc
482e6cb5cb
fix(codeql): clean OpenClaw quality findings
2026-06-22 19:11:46 +08:00
Vincent Koc
35bafea757
refactor(providers): share reasoning payload normalization
2026-06-22 19:08:00 +08:00
Vincent Koc
f13a10c798
fix(scripts): run gh without terminal formatting
2026-06-22 18:44:21 +08:00
Vincent Koc
2ba9d6eabe
refactor(providers): share Qwen chat-template thinking patch
2026-06-22 18:42:40 +08:00
clawsweeper[bot]
6f17c4cc6d
fix(doctor): stop promising --fix for working isolated shell-prompt cron jobs ( #94655 ) ( #94784 )
...
Summary:
- Merged fix(doctor): stop promising --fix for working isolated shell-prompt cron jobs (#94655 ) after ClawSweeper review.
Automerge notes:
- PR branch already contained follow-up commit before automerge: fix(doctor): stop promising --fix for working isolated shell-prompt c…
Validation:
- ClawSweeper review passed for head 0d71970a16 .
- Required merge gates passed before the squash merge.
Prepared head SHA: 0d71970a16
Review: https://github.com/openclaw/openclaw/pull/94784#issuecomment-4767423033
Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Co-authored-by: ZengWen-DT <290981215+ZengWen-DT@users.noreply.github.com >
Co-authored-by: Altay <altay@hey.com >
Approved-by: altaywtf
2026-06-22 10:42:21 +00:00
Vincent Koc
607b2e9663
fix(ci): debounce canonical main runner admission ( #95681 )
...
Compacts canonical pull request CI to 18 bounded Node jobs, preserves isolated subprocess execution, and delays canonical main runner admission to smooth GitHub runner-registration bursts.
Verification: focused CI planner/workflow tests passed; fresh autoreview clean. Hosted CI had two pre-existing runtime-config failures on the current main baseline; merged with explicit maintainer override.
2026-06-22 16:55:56 +08:00
Vincent Koc
f0afbd7e32
fix(crabbox): preflight macOS Swift toolchain
2026-06-22 16:34:57 +08:00
Vincent Koc
f2eca94391
feat(plugins): externalize additional official plugins ( #95683 )
2026-06-22 16:12:51 +08:00
Vincent Koc
f9ebb8d91b
chore(deadcode): remove unused plugin version validator
2026-06-22 15:37:50 +08:00
Peter Steinberger
15a0609a6b
test(plugin-sdk): restore private surface budget
2026-06-22 03:30:14 -04:00
Vincent Koc
078044a2cf
test(sdk): refresh plugin surface budget
2026-06-22 14:57:53 +08:00
Vincent Koc
2b50bbf152
feat(raft): add wake bridge channel
2026-06-22 14:36:12 +08:00
NIO
3cc05d590c
fix(docs): show inline read_when hints in docs:list ( #95243 )
...
* fix(docs): show inline read_when hints in docs:list
* test(scripts): use shared temp directory helper
* test(scripts): route docs list helper test
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-06-22 14:14:20 +08:00
Vincent Koc
7d3bc4d944
fix(ci): bundle test shards and right-size runners
...
Bundles only isolated low-risk Node shards, keeps stateful suites isolated, and right-sizes Blacksmith runners to reduce runner-registration bursts. Exact-head CI run 27932220655 passed the changed CI planning lanes; its two remaining agent test reds match latest main baseline run 27929063460 and are unrelated to this CI-only diff.
2026-06-22 14:05:40 +08:00
Vincent Koc
a9be81d510
fix(ci): repair baseline lint and test gates
2026-06-22 11:44:21 +08:00
Vincent Koc
0f64e3c052
fix(scripts): clamp secret proof timers
2026-06-22 04:38:45 +02:00
Vincent Koc
044df2516e
fix(test): keep Gemini CLI docker lane advisory
2026-06-22 04:32:34 +02:00
Vincent Koc
ad304e790d
chore(deadcode): remove unused speech contract registry
2026-06-22 10:19:01 +08:00
Vincent Koc
e913e0739d
fix(scripts): clamp openwebui probe timers
2026-06-22 04:11:45 +02:00
Vincent Koc
2b75806197
feat: forward-port fast talks auto mode ( #85104 )
2026-06-22 09:37:09 +08:00
Vincent Koc
2a6554ac12
fix(scripts): clamp audit request timer
2026-06-22 03:30:19 +02:00
Vincent Koc
4113982fa8
fix(scripts): clamp memory fd repro timers
2026-06-22 03:25:02 +02:00
Vincent Koc
45a93b8450
fix(scripts): clamp openwebui probe timer
2026-06-22 03:18:24 +02:00
Vincent Koc
095a44c8de
fix(scripts): clamp run-with-env kill timer
2026-06-22 03:15:26 +02:00
Vincent Koc
b99812b3b1
fix(scripts): clamp additional boundary timers
2026-06-22 03:08:19 +02:00
Vincent Koc
4f7d1f4977
fix(scripts): clamp boundary artifact timers
2026-06-22 03:05:11 +02:00
Vincent Koc
c310f8cfa4
fix(scripts): clamp package download timers
2026-06-22 03:01:52 +02:00
Vincent Koc
08442c4b38
fix(scripts): clamp boundary check timers
2026-06-22 02:54:30 +02:00
Vincent Koc
fe7b78b05f
chore(deadcode): prune stale test hooks
2026-06-22 08:51:49 +08:00
Vincent Koc
dd89898133
fix(scripts): clamp package candidate timers
2026-06-22 02:51:05 +02:00
Vincent Koc
851b65c060
fix(scripts): clamp package docker timers
2026-06-22 02:47:41 +02:00
Vincent Koc
75c6a8fff5
fix(scripts): clamp docker all timers
2026-06-22 02:44:00 +02:00
Vincent Koc
f9fc380e90
fix(scripts): clamp gauntlet command timers
2026-06-22 02:38:04 +02:00
Vincent Koc
8ef73be8e8
fix(scripts): clamp plugin lifecycle timers
2026-06-22 02:33:55 +02:00
Vincent Koc
3e5ca880bf
fix(scripts): clamp parallels update timeouts
2026-06-22 02:29:26 +02:00
Vincent Koc
11959ad100
fix(scripts): clamp parallels phase timeouts
2026-06-22 02:24:52 +02:00
Vincent Koc
790dfb66a8
fix(scripts): clamp parallels host timeouts
2026-06-22 02:18:53 +02:00