Gustavo Madeira Santana
8f22067992
Plugins: extend registry writes for hooks
2026-03-15 23:15:31 +00:00
Gustavo Madeira Santana
abb6dd493e
Plugins: extend registry write helpers
2026-03-15 23:15:30 +00:00
Gustavo Madeira Santana
ce4c0fa44e
Plugins: extract low-risk registry writes
2026-03-15 23:15:30 +00:00
Gustavo Madeira Santana
af5809283a
Plugins: extract loader host state
2026-03-15 23:15:29 +00:00
Gustavo Madeira Santana
a8b3b1c008
Plugins: extract loader pipeline
2026-03-15 23:15:29 +00:00
Gustavo Madeira Santana
652a95ad41
Plugins: extract loader preflight
2026-03-15 23:15:29 +00:00
Gustavo Madeira Santana
977610fbde
Plugins: extract loader execution setup
2026-03-15 23:15:28 +00:00
Gustavo Madeira Santana
938bbe0343
Plugins: extract loader session runner
2026-03-15 23:15:28 +00:00
Gustavo Madeira Santana
49ae3b65a5
Plugins: extract loader bootstrap
2026-03-15 23:15:27 +00:00
Gustavo Madeira Santana
376acd54ed
Plugins: extract loader runtime factories
2026-03-15 23:15:27 +00:00
Gustavo Madeira Santana
7c1d0785c4
Plugins: share loader provenance helpers
2026-03-15 23:15:27 +00:00
Gustavo Madeira Santana
ae6210d789
Plugins: add loader discovery policy
2026-03-15 23:15:26 +00:00
Gustavo Madeira Santana
d9981847e1
Plugins: add loader finalization policy
2026-03-15 23:15:26 +00:00
Gustavo Madeira Santana
2777895047
Plugins: add loader activation policy
2026-03-15 23:15:25 +00:00
Gustavo Madeira Santana
5b26ce7252
Plugins: add loader activation session
2026-03-15 23:15:25 +00:00
Gustavo Madeira Santana
4ca027bf2b
Plugins: add loader lifecycle state machine
2026-03-15 23:15:25 +00:00
Gustavo Madeira Santana
d4c20c0841
Plugins: extract loader orchestration
2026-03-15 23:15:24 +00:00
Gustavo Madeira Santana
03656c8f26
Plugins: extract loader cache control
2026-03-15 23:15:24 +00:00
Gustavo Madeira Santana
f67ed5329a
Plugins: add loader lifecycle state mapping
2026-03-15 23:15:23 +00:00
Gustavo Madeira Santana
b721840568
Plugins: extract loader finalization
2026-03-15 23:15:23 +00:00
Gustavo Madeira Santana
ed46940ad6
Plugins: extract loader candidate orchestration
2026-03-15 23:15:23 +00:00
Gustavo Madeira Santana
b3e2c6d516
Plugins: extract loader import flow
2026-03-15 23:15:22 +00:00
Gustavo Madeira Santana
2358a2ac9c
Plugins: extract loader register flow
2026-03-15 23:15:22 +00:00
Gustavo Madeira Santana
bce8b67777
Plugins: extract loader candidate planning
2026-03-15 23:15:22 +00:00
Gustavo Madeira Santana
bcb74de2ff
Plugins: extract loader host seams
2026-03-15 23:15:21 +00:00
Gustavo Madeira Santana
fb9a0383d1
Plugins: add extension host registry boundary
2026-03-15 23:15:21 +00:00
Peter Steinberger
9eed6e674b
fix(plugins): restore provider compatibility fallbacks
2026-03-15 16:09:40 -07:00
Peter Steinberger
4adcfa3256
feat(plugins): move provider runtimes into bundled plugins
2026-03-15 16:09:40 -07:00
Peter Steinberger
dd40741e18
feat(plugins): add compatible bundle support
2026-03-15 16:08:50 -07:00
Harold Hunt
aa1454d1a8
Plugins: broaden plugin surface for Codex App Server ( #45318 )
...
* Plugins: add inbound claim and Telegram interaction seams
* Plugins: add Discord interaction surface
* Chore: fix formatting after plugin rebase
* fix(hooks): preserve observers after inbound claim
* test(hooks): cover claimed inbound observer delivery
* fix(plugins): harden typing lease refreshes
* fix(discord): pass real auth to plugin interactions
* fix(plugins): remove raw session binding runtime exposure
* fix(plugins): tighten interactive callback handling
* Plugins: gate conversation binding with approvals
* Plugins: migrate legacy plugin binding records
* Plugins/phone-control: update test command context
* Plugins: migrate legacy binding ids
* Plugins: migrate legacy codex session bindings
* Discord: fix plugin interaction handling
* Discord: support direct plugin conversation binds
* Plugins: preserve Discord command bind targets
* Tests: fix plugin binding and interactive fallout
* Discord: stabilize directory lookup tests
* Discord: route bound DMs to plugins
* Discord: restore plugin bindings after restart
* Telegram: persist detached plugin bindings
* Plugins: limit binding APIs to Telegram and Discord
* Plugins: harden bound conversation routing
* Plugins: fix extension target imports
* Plugins: fix Telegram runtime extension imports
* Plugins: format rebased binding handlers
* Discord: bind group DM interactions by channel
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-03-15 16:06:11 -07:00
Peter Steinberger
4eee827dce
Channels: use owned helper imports
2026-03-15 15:59:12 -07:00
Peter Steinberger
8b001d6e4d
Channels: move onboarding adapters into extensions
2026-03-15 15:59:12 -07:00
Peter Steinberger
4a0f72866b
feat(plugins): move provider runtimes into bundled plugins
2026-03-15 15:18:32 -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