Commit Graph

12970 Commits

Author SHA1 Message Date
Gustavo Madeira Santana 6b83bcbafb
Build: sync main manifests and harden Matrix reasoning suppression 2026-03-17 23:10:54 +00:00
Gustavo Madeira Santana 7f2f5b67f4
fMatrix: fix remaining typecheck regressions 2026-03-17 23:10:53 +00:00
Gustavo Madeira Santana 36f8fc13a2
Matrix: harden migration workflow 2026-03-17 23:10:53 +00:00
Gustavo Madeira Santana bcbd99f3b9
Matrix: normalize legacy account selection 2026-03-17 23:10:52 +00:00
Gustavo Madeira Santana bca4be0dc0
Matrix: honor env-backed legacy migration config 2026-03-17 23:10:52 +00:00
Gustavo Madeira Santana a15e4266c7
Matrix: add backup reset and fix migration targeting 2026-03-17 23:10:52 +00:00
Gustavo Madeira Santana 521214b678
Matrix: fix validated review comments 2026-03-17 23:10:51 +00:00
Gustavo Madeira Santana b70801b6a2
Matrix: fix secrets scan false positives 2026-03-17 23:10:51 +00:00
Gustavo Madeira Santana bd1df27dbf
ACP: fix Matrix binding resolution 2026-03-17 23:10:50 +00:00
Gustavo Madeira Santana 806125be31
Matrix: show account-scoped onboarding paths 2026-03-17 23:10:48 +00:00
Gustavo Madeira Santana 3f7cf9d3a4
poMatrix: scope onboarding config to selected account 2026-03-17 23:10:48 +00:00
Gustavo Madeira Santana b8b3a49225
Matrix: fix verification client lifecycle and quiet CLI noise 2026-03-17 23:10:44 +00:00
Gustavo Madeira Santana 00d040745d
Plugins: scope SDK imports and harden Matrix routing 2026-03-17 23:10:43 +00:00
Gustavo Madeira Santana 4f087b0a35
poll and profile fixes 2026-03-17 23:10:43 +00:00
Gustavo Madeira Santana 20a460731b
Matrix: tighten verification trust and expose profile updates 2026-03-17 23:10:43 +00:00
Gustavo Madeira Santana a6a75ec4ef
Matrix: improve migration startup warnings 2026-03-17 23:10:43 +00:00
Gustavo Madeira Santana ee4be1f989
Matrix: keep default account device fields scoped 2026-03-17 23:10:43 +00:00
Gustavo Madeira Santana 4ef8b360f7
Matrix: replace legacy plugin with new implementation 2026-03-17 23:10:42 +00:00
Gustavo Madeira Santana 67c49a7af7
matrix-js: require explicit thread-bound spawn config 2026-03-17 23:10:42 +00:00
Gustavo Madeira Santana adf31706c8
matrix-js: add account-aware bindings and ACP routing 2026-03-17 23:10:41 +00:00
Gustavo Madeira Santana 7eb5f325e7
matrix-js: add startup verification policy 2026-03-17 23:10:41 +00:00
Gustavo Madeira Santana db47ec61ba
matrix-js: improve thread context and auto-threading 2026-03-17 23:10:41 +00:00
Gustavo Madeira Santana 8ecbda54e0
matrix-js: harden reaction handling 2026-03-17 23:10:41 +00:00
Gustavo Madeira Santana 8061bebec2
move matrix-js helpers to be locally scoped 2026-03-17 23:10:41 +00:00
Gustavo Madeira Santana 7bd6a7628d
make matrix-js atomic and add poll voting support 2026-03-17 23:10:40 +00:00
Gustavo Madeira Santana 85af125c16
Tests: restore matrix-js bind integration coverage 2026-03-17 23:10:40 +00:00
Gustavo Madeira Santana f17097b18e
Matrix-js: sync with main plugin-loading standards 2026-03-17 23:10:40 +00:00
Vincent Koc af63b72901 Plugins: internalize nextcloud talk SDK imports 2026-03-17 15:58:00 -07:00
Josh Lehman 2f65ae1b80
fix: break Synology Chat plugin-sdk reexport cycle (#49281)
Build failed because src/plugin-sdk/synology-chat.ts reexported setup symbols through extensions/synology-chat/api.ts, and that API shim reexports openclaw/plugin-sdk/synology-chat back into the same entry. Export the setup symbols directly from the concrete setup surface so tsdown can bundle the SDK subpath without a self-referential export graph.
2026-03-17 15:27:58 -07:00
Vincent Koc 90a0d50ae9 Plugins: internalize line SDK imports 2026-03-17 15:10:20 -07:00
Vincent Koc dcdfed995a Plugins: internalize nostr SDK imports 2026-03-17 15:08:06 -07:00
Vincent Koc f23a069d37 Plugins: internalize synology chat SDK imports 2026-03-17 15:06:22 -07:00
Vincent Koc 77f145f1db docs(types): add JSDoc to plugin API capability registration methods
Label each registerX method with its capability type and add module-level
doc comment to channel runtime types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 15:00:33 -07:00
Vincent Koc 45bfe3f44b Plugins: cover channel shape in compatibility matrix 2026-03-17 15:00:15 -07:00
Vincent Koc 7d5a90e589 Plugins: add shape compatibility matrix 2026-03-17 14:58:22 -07:00
Vincent Koc ba09092a44 Plugins: guard internalized extension SDK imports 2026-03-17 14:54:12 -07:00
Tak Hoffman 5a2a4abc12
CI: add built plugin singleton smoke (#48710) 2026-03-17 15:17:41 -05:00
Vincent Koc 0d80897476 Plugins: add inspect matrix and trim export 2026-03-17 10:33:35 -07:00
Vincent Koc 3983928958 Plugins: add inspect command and capability report 2026-03-17 10:16:06 -07:00
Ayaan Zaidi e4825a0f93
fix(telegram): unify transport fallback chain (#49148)
* fix(telegram): unify transport fallback chain

* fix: address telegram fallback review comments

* fix: validate pinned SSRF overrides

* fix: unify telegram fallback retries (#49148)
2026-03-17 22:44:15 +05:30
Harold Hunt 272d6ed24b
Plugins: add binding resolution callbacks (#48678)
Merged via squash.

Prepared head SHA: 6d7b32b184
Co-authored-by: huntharo <5617868+huntharo@users.noreply.github.com>
Co-authored-by: huntharo <5617868+huntharo@users.noreply.github.com>
Reviewed-by: @huntharo
2026-03-17 13:11:08 -04:00
Peter Steinberger ccf16cd889
fix(gateway): clear trusted-proxy control ui scopes 2026-03-17 10:07:53 -07:00
Peter Steinberger 6d9bf6de93
refactor: narrow extension public seams 2026-03-17 09:58:33 -07:00
Peter Steinberger bdf2c265a7 test: stabilize memory async search close 2026-03-17 16:55:19 +00:00
Peter Steinberger 6636ca87f4
docs(hooks): clarify trust model and audit guidance 2026-03-17 09:54:30 -07:00
Menglin Li 7b61b025ff
fix(compaction): break safeguard cancel loop for sessions with no summarizable messages (#41981) (#42215)
Merged via squash.

Prepared head SHA: 7ce6bd834e
Co-authored-by: lml2468 <39320777+lml2468@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
2026-03-17 09:44:31 -07:00
Peter Steinberger 4b125762f6
refactor: clean extension api boundaries 2026-03-17 09:38:21 -07:00
Peter Steinberger 4d8106eece
docs(security): clarify wildcard Control UI origins 2026-03-17 09:36:51 -07:00
Peter Steinberger a724bbce1a
feat: add bundled Chutes extension (#49136)
* refactor: generalize bundled provider discovery seams

* feat: land chutes extension via plugin-owned auth (#41416) (thanks @Veightor)
2026-03-17 09:35:21 -07:00
Bob ea15819ecf
ACP: harden startup and move configured routing behind plugin seams (#48197)
* ACPX: keep plugin-local runtime installs out of dist

* Gateway: harden ACP startup and service PATH

* ACP: reinitialize error-state configured bindings

* ACP: classify pre-turn runtime failures as session init failures

* Plugins: move configured ACP routing behind channel seams

* Telegram tests: align startup probe assertions after rebase

* Discord: harden ACP configured binding recovery

* ACP: recover Discord bindings after stale runtime exits

* ACPX: replace dead sessions during ensure

* Discord: harden ACP binding recovery

* Discord: fix review follow-ups

* ACP bindings: load channel snapshots across workspaces

* ACP bindings: cache snapshot channel plugin resolution

* Experiments: add ACP pluginification holy grail plan

* Experiments: rename ACP pluginification plan doc

* Experiments: drop old ACP pluginification doc path

* ACP: move configured bindings behind plugin services

* Experiments: update bindings capability architecture plan

* Bindings: isolate configured binding routing and targets

* Discord tests: fix runtime env helper path

* Tests: fix channel binding CI regressions

* Tests: normalize ACP workspace assertion on Windows

* Bindings: isolate configured binding registry

* Bindings: finish configured binding cleanup

* Bindings: finish generic cleanup

* Bindings: align runtime approval callbacks

* ACP: delete residual bindings barrel

* Bindings: restore legacy compatibility

* Revert "Bindings: restore legacy compatibility"

This reverts commit ac2ed68fa2426ecc874d68278c71c71ad363fcfe.

* Tests: drop ACP route legacy helper names

* Discord/ACP: fix binding regressions

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
2026-03-17 17:27:52 +01:00