@inline-openclaw/inline 0.0.44 → 0.0.45
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/dist/account-inspect-api.js +4 -2
- package/dist/account-inspect-api.js.map +3 -3
- package/dist/approval-handler.runtime.js +47 -10
- package/dist/approval-handler.runtime.js.map +5 -5
- package/dist/channel-plugin-api.js +656 -58
- package/dist/channel-plugin-api.js.map +13 -12
- package/dist/inline/bot-commands-sync.d.ts.map +1 -1
- package/dist/inline/channel.d.ts.map +1 -1
- package/dist/inline/config-schema.d.ts +2 -0
- package/dist/inline/config-schema.d.ts.map +1 -1
- package/dist/inline/doctor.d.ts.map +1 -1
- package/dist/inline/monitor.d.ts.map +1 -1
- package/dist/inline/security.d.ts.map +1 -1
- package/dist/inline/setup-surface.d.ts.map +1 -1
- package/dist/inline/threadreply-command.d.ts +31 -0
- package/dist/inline/threadreply-command.d.ts.map +1 -1
- package/dist/runtime-register-api.js +225 -160
- package/dist/runtime-register-api.js.map +7 -7
- package/dist/setup-plugin-api.js +23 -13
- package/dist/setup-plugin-api.js.map +6 -6
- package/openclaw.plugin.json +3 -3
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"items": { "anyOf": [{ "type": "string" }, { "type": "number" }] }
|
|
97
97
|
},
|
|
98
98
|
"groupPolicy": {
|
|
99
|
-
"default": "
|
|
99
|
+
"default": "open",
|
|
100
100
|
"type": "string",
|
|
101
101
|
"enum": ["open", "disabled", "allowlist"]
|
|
102
102
|
},
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
}
|
|
443
443
|
},
|
|
444
444
|
"groupPolicy": {
|
|
445
|
-
"default": "
|
|
445
|
+
"default": "open",
|
|
446
446
|
"type": "string",
|
|
447
447
|
"enum": [
|
|
448
448
|
"open",
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
},
|
|
983
983
|
"groupPolicy": {
|
|
984
984
|
"label": "Inline Group Policy",
|
|
985
|
-
"help": "Controls group chat access:
|
|
985
|
+
"help": "Controls group chat access: open by default with mention gating, allowlist, or disabled."
|
|
986
986
|
},
|
|
987
987
|
"groupAllowFrom": {
|
|
988
988
|
"label": "Inline Group Sender Allowlist",
|