Commit Graph

18086 Commits

Author SHA1 Message Date
Gustavo Madeira Santana
2ea188384e Matrix: show account-scoped onboarding paths 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
5a165afdcc Matrix: scope onboarding config to selected account 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
979e65f169 Matrix: harden thread binding persistence 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
757bfebc31 Matrix: align reaction routing with thread bindings 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
e86857cb63 Docs: clarify Matrix pairing reminders 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
7db294ff43 Matrix: extract startup maintenance flow 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
bd642ece96 Matrix: split monitor verification event routing 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
7688513698 Matrix: remove orphaned inbound body helpers 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
307f316f8a Matrix: extract inbound route resolution 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
e704edd36b Docs: clarify Matrix onboarding and pairing 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
9e06a4c210 Matrix: dedupe monitor handler tests 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
c98d567867 Matrix: centralize monitor config normalization 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
327dc42070 Matrix: extract monitor access state 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
baa39faa5b Matrix: remove orphaned send queue 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
eb8fc885a7 Docs: clarify Matrix account defaults 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
ce6296326e Matrix: dedupe resolver test harness 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
54fc9ecf7d Matrix: remove unused internal helpers 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
2c40d47429 Matrix: share reusable client bootstrap 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
09d8a0c4b0 Matrix: register thread bindings before client sync 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
dca0f31f4e Matrix: harden live directory lookups 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
2ad8474b1f Matrix: centralize target normalization 2026-03-11 22:32:26 +00:00
Gustavo Madeira Santana
7218ec6d04 Matrix: centralize account config helpers 2026-03-11 22:32:10 +00:00
Gustavo Madeira Santana
a85f9632f0 Matrix: warn and clean stale managed devices 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
93b9df395b Matrix: fix verification client lifecycle and quiet CLI noise 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
897e79a4a2 Matrix: retry cross-signing after secret storage repair 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
5b98d8e5aa Matrix: repair explicit secret storage bootstrap 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
4e364cb8e9 Matrix: preserve owner-signed verification state 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
e4900d6f7f Plugins: scope SDK imports and harden Matrix routing 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
3e6dd9a2ff poll and profile fixes 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
6407cc9d2d Matrix: tighten verification trust and expose profile updates 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
e5fbedf012 Matrix: improve migration startup warnings 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
b57488d1ff Docs: clarify Matrix migration update flow 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
3e7d92fbc8 Matrix: keep default account device fields scoped 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
dc99958e60 Matrix: replace legacy plugin with new implementation 2026-03-11 22:32:09 +00:00
Gustavo Madeira Santana
04d92f6257 Create matrix-supersession-migration.md 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
8e2383ea5f matrix-js: simplify storage paths 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
b95c5e7401 Update subagents.md 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
d415a1ce87 matrix-js: require explicit thread-bound spawn config 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
0e9bd6ed1d matrix-js: add account-aware bindings and ACP routing 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
ce971c9406 matrix-js: add startup verification policy 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
31b17771e8 matrix-js: format thread helpers 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
e4d041757d matrix-js: improve thread context and auto-threading 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
149729f56b matrix-js: harden reaction handling 2026-03-11 22:31:08 +00:00
Gustavo Madeira Santana
2dbc4108a4 move matrix-js helpers to be locally scoped 2026-03-11 22:31:00 +00:00
Gustavo Madeira Santana
a4324c45a3 make matrix-js atomic and add poll voting support 2026-03-11 22:31:00 +00:00
Gustavo Madeira Santana
eff8c7e15f Tests: restore matrix-js bind integration coverage 2026-03-11 22:31:00 +00:00
Gustavo Madeira Santana
f48f066599 Matrix-js: sync with main plugin-loading standards 2026-03-11 22:31:00 +00:00
Gustavo Madeira Santana
d79ca52960 Memory: add multimodal image and audio indexing (#43460)
Merged via squash.

Prepared head SHA: a994c07190
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-11 22:28:34 +00:00
Harold Hunt
20d097ac2f Gateway/Dashboard: surface config validation issues (#42664)
Merged via squash.

Prepared head SHA: 43f66cdcf0
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-11 17:32:41 -04:00
Altay
4eccea9f7f test(gateway): widen before tool hook mock typing (#43476)
* test(gateway): widen before tool hook mock typing

* chore: update pnpm.lock
2026-03-12 00:17:03 +03:00