Matrix: replace legacy plugin with new implementation

This commit is contained in:
Gustavo Madeira Santana
2026-03-08 21:45:57 -04:00
parent 455c4f3436
commit 8e962668ce
273 changed files with 7226 additions and 16101 deletions

View File

@@ -174,7 +174,7 @@ describe("registerAgentCommands", () => {
"--agent",
"ops",
"--bind",
"matrix-js:ops",
"matrix:ops",
"--bind",
"telegram",
"--json",
@@ -182,7 +182,7 @@ describe("registerAgentCommands", () => {
expect(agentsBindCommandMock).toHaveBeenCalledWith(
{
agent: "ops",
bind: ["matrix-js:ops", "telegram"],
bind: ["matrix:ops", "telegram"],
json: true,
},
runtime,