Commit Graph

60102 Commits

Author SHA1 Message Date
Vincent Koc
0710eebec2 fix(plugins): avoid catalog lookup allocations 2026-06-19 01:05:52 +08:00
Vincent Koc
a4c27323bf fix(plugins): align external provider types 2026-06-19 01:05:52 +08:00
Vincent Koc
21728777df feat(plugins): externalize official provider batch 2026-06-19 01:05:52 +08:00
Vincent Koc
350aa7c3be refactor(extensions): remove unused helper facades 2026-06-19 01:05:26 +08:00
Monkey-wusky
4929cbdb04 fix(telegram): set richMessages default to false explicitly in schema (#94048)
Merged via squash.

Prepared head SHA: 4af05ac54a
Co-authored-by: Monkey-wusky <66244686+Monkey-wusky@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
2026-06-18 22:28:30 +05:30
Vincent Koc
2c499756ad test(ci): stabilize timeout-sensitive shards
Stabilize timeout-sensitive hosted QA by removing wedged synthetic Codex run-attempt integrations while keeping narrower dynamic-tool and thread-start coverage. Refresh root and Discord shrinkwraps after the current undici security floor landed on main.\n\nProof: git diff --check origin/main...HEAD; node scripts/pre-commit/pnpm-audit-prod.mjs --audit-level=high; node scripts/generate-npm-shrinkwrap.mjs --all --check; CI run 27774571070; Plugin Prerelease run 27774571273.
2026-06-19 00:51:07 +08:00
Vincent Koc
9546b19a59 refactor(browser): remove unused CDP DOM helpers 2026-06-19 00:44:26 +08:00
Vincent Koc
1eaace70e3 refactor(extensions): remove unused helper exports 2026-06-19 00:33:04 +08:00
Vincent Koc
4560597c4b refactor(providers): remove unused catalog metadata exports 2026-06-19 00:24:41 +08:00
Vincent Koc
beea31a6b5 feat(firecrawl): add keyless scrape support (#94551)
Merged under maintainer approval while exact-head CI was queue-bound.

Co-authored-by: Developers Digest <124798203+developersdigest@users.noreply.github.com>
Co-authored-by: Vincent Koc <vincentkoc@users.noreply.github.com>
2026-06-19 00:23:41 +08:00
Vincent Koc
fa4f1abb29 fix(cron): release cancelled embedded lanes 2026-06-19 00:20:49 +08:00
王泽琛0668001337
bf9c59b6a4 fix(cron): prevent lane timeout during long tool execution
The lane timeout sliding window expires during long-running tool
execution (e.g. exec commands >5min) because noteLaneTaskProgress()
is never called during tool execution. Add a periodic 30s interval
that calls noteLaneTaskProgress() while the embedded attempt runs,
keeping the lane alive until the attempt completes.

Closes: openclaw/openclaw#94033
Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-19 00:20:49 +08:00
Vincent Koc
1c18a7d6a3 refactor(agents): remove unused runtime tool-result truncation wrapper 2026-06-19 00:10:41 +08:00
Vincent Koc
508594a620 test(ci): stabilize MCP catalog timeout coverage 2026-06-19 00:07:25 +08:00
Vincent Koc
2ff1dfdebe refactor(agents): remove unused runtime transcript rotation wrapper 2026-06-19 00:00:48 +08:00
Vincent Koc
81eaa88ce5 refactor(agents): remove stale live model switch map 2026-06-18 23:53:18 +08:00
joshavant
8ab36e4308 android: mark manual mic as microphone foreground service 2026-06-18 17:49:08 +02:00
Vincent Koc
ba779d8367 refactor(agents): remove unused thinking recovery sanitizer 2026-06-18 23:45:47 +08:00
Vincent Koc
ed389a87e9 refactor(agents): remove unused runner utility wrappers 2026-06-18 23:39:15 +08:00
clawsweeper[bot]
73aab30989 fix(cron): retry isolated setup timeouts (#94588)
Summary:
- Merged fix(cron): retry isolated setup timeouts after ClawSweeper review.

Automerge notes:
- PR branch already contained follow-up commit before automerge: fix(cron): retry isolated setup timeouts

Validation:
- ClawSweeper review passed for head 6b0ee52fcb.
- Required merge gates passed before the squash merge.

Prepared head SHA: 6b0ee52fcb
Review: https://github.com/openclaw/openclaw/pull/94588#issuecomment-4743572807

Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>
Co-authored-by: Aaron Eden <21063939+aaroneden@users.noreply.github.com>
Approved-by: takhoffman
2026-06-18 15:34:30 +00:00
Vincent Koc
967fb8d917 refactor(agents): remove unused transcript state helpers 2026-06-18 23:29:52 +08:00
joshavant
961ce49f97 android: use absolute play metadata paths 2026-06-18 17:17:19 +02:00
Vincent Koc
092e9f69ab refactor(agents): remove unused tool result size helper 2026-06-18 23:16:53 +08:00
Vincent Koc
c8fc2fedee refactor(status): remove unused gateway probe exports 2026-06-18 23:07:58 +08:00
joshavant
1fc97cf05d android: update chat screenshot copy 2026-06-18 16:56:46 +02:00
Vincent Koc
61210b015f refactor(models): remove model row registry alias 2026-06-18 22:54:51 +08:00
Vincent Koc
ab25e340f9 refactor(commands): remove unused sandbox counters 2026-06-18 22:47:35 +08:00
Vincent Koc
af3acf0626 fix(gateway): honor WSL env in status hints 2026-06-18 16:43:58 +02:00
Vincent Koc
64db900bc4 test(gateway): assert codex approval resolver 2026-06-18 16:36:13 +02:00
Vincent Koc
8d808de80a test(gateway): accept app-server approval proof 2026-06-18 16:36:13 +02:00
Vincent Koc
49d03d24a5 test(gateway): align approval and update proof 2026-06-18 16:36:13 +02:00
Vincent Koc
890055d421 fix(gateway): keep approval waits visible across backend calls 2026-06-18 16:36:13 +02:00
Vincent Koc
eb07ba5117 fix(doctor): honor WSL env overrides in hints 2026-06-18 16:35:55 +02:00
Vincent Koc
bad21faf62 refactor(copilot): remove unused usage total helper 2026-06-18 22:29:45 +08:00
Vincent Koc
3f4c04f4df fix(windows): prefer native arm64 portable git 2026-06-18 16:25:39 +02:00
Shakker
54a2af32c9 test: route live cache trace env 2026-06-18 15:19:21 +01:00
Shakker
49f10a140b fix: isolate model catalog state env 2026-06-18 15:18:11 +01:00
Vincent Koc
22affb874d fix(android): validate screenshot locale path 2026-06-18 16:17:02 +02:00
Shakker
ad550ae3dc test: route runtime policy env gates 2026-06-18 15:14:46 +01:00
Shakker
7bdea54a82 fix: scope cli runner env helpers 2026-06-18 15:14:09 +01:00
Vincent Koc
779e096bcc docs(release): backfill complete contribution records 2026-06-18 22:11:49 +08:00
Shakker
6ed2189a49 test: route bundle mcp env setup 2026-06-18 15:10:16 +01:00
Shakker
9cfc37b997 fix: scope bootstrap home override 2026-06-18 15:08:30 +01:00
Shakker
55750f7c6d test: route security floor env setup 2026-06-18 15:06:13 +01:00
Shakker
c0539a4060 fix: simplify approval env restore 2026-06-18 15:03:50 +01:00
Shakker
e40396bfc1 test: route gateway approval env setup 2026-06-18 15:03:07 +01:00
Vincent Koc
0e61c1112f refactor(agents): remove unused cache store wrapper 2026-06-18 22:02:32 +08:00
Shakker
32906798d2 fix: reuse oauth env wrapper 2026-06-18 14:59:25 +01:00
Josh Lehman
fd8e3bf652 refactor: add restart recovery lifecycle seam (#93735) 2026-06-18 06:57:24 -07:00
Shakker
459ba6e07a test: route codex refresh env setup 2026-06-18 14:57:06 +01:00