Commit Graph

12378 Commits

Author SHA1 Message Date
Vincent Koc 7666c7665a Auto-reply: run inbound claims before core dispatch 2026-03-15 15:57:03 -07:00
Vincent Koc 72a6751446 Tests: cover binding approval expiry and adapters 2026-03-15 15:54:48 -07:00
Vincent Koc fe662c54a6 Plugins: expire stale binding approvals 2026-03-15 15:54:02 -07:00
Vincent Koc 35ae37ccc1 Tests: cover interactive handler validation and dedupe 2026-03-15 15:53:14 -07:00
Vincent Koc 8ffa9769f7 Plugins: harden interactive handler registration 2026-03-15 15:52:28 -07:00
Vincent Koc 61f8466390 Tests: narrow conversation binding approval branches 2026-03-15 15:25:39 -07:00
Vincent Koc 8228307a0d Tests: widen targeted inbound claim mock typing 2026-03-15 15:24:53 -07:00
Vincent Koc 1bec458950 Tests: cover invalid plugin command reply payloads 2026-03-15 15:24:09 -07:00
Vincent Koc f42deb4b7d Plugins: validate runtime command reply payloads 2026-03-15 15:23:18 -07:00
huntharo b0e109ca91 Plugins: fix Telegram runtime extension imports 2026-03-15 15:11:39 -07:00
huntharo 1ea2e30f46 Plugins: fix extension target imports 2026-03-15 15:11:39 -07:00
huntharo f554b736f5 Plugins: harden bound conversation routing 2026-03-15 15:11:39 -07:00
huntharo 4adddbdab3 Plugins: limit binding APIs to Telegram and Discord 2026-03-15 15:11:39 -07:00
huntharo 7ef75b8779 Discord: restore plugin bindings after restart 2026-03-15 15:11:39 -07:00
huntharo eb4e96573a Discord: route bound DMs to plugins 2026-03-15 15:11:39 -07:00
huntharo 12bff4ee3f Tests: fix plugin binding and interactive fallout 2026-03-15 15:11:39 -07:00
huntharo 691677d0b6 Plugins: preserve Discord command bind targets 2026-03-15 15:11:39 -07:00
huntharo 9d55374088 Discord: fix plugin interaction handling 2026-03-15 15:11:39 -07:00
huntharo 7ca7fd0ef9 Plugins: migrate legacy codex session bindings 2026-03-15 15:11:39 -07:00
huntharo ddfee2a8ff Plugins: migrate legacy binding ids 2026-03-15 15:11:39 -07:00
huntharo a81dbf109d Plugins: migrate legacy plugin binding records 2026-03-15 15:11:39 -07:00
huntharo 54fead1508 Plugins: gate conversation binding with approvals 2026-03-15 15:11:39 -07:00
Vincent Koc 0f4775148c fix(plugins): tighten interactive callback handling 2026-03-15 15:11:39 -07:00
Vincent Koc 50df0bb00e fix(plugins): remove raw session binding runtime exposure 2026-03-15 15:11:39 -07:00
Vincent Koc 6fc600b0f6 fix(plugins): harden typing lease refreshes 2026-03-15 15:11:38 -07:00
Vincent Koc 36a323c8af test(hooks): cover claimed inbound observer delivery 2026-03-15 15:11:38 -07:00
Vincent Koc 94a0da0c08 fix(hooks): preserve observers after inbound claim 2026-03-15 15:11:38 -07:00
huntharo eb0e41e6ff Chore: fix formatting after plugin rebase 2026-03-15 15:11:38 -07:00
huntharo 2eeb0d10df Plugins: add Discord interaction surface 2026-03-15 15:11:38 -07:00
huntharo 9c79c2c2a7 Plugins: add inbound claim and Telegram interaction seams 2026-03-15 15:11:38 -07:00
Gustavo Madeira Santana 14137bef22
Plugins: clean stale bundled skill outputs 2026-03-15 21:48:09 +00:00
Gustavo Madeira Santana 50a6902a9a
Plugins: skip nested node_modules in bundled skills 2026-03-15 21:43:13 +00:00
Gustavo Madeira Santana 1839bc0b1a
Plugins: relocate bundled skill assets 2026-03-15 21:42:02 +00:00
Vincent Koc b810e94a17
Commands: lazy-load non-interactive plugin provider runtime (#47593)
* Commands: lazy-load non-interactive plugin provider runtime

* Tests: cover non-interactive plugin provider ordering

* Update src/commands/onboard-non-interactive/local/auth-choice.plugin-providers.runtime.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-15 14:37:41 -07:00
Nimrod Gutman 50c8934231
fix(dev): align gateway watch with tsdown wrapper (#47636) 2026-03-15 23:28:57 +02:00
Vincent Koc 5a7aba94a2
CLI: support package-manager installs from GitHub main (#47630)
* CLI: resolve package-manager main install specs

* CLI: skip registry resolution for raw package specs

* CLI: support main package target updates

* CLI: document package update specs in help

* Tests: cover package install spec resolution

* Tests: cover npm main-package updates

* Tests: cover update --tag main

* Installer: support main package targets

* Installer: support main package targets on Windows

* Docs: document package-manager main updates

* Docs: document installer main targets

* Docs: document npm and pnpm main installs

* Docs: document update --tag main

* Changelog: note package-manager main installs

* Update src/infra/update-global.test.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-15 14:18:12 -07:00
Nimrod Gutman 47fd8558cd
fix(plugins): fix bundled plugin roots and skill assets (#47601)
* fix(acpx): resolve bundled plugin root correctly

* fix(plugins): copy bundled plugin skill assets

* fix(plugins): tolerate missing bundled skill paths
2026-03-15 23:00:30 +02:00
Vincent Koc 7931f06c00 Plugins: harden context engine ownership 2026-03-15 13:51:15 -07:00
Gustavo Madeira Santana 4fb0160309
Gateway: sync runtime post-build artifacts 2026-03-15 20:44:15 +00:00
Vincent Koc b795ba1d02 Merge branch 'main' of https://github.com/openclaw/openclaw
* 'main' of https://github.com/openclaw/openclaw:
  Plugins: reserve context engine ownership (#47595)
  fix(release): block oversized npm packs that regress low-memory startup (#46850)
  Scripts: rebuild on extension and tsdown config changes (#47571)
  Docs: move release runbook to maintainer repo (#47532)
  docs(zalo): document current Marketplace bot behavior (openclaw#47552)
2026-03-15 13:42:21 -07:00
Vincent Koc 85dd0ab2f8
Plugins: reserve context engine ownership (#47595)
* Plugins: reserve context engine ownership

* Update src/context-engine/registry.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-15 13:33:37 -07:00
Gustavo Madeira Santana 594920f8cc
Scripts: rebuild on extension and tsdown config changes (#47571)
Merged via squash.

Prepared head SHA: edd8ed8254
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-03-15 16:19:27 -04:00
Vincent Koc 51631e5797 Plugins: reserve context engine ownership 2026-03-15 12:27:29 -07:00
peizhe.chen 42837a04bf
fix(models): preserve stream usage compat opt-ins (#45733)
Preserves explicit `supportsUsageInStreaming` overrides from built-in provider
catalogs and user config instead of unconditionally forcing `false` on non-native
openai-completions endpoints.

Adds `applyNativeStreamingUsageCompat()` to set `supportsUsageInStreaming: true`
on ModelStudio (DashScope) and Moonshot models at config build time so their
native streaming usage works out of the box.

Closes #46142

Co-authored-by: pezy <peizhe.chen@vbot.cn>
2026-03-15 20:21:11 +01:00
Nimrod Gutman e2dac5d5cb
fix(plugins): load bundled extensions from dist (#47560) 2026-03-15 21:16:27 +02:00
xiaoyi bbb0c3e5d7
CLI/completion: fix generator OOM and harden plugin registries (#45537)
* fix: avoid OOM during completion script generation

* CLI/completion: fix PowerShell nested command paths

* CLI/completion: cover generated shell scripts

* Changelog: note completion generator follow-up

* Plugins: reserve shared registry names

---------

Co-authored-by: Xiaoyi <xiaoyi@example.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-03-15 12:14:30 -07:00
Vincent Koc dd2eb29038
Commands: split static onboard auth choice help (#47545)
* Commands: split static onboard auth choice help

* Tests: cover static onboard auth choice help

* Changelog: note static onboard auth choice help
2026-03-15 12:11:55 -07:00
Vincent Koc c9a8b6f82f chore(fmt): format changes and broken types 2026-03-15 12:03:35 -07:00
Vincent Koc 438991b6a4
Commands: lazy-load model picker provider runtime (#47536)
* Commands: lazy-load model picker provider runtime

* Tests: cover model picker runtime boundary
2026-03-15 10:54:46 -07:00
Vincent Koc fc2d29ea92
Gateway: tighten forwarded client and pairing guards (#46800)
* Gateway: tighten forwarded client and pairing guards

* Gateway: make device approval scope checks atomic

* Gateway: preserve device approval baseDir compatibility
2026-03-15 10:50:49 -07:00