@gakr-gakr/matrix 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autobot.plugin.json +891 -3
- package/dist/account-selection-D4xDzY_1.js +158 -0
- package/dist/active-client-BXz0W1fG.js +20 -0
- package/dist/api.js +12 -0
- package/dist/approval-handler.runtime-XgtgHryy.js +377 -0
- package/dist/approval-ids-Bj1MSuK0.js +7 -0
- package/dist/approval-reaction-auth-CP8yUUiI.js +27 -0
- package/dist/approval-reactions-C7FrzFhD.js +162 -0
- package/dist/async-lock-SsmtFXtt.js +19 -0
- package/dist/auth-presence.js +26 -0
- package/dist/backup-health-3BHbHxyd.js +60 -0
- package/dist/channel-CVtvS1kS.js +1380 -0
- package/dist/channel-plugin-api.js +2 -0
- package/dist/channel.runtime-BCl9atvS.js +250 -0
- package/dist/cli-D1Fxo6zb.js +1338 -0
- package/dist/cli-metadata-lo35g_nH.js +22 -0
- package/dist/cli-metadata.js +2 -0
- package/dist/client-4JU3adE6.js +30 -0
- package/dist/client-DVbkO1fr.js +25 -0
- package/dist/client-bootstrap-mLJmDCv8.js +114 -0
- package/dist/config-paths-BRIwec9o.js +114 -0
- package/dist/config-schema-ON2KZjSH.js +308 -0
- package/dist/config-secret-input.runtime-BcE98Tab.js +2 -0
- package/dist/contract-api.js +8 -0
- package/dist/create-client-nSnXsRe0.js +64 -0
- package/dist/credentials-CLaeORZB.js +56 -0
- package/dist/credentials-read-lnekFDSy.js +112 -0
- package/dist/credentials-write.runtime-AcuXkIly.js +17 -0
- package/dist/crypto-node.runtime-D9qxgRPa.js +12 -0
- package/dist/crypto-runtime-D577JLjP.js +1214 -0
- package/dist/deps-CcgU6fF9.js +208 -0
- package/dist/device-health-BDJoK0GP.js +16 -0
- package/dist/directory-live-D5osmyPM.js +150 -0
- package/dist/doctor-contract-CRTZe22J.js +246 -0
- package/dist/doctor-contract-api.js +2 -0
- package/dist/doctor-k53ce7TR.js +153 -0
- package/dist/draft-stream-B81ki3aq.js +143 -0
- package/dist/encryption-guidance-C4UZO9P_.js +15 -0
- package/dist/env-auth-ZPNhil6w.js +63 -0
- package/dist/env-vars-Ch51id3Y.js +63 -0
- package/dist/errors-D8exgH7Z.js +17 -0
- package/dist/exec-approval-resolver-NR6hHp1P.js +15 -0
- package/dist/helper-api.js +4 -0
- package/dist/http-client-CLvnNzJZ.js +331 -0
- package/dist/index.js +46 -0
- package/dist/legacy-crypto-inspector-BXa-K6Qb.js +41 -0
- package/dist/legacy-crypto-restore-DmSdbVyW.js +85 -0
- package/dist/logging-BWx5aV5G.js +99 -0
- package/dist/matrix-migration.runtime-C5EAzuSF.js +525 -0
- package/dist/media-text-H2gCWr7p.js +146 -0
- package/dist/messages-BM8v2OhM.js +140 -0
- package/dist/migration-snapshot-backup-B4qRjmn2.js +69 -0
- package/dist/migration-snapshot.runtime-CEaEL8JK.js +2 -0
- package/dist/monitor-9_MYVUk0.js +4331 -0
- package/dist/plugin-entry.handlers.runtime.js +51 -0
- package/dist/probe.runtime-ARO_q_Zl.js +3 -0
- package/dist/profile-update-DgBXphvR.js +68 -0
- package/dist/reaction-common-Bx8mZPc9.js +71 -0
- package/dist/reaction-events-B2GhGktu.js +121 -0
- package/{src/record-shared.ts → dist/record-shared-D-PbvaZ7.js} +1 -2
- package/dist/resolve-targets-CFr6_x9K.js +140 -0
- package/dist/resolver.runtime-fPzzTZVJ.js +5 -0
- package/dist/rolldown-runtime-DUslC3ob.js +14 -0
- package/dist/route-m49kMiHx.js +161 -0
- package/dist/runtime-BfjP-NST.js +8 -0
- package/dist/runtime-api-D7plmCoC.js +24 -0
- package/dist/runtime-api.js +25 -0
- package/dist/runtime-heavy-api.js +3 -0
- package/dist/runtime-lwTSy9Yt.js +6 -0
- package/dist/runtime-setter-api.js +2 -0
- package/dist/sdk-CK0ON6Js.js +1704 -0
- package/dist/secret-contract-BKkC-9fa.js +120 -0
- package/dist/secret-contract-api.js +2 -0
- package/dist/send-CWOxcUMq.js +1517 -0
- package/dist/setup-bootstrap-VShXhiBJ.js +62 -0
- package/dist/setup-core-CmXNGvQt.js +677 -0
- package/dist/setup-entry.js +19 -0
- package/dist/setup-plugin-api.js +43 -0
- package/dist/setup-surface-zTLHNBns.js +537 -0
- package/dist/shared-BrKJkpx_.js +642 -0
- package/dist/startup-abort-D79WSeUh.js +109 -0
- package/dist/startup-verification-Dj34oWgb.js +132 -0
- package/dist/storage-DxbroIe0.js +281 -0
- package/dist/storage-paths-BcLg30GH.js +52 -0
- package/dist/subagent-hooks-api-CjHBfEoY.js +170 -0
- package/dist/subagent-hooks-api.js +2 -0
- package/dist/sync-state-Bx0gPaGA.js +12 -0
- package/dist/target-ids-iZwjCUZa.js +77 -0
- package/dist/test-api.js +4 -0
- package/dist/thread-binding-api-BWT96Ttd.js +17 -0
- package/dist/thread-binding-api.js +2 -0
- package/dist/thread-bindings-owbheXoV.js +352 -0
- package/dist/thread-bindings-runtime.js +2 -0
- package/dist/thread-bindings-shared-4nkBBftw.js +97 -0
- package/dist/timeout-abort-signal-CPD0PPNy.js +2 -0
- package/dist/tool-actions.runtime-DDh2EP6z.js +532 -0
- package/dist/url-validation-fQvf_pW_.js +36 -0
- package/dist/verification-BhMWyuAf.js +345 -0
- package/package.json +16 -4
- package/CHANGELOG.md +0 -285
- package/SPEC-SUPPORT.md +0 -116
- package/api.ts +0 -38
- package/auth-presence.ts +0 -56
- package/channel-plugin-api.ts +0 -3
- package/cli-metadata.ts +0 -11
- package/contract-api.ts +0 -17
- package/doctor-contract-api.ts +0 -1
- package/helper-api.ts +0 -3
- package/index.ts +0 -55
- package/plugin-entry.handlers.runtime.ts +0 -1
- package/runtime-api.ts +0 -72
- package/runtime-heavy-api.ts +0 -1
- package/runtime-setter-api.ts +0 -3
- package/secret-contract-api.ts +0 -5
- package/setup-entry.ts +0 -17
- package/setup-plugin-api.ts +0 -3
- package/src/account-selection.ts +0 -223
- package/src/actions.ts +0 -346
- package/src/approval-auth.ts +0 -25
- package/src/approval-handler.runtime.ts +0 -595
- package/src/approval-ids.ts +0 -6
- package/src/approval-native.ts +0 -348
- package/src/approval-reaction-auth.ts +0 -45
- package/src/approval-reactions.ts +0 -313
- package/src/auth-precedence.ts +0 -61
- package/src/channel-account-paths.ts +0 -97
- package/src/channel.runtime.ts +0 -17
- package/src/channel.setup.ts +0 -48
- package/src/channel.ts +0 -667
- package/src/cli-metadata.ts +0 -19
- package/src/cli.ts +0 -2298
- package/src/config-adapter.ts +0 -41
- package/src/config-schema.ts +0 -159
- package/src/config-ui-hints.ts +0 -56
- package/src/directory-live.ts +0 -238
- package/src/doctor-contract.ts +0 -287
- package/src/doctor.ts +0 -262
- package/src/env-vars.ts +0 -92
- package/src/exec-approval-resolver.ts +0 -23
- package/src/exec-approvals.ts +0 -293
- package/src/group-mentions.ts +0 -41
- package/src/legacy-crypto-inspector-availability.ts +0 -60
- package/src/legacy-crypto.ts +0 -531
- package/src/legacy-state.ts +0 -156
- package/src/matrix/account-config.ts +0 -175
- package/src/matrix/accounts.ts +0 -194
- package/src/matrix/actions/client.ts +0 -31
- package/src/matrix/actions/devices.ts +0 -34
- package/src/matrix/actions/limits.ts +0 -6
- package/src/matrix/actions/messages.ts +0 -129
- package/src/matrix/actions/pins.ts +0 -63
- package/src/matrix/actions/polls.ts +0 -109
- package/src/matrix/actions/profile.ts +0 -37
- package/src/matrix/actions/reactions.ts +0 -59
- package/src/matrix/actions/room.ts +0 -71
- package/src/matrix/actions/summary.ts +0 -88
- package/src/matrix/actions/types.ts +0 -63
- package/src/matrix/actions/verification.ts +0 -589
- package/src/matrix/actions.ts +0 -37
- package/src/matrix/active-client.ts +0 -26
- package/src/matrix/async-lock.ts +0 -18
- package/src/matrix/backup-health.ts +0 -124
- package/src/matrix/client/config-runtime-api.ts +0 -9
- package/src/matrix/client/config-secret-input.runtime.ts +0 -1
- package/src/matrix/client/config.ts +0 -853
- package/src/matrix/client/create-client.ts +0 -105
- package/src/matrix/client/env-auth.ts +0 -95
- package/src/matrix/client/file-sync-store.ts +0 -289
- package/src/matrix/client/logging.ts +0 -140
- package/src/matrix/client/migration-snapshot.runtime.ts +0 -1
- package/src/matrix/client/private-network-host.ts +0 -1
- package/src/matrix/client/runtime.ts +0 -4
- package/src/matrix/client/shared.ts +0 -316
- package/src/matrix/client/storage.ts +0 -543
- package/src/matrix/client/types.ts +0 -50
- package/src/matrix/client/url-validation.ts +0 -76
- package/src/matrix/client-bootstrap.ts +0 -173
- package/src/matrix/client.ts +0 -23
- package/src/matrix/config-paths.ts +0 -31
- package/src/matrix/config-update.ts +0 -292
- package/src/matrix/credentials-read.ts +0 -207
- package/src/matrix/credentials-write.runtime.ts +0 -35
- package/src/matrix/credentials.ts +0 -95
- package/src/matrix/deps.ts +0 -309
- package/src/matrix/device-health.ts +0 -31
- package/src/matrix/direct-management.ts +0 -349
- package/src/matrix/direct-room.ts +0 -128
- package/src/matrix/draft-stream.ts +0 -225
- package/src/matrix/encryption-guidance.ts +0 -24
- package/src/matrix/errors.ts +0 -21
- package/src/matrix/format.ts +0 -426
- package/src/matrix/legacy-crypto-inspector.ts +0 -95
- package/src/matrix/media-errors.ts +0 -20
- package/src/matrix/media-text.ts +0 -162
- package/src/matrix/monitor/access-state.ts +0 -145
- package/src/matrix/monitor/ack-config.ts +0 -27
- package/src/matrix/monitor/allowlist.ts +0 -92
- package/src/matrix/monitor/auto-join.ts +0 -86
- package/src/matrix/monitor/config.ts +0 -569
- package/src/matrix/monitor/context-summary.ts +0 -43
- package/src/matrix/monitor/direct.ts +0 -296
- package/src/matrix/monitor/events.ts +0 -397
- package/src/matrix/monitor/handler.ts +0 -2271
- package/src/matrix/monitor/inbound-dedupe.ts +0 -267
- package/src/matrix/monitor/index.ts +0 -540
- package/src/matrix/monitor/legacy-crypto-restore.ts +0 -139
- package/src/matrix/monitor/location.ts +0 -108
- package/src/matrix/monitor/media.ts +0 -119
- package/src/matrix/monitor/mentions.ts +0 -256
- package/src/matrix/monitor/reaction-events.ts +0 -197
- package/src/matrix/monitor/recent-invite.ts +0 -30
- package/src/matrix/monitor/replies.ts +0 -136
- package/src/matrix/monitor/reply-context.ts +0 -92
- package/src/matrix/monitor/room-history.ts +0 -301
- package/src/matrix/monitor/room-info.ts +0 -126
- package/src/matrix/monitor/rooms.ts +0 -52
- package/src/matrix/monitor/route.ts +0 -179
- package/src/matrix/monitor/runtime-api.ts +0 -28
- package/src/matrix/monitor/startup-verification.ts +0 -237
- package/src/matrix/monitor/startup.ts +0 -218
- package/src/matrix/monitor/status.ts +0 -120
- package/src/matrix/monitor/sync-lifecycle.ts +0 -91
- package/src/matrix/monitor/task-runner.ts +0 -38
- package/src/matrix/monitor/test-events.ts +0 -21
- package/src/matrix/monitor/thread-context.ts +0 -108
- package/src/matrix/monitor/threads.ts +0 -85
- package/src/matrix/monitor/types.ts +0 -30
- package/src/matrix/monitor/verification-events.ts +0 -643
- package/src/matrix/monitor/verification-utils.ts +0 -46
- package/src/matrix/outbound-media-runtime.ts +0 -1
- package/src/matrix/poll-summary.ts +0 -110
- package/src/matrix/poll-types.ts +0 -429
- package/src/matrix/probe.runtime.ts +0 -4
- package/src/matrix/probe.ts +0 -97
- package/src/matrix/profile.ts +0 -184
- package/src/matrix/reaction-common.ts +0 -147
- package/src/matrix/sdk/crypto-bootstrap.ts +0 -438
- package/src/matrix/sdk/crypto-facade.ts +0 -242
- package/src/matrix/sdk/crypto-node.runtime.ts +0 -17
- package/src/matrix/sdk/crypto-runtime.ts +0 -14
- package/src/matrix/sdk/decrypt-bridge.ts +0 -410
- package/src/matrix/sdk/event-helpers.ts +0 -83
- package/src/matrix/sdk/http-client.ts +0 -87
- package/src/matrix/sdk/idb-persistence-lock.ts +0 -51
- package/src/matrix/sdk/idb-persistence.ts +0 -286
- package/src/matrix/sdk/logger.ts +0 -108
- package/src/matrix/sdk/read-response-with-limit.ts +0 -19
- package/src/matrix/sdk/recovery-key-store.ts +0 -453
- package/src/matrix/sdk/timeout-abort-signal.ts +0 -1
- package/src/matrix/sdk/transport-runtime-api.ts +0 -18
- package/src/matrix/sdk/transport.ts +0 -352
- package/src/matrix/sdk/types.ts +0 -245
- package/src/matrix/sdk/verification-manager.ts +0 -795
- package/src/matrix/sdk/verification-status.ts +0 -23
- package/src/matrix/sdk.ts +0 -2152
- package/src/matrix/send/client.ts +0 -93
- package/src/matrix/send/formatting.ts +0 -189
- package/src/matrix/send/media.ts +0 -244
- package/src/matrix/send/targets.ts +0 -104
- package/src/matrix/send/types.ts +0 -131
- package/src/matrix/send.ts +0 -660
- package/src/matrix/session-store-metadata.ts +0 -108
- package/src/matrix/startup-abort.ts +0 -44
- package/src/matrix/subagent-hooks.ts +0 -308
- package/src/matrix/sync-state.ts +0 -27
- package/src/matrix/target-ids.ts +0 -79
- package/src/matrix/thread-bindings-shared.ts +0 -206
- package/src/matrix/thread-bindings.ts +0 -580
- package/src/matrix-migration.runtime.ts +0 -9
- package/src/migration-config.ts +0 -243
- package/src/migration-snapshot-backup.ts +0 -116
- package/src/migration-snapshot.ts +0 -53
- package/src/onboarding.ts +0 -775
- package/src/outbound.ts +0 -248
- package/src/plugin-entry.runtime.js +0 -115
- package/src/plugin-entry.runtime.ts +0 -70
- package/src/profile-update.ts +0 -71
- package/src/resolve-targets.ts +0 -175
- package/src/resolver.runtime.ts +0 -5
- package/src/resolver.ts +0 -21
- package/src/runtime-api.ts +0 -106
- package/src/runtime.ts +0 -13
- package/src/secret-contract.ts +0 -174
- package/src/session-route.ts +0 -126
- package/src/setup-bootstrap.ts +0 -102
- package/src/setup-config.ts +0 -222
- package/src/setup-contract.ts +0 -90
- package/src/setup-core.ts +0 -146
- package/src/setup-dm-policy.ts +0 -15
- package/src/setup-surface.ts +0 -4
- package/src/startup-maintenance.ts +0 -114
- package/src/storage-paths.ts +0 -92
- package/src/thread-binding-api.ts +0 -23
- package/src/tool-actions.runtime.ts +0 -1
- package/src/tool-actions.ts +0 -498
- package/src/types.ts +0 -257
- package/subagent-hooks-api.ts +0 -31
- package/test-api.ts +0 -21
- package/thread-binding-api.ts +0 -4
- package/thread-bindings-runtime.ts +0 -4
- package/tsconfig.json +0 -16
package/autobot.plugin.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "matrix",
|
|
3
|
-
"commandAliases": [
|
|
3
|
+
"commandAliases": [
|
|
4
|
+
{
|
|
5
|
+
"name": "matrix"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
4
8
|
"activation": {
|
|
5
9
|
"onStartup": false,
|
|
6
|
-
"onCommands": [
|
|
10
|
+
"onCommands": [
|
|
11
|
+
"matrix"
|
|
12
|
+
]
|
|
7
13
|
},
|
|
8
|
-
"channels": [
|
|
14
|
+
"channels": [
|
|
15
|
+
"matrix"
|
|
16
|
+
],
|
|
9
17
|
"channelEnvVars": {
|
|
10
18
|
"matrix": [
|
|
11
19
|
"MATRIX_HOMESERVER",
|
|
@@ -24,5 +32,885 @@
|
|
|
24
32
|
"type": "object",
|
|
25
33
|
"additionalProperties": false,
|
|
26
34
|
"properties": {}
|
|
35
|
+
},
|
|
36
|
+
"channelConfigs": {
|
|
37
|
+
"matrix": {
|
|
38
|
+
"schema": {
|
|
39
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
40
|
+
"type": "object",
|
|
41
|
+
"properties": {
|
|
42
|
+
"name": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"enabled": {
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
"defaultAccount": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"accounts": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"propertyNames": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"additionalProperties": {}
|
|
57
|
+
},
|
|
58
|
+
"markdown": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {
|
|
61
|
+
"tables": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"enum": [
|
|
64
|
+
"off",
|
|
65
|
+
"bullets",
|
|
66
|
+
"code",
|
|
67
|
+
"block"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"additionalProperties": false
|
|
72
|
+
},
|
|
73
|
+
"homeserver": {
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"network": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"dangerouslyAllowPrivateNetwork": {
|
|
80
|
+
"type": "boolean"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"additionalProperties": false
|
|
84
|
+
},
|
|
85
|
+
"proxy": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"userId": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"accessToken": {
|
|
92
|
+
"anyOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"oneOf": [
|
|
98
|
+
{
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
"source": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"const": "env"
|
|
104
|
+
},
|
|
105
|
+
"provider": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
108
|
+
},
|
|
109
|
+
"id": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"pattern": "^[A-Z][A-Z0-9_]{0,127}$"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"source",
|
|
116
|
+
"provider",
|
|
117
|
+
"id"
|
|
118
|
+
],
|
|
119
|
+
"additionalProperties": false
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"type": "object",
|
|
123
|
+
"properties": {
|
|
124
|
+
"source": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"const": "file"
|
|
127
|
+
},
|
|
128
|
+
"provider": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
131
|
+
},
|
|
132
|
+
"id": {
|
|
133
|
+
"type": "string"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"required": [
|
|
137
|
+
"source",
|
|
138
|
+
"provider",
|
|
139
|
+
"id"
|
|
140
|
+
],
|
|
141
|
+
"additionalProperties": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"type": "object",
|
|
145
|
+
"properties": {
|
|
146
|
+
"source": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"const": "exec"
|
|
149
|
+
},
|
|
150
|
+
"provider": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
153
|
+
},
|
|
154
|
+
"id": {
|
|
155
|
+
"type": "string"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"required": [
|
|
159
|
+
"source",
|
|
160
|
+
"provider",
|
|
161
|
+
"id"
|
|
162
|
+
],
|
|
163
|
+
"additionalProperties": false
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"password": {
|
|
170
|
+
"anyOf": [
|
|
171
|
+
{
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"oneOf": [
|
|
176
|
+
{
|
|
177
|
+
"type": "object",
|
|
178
|
+
"properties": {
|
|
179
|
+
"source": {
|
|
180
|
+
"type": "string",
|
|
181
|
+
"const": "env"
|
|
182
|
+
},
|
|
183
|
+
"provider": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
186
|
+
},
|
|
187
|
+
"id": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"pattern": "^[A-Z][A-Z0-9_]{0,127}$"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"required": [
|
|
193
|
+
"source",
|
|
194
|
+
"provider",
|
|
195
|
+
"id"
|
|
196
|
+
],
|
|
197
|
+
"additionalProperties": false
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"type": "object",
|
|
201
|
+
"properties": {
|
|
202
|
+
"source": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"const": "file"
|
|
205
|
+
},
|
|
206
|
+
"provider": {
|
|
207
|
+
"type": "string",
|
|
208
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
209
|
+
},
|
|
210
|
+
"id": {
|
|
211
|
+
"type": "string"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"required": [
|
|
215
|
+
"source",
|
|
216
|
+
"provider",
|
|
217
|
+
"id"
|
|
218
|
+
],
|
|
219
|
+
"additionalProperties": false
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "object",
|
|
223
|
+
"properties": {
|
|
224
|
+
"source": {
|
|
225
|
+
"type": "string",
|
|
226
|
+
"const": "exec"
|
|
227
|
+
},
|
|
228
|
+
"provider": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"pattern": "^[a-z][a-z0-9_-]{0,63}$"
|
|
231
|
+
},
|
|
232
|
+
"id": {
|
|
233
|
+
"type": "string"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"required": [
|
|
237
|
+
"source",
|
|
238
|
+
"provider",
|
|
239
|
+
"id"
|
|
240
|
+
],
|
|
241
|
+
"additionalProperties": false
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"deviceId": {
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
"deviceName": {
|
|
251
|
+
"type": "string"
|
|
252
|
+
},
|
|
253
|
+
"avatarUrl": {
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
256
|
+
"initialSyncLimit": {
|
|
257
|
+
"type": "number"
|
|
258
|
+
},
|
|
259
|
+
"encryption": {
|
|
260
|
+
"type": "boolean"
|
|
261
|
+
},
|
|
262
|
+
"allowlistOnly": {
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
},
|
|
265
|
+
"dangerouslyAllowNameMatching": {
|
|
266
|
+
"type": "boolean"
|
|
267
|
+
},
|
|
268
|
+
"allowBots": {
|
|
269
|
+
"anyOf": [
|
|
270
|
+
{
|
|
271
|
+
"type": "boolean"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"type": "string",
|
|
275
|
+
"const": "mentions"
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
"botLoopProtection": {
|
|
280
|
+
"type": "object",
|
|
281
|
+
"properties": {
|
|
282
|
+
"enabled": {
|
|
283
|
+
"type": "boolean"
|
|
284
|
+
},
|
|
285
|
+
"maxEventsPerWindow": {
|
|
286
|
+
"type": "integer",
|
|
287
|
+
"exclusiveMinimum": 0,
|
|
288
|
+
"maximum": 9007199254740991
|
|
289
|
+
},
|
|
290
|
+
"windowSeconds": {
|
|
291
|
+
"type": "integer",
|
|
292
|
+
"exclusiveMinimum": 0,
|
|
293
|
+
"maximum": 9007199254740991
|
|
294
|
+
},
|
|
295
|
+
"cooldownSeconds": {
|
|
296
|
+
"type": "integer",
|
|
297
|
+
"exclusiveMinimum": 0,
|
|
298
|
+
"maximum": 9007199254740991
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"additionalProperties": false
|
|
302
|
+
},
|
|
303
|
+
"groupPolicy": {
|
|
304
|
+
"type": "string",
|
|
305
|
+
"enum": [
|
|
306
|
+
"open",
|
|
307
|
+
"disabled",
|
|
308
|
+
"allowlist"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"contextVisibility": {
|
|
312
|
+
"type": "string",
|
|
313
|
+
"enum": [
|
|
314
|
+
"all",
|
|
315
|
+
"allowlist",
|
|
316
|
+
"allowlist_quote"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"blockStreaming": {
|
|
320
|
+
"type": "boolean"
|
|
321
|
+
},
|
|
322
|
+
"streaming": {
|
|
323
|
+
"anyOf": [
|
|
324
|
+
{
|
|
325
|
+
"type": "string",
|
|
326
|
+
"enum": [
|
|
327
|
+
"partial",
|
|
328
|
+
"quiet",
|
|
329
|
+
"progress",
|
|
330
|
+
"off"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"type": "boolean"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"type": "object",
|
|
338
|
+
"properties": {
|
|
339
|
+
"mode": {
|
|
340
|
+
"type": "string",
|
|
341
|
+
"enum": [
|
|
342
|
+
"partial",
|
|
343
|
+
"quiet",
|
|
344
|
+
"progress",
|
|
345
|
+
"off"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
"progress": {
|
|
349
|
+
"type": "object",
|
|
350
|
+
"properties": {
|
|
351
|
+
"label": {
|
|
352
|
+
"anyOf": [
|
|
353
|
+
{
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"type": "boolean",
|
|
358
|
+
"const": false
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"labels": {
|
|
363
|
+
"type": "array",
|
|
364
|
+
"items": {
|
|
365
|
+
"type": "string"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"maxLines": {
|
|
369
|
+
"type": "integer",
|
|
370
|
+
"exclusiveMinimum": 0,
|
|
371
|
+
"maximum": 9007199254740991
|
|
372
|
+
},
|
|
373
|
+
"maxLineChars": {
|
|
374
|
+
"type": "integer",
|
|
375
|
+
"exclusiveMinimum": 0,
|
|
376
|
+
"maximum": 9007199254740991
|
|
377
|
+
},
|
|
378
|
+
"toolProgress": {
|
|
379
|
+
"type": "boolean"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"additionalProperties": false
|
|
383
|
+
},
|
|
384
|
+
"preview": {
|
|
385
|
+
"type": "object",
|
|
386
|
+
"properties": {
|
|
387
|
+
"toolProgress": {
|
|
388
|
+
"type": "boolean"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"additionalProperties": false
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"additionalProperties": false
|
|
395
|
+
}
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
"replyToMode": {
|
|
399
|
+
"type": "string",
|
|
400
|
+
"enum": [
|
|
401
|
+
"off",
|
|
402
|
+
"first",
|
|
403
|
+
"all",
|
|
404
|
+
"batched"
|
|
405
|
+
]
|
|
406
|
+
},
|
|
407
|
+
"threadReplies": {
|
|
408
|
+
"type": "string",
|
|
409
|
+
"enum": [
|
|
410
|
+
"off",
|
|
411
|
+
"inbound",
|
|
412
|
+
"always"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
"textChunkLimit": {
|
|
416
|
+
"type": "number"
|
|
417
|
+
},
|
|
418
|
+
"chunkMode": {
|
|
419
|
+
"type": "string",
|
|
420
|
+
"enum": [
|
|
421
|
+
"length",
|
|
422
|
+
"newline"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"responsePrefix": {
|
|
426
|
+
"type": "string"
|
|
427
|
+
},
|
|
428
|
+
"ackReaction": {
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
"ackReactionScope": {
|
|
432
|
+
"type": "string",
|
|
433
|
+
"enum": [
|
|
434
|
+
"group-mentions",
|
|
435
|
+
"group-all",
|
|
436
|
+
"direct",
|
|
437
|
+
"all",
|
|
438
|
+
"none",
|
|
439
|
+
"off"
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
"reactionNotifications": {
|
|
443
|
+
"type": "string",
|
|
444
|
+
"enum": [
|
|
445
|
+
"off",
|
|
446
|
+
"own"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"threadBindings": {
|
|
450
|
+
"type": "object",
|
|
451
|
+
"properties": {
|
|
452
|
+
"enabled": {
|
|
453
|
+
"type": "boolean"
|
|
454
|
+
},
|
|
455
|
+
"idleHours": {
|
|
456
|
+
"type": "number",
|
|
457
|
+
"minimum": 0
|
|
458
|
+
},
|
|
459
|
+
"maxAgeHours": {
|
|
460
|
+
"type": "number",
|
|
461
|
+
"minimum": 0
|
|
462
|
+
},
|
|
463
|
+
"spawnSessions": {
|
|
464
|
+
"type": "boolean"
|
|
465
|
+
},
|
|
466
|
+
"defaultSpawnContext": {
|
|
467
|
+
"type": "string",
|
|
468
|
+
"enum": [
|
|
469
|
+
"isolated",
|
|
470
|
+
"fork"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"spawnSubagentSessions": {
|
|
474
|
+
"type": "boolean"
|
|
475
|
+
},
|
|
476
|
+
"spawnAcpSessions": {
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"additionalProperties": false
|
|
481
|
+
},
|
|
482
|
+
"startupVerification": {
|
|
483
|
+
"type": "string",
|
|
484
|
+
"enum": [
|
|
485
|
+
"off",
|
|
486
|
+
"if-unverified"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"startupVerificationCooldownHours": {
|
|
490
|
+
"type": "number"
|
|
491
|
+
},
|
|
492
|
+
"mediaMaxMb": {
|
|
493
|
+
"type": "number"
|
|
494
|
+
},
|
|
495
|
+
"historyLimit": {
|
|
496
|
+
"type": "integer",
|
|
497
|
+
"minimum": 0,
|
|
498
|
+
"maximum": 9007199254740991
|
|
499
|
+
},
|
|
500
|
+
"autoJoin": {
|
|
501
|
+
"type": "string",
|
|
502
|
+
"enum": [
|
|
503
|
+
"always",
|
|
504
|
+
"allowlist",
|
|
505
|
+
"off"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"autoJoinAllowlist": {
|
|
509
|
+
"type": "array",
|
|
510
|
+
"items": {
|
|
511
|
+
"anyOf": [
|
|
512
|
+
{
|
|
513
|
+
"type": "string"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "number"
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"groupAllowFrom": {
|
|
522
|
+
"type": "array",
|
|
523
|
+
"items": {
|
|
524
|
+
"anyOf": [
|
|
525
|
+
{
|
|
526
|
+
"type": "string"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"type": "number"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"dm": {
|
|
535
|
+
"type": "object",
|
|
536
|
+
"properties": {
|
|
537
|
+
"enabled": {
|
|
538
|
+
"type": "boolean"
|
|
539
|
+
},
|
|
540
|
+
"policy": {
|
|
541
|
+
"type": "string",
|
|
542
|
+
"enum": [
|
|
543
|
+
"pairing",
|
|
544
|
+
"allowlist",
|
|
545
|
+
"open",
|
|
546
|
+
"disabled"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
"allowFrom": {
|
|
550
|
+
"type": "array",
|
|
551
|
+
"items": {
|
|
552
|
+
"anyOf": [
|
|
553
|
+
{
|
|
554
|
+
"type": "string"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"type": "number"
|
|
558
|
+
}
|
|
559
|
+
]
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"sessionScope": {
|
|
563
|
+
"type": "string",
|
|
564
|
+
"enum": [
|
|
565
|
+
"per-user",
|
|
566
|
+
"per-room"
|
|
567
|
+
]
|
|
568
|
+
},
|
|
569
|
+
"threadReplies": {
|
|
570
|
+
"type": "string",
|
|
571
|
+
"enum": [
|
|
572
|
+
"off",
|
|
573
|
+
"inbound",
|
|
574
|
+
"always"
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"additionalProperties": false
|
|
579
|
+
},
|
|
580
|
+
"execApprovals": {
|
|
581
|
+
"type": "object",
|
|
582
|
+
"properties": {
|
|
583
|
+
"enabled": {
|
|
584
|
+
"type": "boolean"
|
|
585
|
+
},
|
|
586
|
+
"approvers": {
|
|
587
|
+
"type": "array",
|
|
588
|
+
"items": {
|
|
589
|
+
"anyOf": [
|
|
590
|
+
{
|
|
591
|
+
"type": "string"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"type": "number"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"agentFilter": {
|
|
600
|
+
"type": "array",
|
|
601
|
+
"items": {
|
|
602
|
+
"type": "string"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"sessionFilter": {
|
|
606
|
+
"type": "array",
|
|
607
|
+
"items": {
|
|
608
|
+
"type": "string"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"target": {
|
|
612
|
+
"type": "string",
|
|
613
|
+
"enum": [
|
|
614
|
+
"dm",
|
|
615
|
+
"channel",
|
|
616
|
+
"both"
|
|
617
|
+
]
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"additionalProperties": false
|
|
621
|
+
},
|
|
622
|
+
"groups": {
|
|
623
|
+
"type": "object",
|
|
624
|
+
"properties": {},
|
|
625
|
+
"additionalProperties": {
|
|
626
|
+
"type": "object",
|
|
627
|
+
"properties": {
|
|
628
|
+
"account": {
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
"enabled": {
|
|
632
|
+
"type": "boolean"
|
|
633
|
+
},
|
|
634
|
+
"requireMention": {
|
|
635
|
+
"type": "boolean"
|
|
636
|
+
},
|
|
637
|
+
"allowBots": {
|
|
638
|
+
"anyOf": [
|
|
639
|
+
{
|
|
640
|
+
"type": "boolean"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "string",
|
|
644
|
+
"const": "mentions"
|
|
645
|
+
}
|
|
646
|
+
]
|
|
647
|
+
},
|
|
648
|
+
"botLoopProtection": {
|
|
649
|
+
"type": "object",
|
|
650
|
+
"properties": {
|
|
651
|
+
"enabled": {
|
|
652
|
+
"type": "boolean"
|
|
653
|
+
},
|
|
654
|
+
"maxEventsPerWindow": {
|
|
655
|
+
"type": "integer",
|
|
656
|
+
"exclusiveMinimum": 0,
|
|
657
|
+
"maximum": 9007199254740991
|
|
658
|
+
},
|
|
659
|
+
"windowSeconds": {
|
|
660
|
+
"type": "integer",
|
|
661
|
+
"exclusiveMinimum": 0,
|
|
662
|
+
"maximum": 9007199254740991
|
|
663
|
+
},
|
|
664
|
+
"cooldownSeconds": {
|
|
665
|
+
"type": "integer",
|
|
666
|
+
"exclusiveMinimum": 0,
|
|
667
|
+
"maximum": 9007199254740991
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"additionalProperties": false
|
|
671
|
+
},
|
|
672
|
+
"tools": {
|
|
673
|
+
"type": "object",
|
|
674
|
+
"properties": {
|
|
675
|
+
"allow": {
|
|
676
|
+
"type": "array",
|
|
677
|
+
"items": {
|
|
678
|
+
"type": "string"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"alsoAllow": {
|
|
682
|
+
"type": "array",
|
|
683
|
+
"items": {
|
|
684
|
+
"type": "string"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"deny": {
|
|
688
|
+
"type": "array",
|
|
689
|
+
"items": {
|
|
690
|
+
"type": "string"
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"additionalProperties": false
|
|
695
|
+
},
|
|
696
|
+
"autoReply": {
|
|
697
|
+
"type": "boolean"
|
|
698
|
+
},
|
|
699
|
+
"users": {
|
|
700
|
+
"type": "array",
|
|
701
|
+
"items": {
|
|
702
|
+
"anyOf": [
|
|
703
|
+
{
|
|
704
|
+
"type": "string"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"type": "number"
|
|
708
|
+
}
|
|
709
|
+
]
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"skills": {
|
|
713
|
+
"type": "array",
|
|
714
|
+
"items": {
|
|
715
|
+
"type": "string"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"systemPrompt": {
|
|
719
|
+
"type": "string"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"additionalProperties": false
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"rooms": {
|
|
726
|
+
"type": "object",
|
|
727
|
+
"properties": {},
|
|
728
|
+
"additionalProperties": {
|
|
729
|
+
"type": "object",
|
|
730
|
+
"properties": {
|
|
731
|
+
"account": {
|
|
732
|
+
"type": "string"
|
|
733
|
+
},
|
|
734
|
+
"enabled": {
|
|
735
|
+
"type": "boolean"
|
|
736
|
+
},
|
|
737
|
+
"requireMention": {
|
|
738
|
+
"type": "boolean"
|
|
739
|
+
},
|
|
740
|
+
"allowBots": {
|
|
741
|
+
"anyOf": [
|
|
742
|
+
{
|
|
743
|
+
"type": "boolean"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"type": "string",
|
|
747
|
+
"const": "mentions"
|
|
748
|
+
}
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
"botLoopProtection": {
|
|
752
|
+
"type": "object",
|
|
753
|
+
"properties": {
|
|
754
|
+
"enabled": {
|
|
755
|
+
"type": "boolean"
|
|
756
|
+
},
|
|
757
|
+
"maxEventsPerWindow": {
|
|
758
|
+
"type": "integer",
|
|
759
|
+
"exclusiveMinimum": 0,
|
|
760
|
+
"maximum": 9007199254740991
|
|
761
|
+
},
|
|
762
|
+
"windowSeconds": {
|
|
763
|
+
"type": "integer",
|
|
764
|
+
"exclusiveMinimum": 0,
|
|
765
|
+
"maximum": 9007199254740991
|
|
766
|
+
},
|
|
767
|
+
"cooldownSeconds": {
|
|
768
|
+
"type": "integer",
|
|
769
|
+
"exclusiveMinimum": 0,
|
|
770
|
+
"maximum": 9007199254740991
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"additionalProperties": false
|
|
774
|
+
},
|
|
775
|
+
"tools": {
|
|
776
|
+
"type": "object",
|
|
777
|
+
"properties": {
|
|
778
|
+
"allow": {
|
|
779
|
+
"type": "array",
|
|
780
|
+
"items": {
|
|
781
|
+
"type": "string"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"alsoAllow": {
|
|
785
|
+
"type": "array",
|
|
786
|
+
"items": {
|
|
787
|
+
"type": "string"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"deny": {
|
|
791
|
+
"type": "array",
|
|
792
|
+
"items": {
|
|
793
|
+
"type": "string"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"additionalProperties": false
|
|
798
|
+
},
|
|
799
|
+
"autoReply": {
|
|
800
|
+
"type": "boolean"
|
|
801
|
+
},
|
|
802
|
+
"users": {
|
|
803
|
+
"type": "array",
|
|
804
|
+
"items": {
|
|
805
|
+
"anyOf": [
|
|
806
|
+
{
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "number"
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"skills": {
|
|
816
|
+
"type": "array",
|
|
817
|
+
"items": {
|
|
818
|
+
"type": "string"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"systemPrompt": {
|
|
822
|
+
"type": "string"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"additionalProperties": false
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"actions": {
|
|
829
|
+
"type": "object",
|
|
830
|
+
"properties": {
|
|
831
|
+
"reactions": {
|
|
832
|
+
"type": "boolean"
|
|
833
|
+
},
|
|
834
|
+
"messages": {
|
|
835
|
+
"type": "boolean"
|
|
836
|
+
},
|
|
837
|
+
"pins": {
|
|
838
|
+
"type": "boolean"
|
|
839
|
+
},
|
|
840
|
+
"profile": {
|
|
841
|
+
"type": "boolean"
|
|
842
|
+
},
|
|
843
|
+
"memberInfo": {
|
|
844
|
+
"type": "boolean"
|
|
845
|
+
},
|
|
846
|
+
"channelInfo": {
|
|
847
|
+
"type": "boolean"
|
|
848
|
+
},
|
|
849
|
+
"verification": {
|
|
850
|
+
"type": "boolean"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"additionalProperties": false
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"additionalProperties": false
|
|
857
|
+
},
|
|
858
|
+
"label": "Matrix",
|
|
859
|
+
"description": "open protocol; install the plugin to enable.",
|
|
860
|
+
"uiHints": {
|
|
861
|
+
"allowBots": {
|
|
862
|
+
"label": "Matrix Allow Bot Messages",
|
|
863
|
+
"help": "Allow messages from other configured Matrix bot accounts to trigger replies (default: false). Set \"mentions\" to require a visible room mention."
|
|
864
|
+
},
|
|
865
|
+
"botLoopProtection": {
|
|
866
|
+
"label": "Matrix Bot Loop Protection",
|
|
867
|
+
"help": "Sliding-window guard for accepted Matrix configured-bot loops. Default is enabled whenever allowBots lets configured bot messages reach dispatch."
|
|
868
|
+
},
|
|
869
|
+
"botLoopProtection.enabled": {
|
|
870
|
+
"label": "Matrix Bot Loop Protection Enabled",
|
|
871
|
+
"help": "Enable the bot-pair loop guard. Defaults to true when allowBots is true or \"mentions\", and false when configured bot messages are ignored."
|
|
872
|
+
},
|
|
873
|
+
"botLoopProtection.maxEventsPerWindow": {
|
|
874
|
+
"label": "Matrix Bot Loop Events per Window",
|
|
875
|
+
"help": "Maximum accepted bot-pair messages within the sliding window before suppression starts. Default: 20."
|
|
876
|
+
},
|
|
877
|
+
"botLoopProtection.windowSeconds": {
|
|
878
|
+
"label": "Matrix Bot Loop Window Seconds",
|
|
879
|
+
"help": "Sliding window length for counting bot-pair messages. Default: 60."
|
|
880
|
+
},
|
|
881
|
+
"botLoopProtection.cooldownSeconds": {
|
|
882
|
+
"label": "Matrix Bot Loop Cooldown Seconds",
|
|
883
|
+
"help": "How long to suppress the bot pair after it exceeds the budget. Default: 60."
|
|
884
|
+
},
|
|
885
|
+
"dangerouslyAllowNameMatching": {
|
|
886
|
+
"label": "Matrix Display Name Matching",
|
|
887
|
+
"help": "Compatibility opt-in for resolving Matrix display names and joined room names in allowlists. Prefer full @user:server IDs and room IDs or aliases because names are mutable."
|
|
888
|
+
},
|
|
889
|
+
"streaming.progress.label": {
|
|
890
|
+
"label": "Matrix Progress Label",
|
|
891
|
+
"help": "Initial progress draft title. Use \"auto\" for built-in single-word labels, a custom string, or false to hide the title."
|
|
892
|
+
},
|
|
893
|
+
"streaming.progress.labels": {
|
|
894
|
+
"label": "Matrix Progress Label Pool",
|
|
895
|
+
"help": "Candidate labels for streaming.progress.label=\"auto\". Leave unset to use AutoBot built-in progress labels."
|
|
896
|
+
},
|
|
897
|
+
"streaming.progress.maxLines": {
|
|
898
|
+
"label": "Matrix Progress Max Lines",
|
|
899
|
+
"help": "Maximum number of compact progress lines to keep below the draft label (default: 8)."
|
|
900
|
+
},
|
|
901
|
+
"streaming.progress.maxLineChars": {
|
|
902
|
+
"label": "Matrix Progress Max Line Chars",
|
|
903
|
+
"help": "Maximum characters per compact progress line before truncation (default: 120). Prose cuts at word boundaries; commands and paths keep useful suffixes."
|
|
904
|
+
},
|
|
905
|
+
"streaming.progress.toolProgress": {
|
|
906
|
+
"label": "Matrix Progress Tool Lines",
|
|
907
|
+
"help": "Show compact tool/progress lines in progress draft mode (default: true). Set false to keep only the label until final delivery."
|
|
908
|
+
},
|
|
909
|
+
"streaming.progress.commandText": {
|
|
910
|
+
"label": "Matrix Progress Command Text",
|
|
911
|
+
"help": "Command/exec detail in progress draft lines: \"raw\" preserves released behavior; \"status\" shows only the tool label."
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
27
915
|
}
|
|
28
916
|
}
|