mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
fix: enforce plugin tool manifest contracts
This commit is contained in:
@@ -4,6 +4,24 @@
|
||||
"onStartup": false
|
||||
},
|
||||
"channels": ["feishu"],
|
||||
"contracts": {
|
||||
"tools": [
|
||||
"feishu_app_scopes",
|
||||
"feishu_bitable_create_app",
|
||||
"feishu_bitable_create_field",
|
||||
"feishu_bitable_create_record",
|
||||
"feishu_bitable_get_meta",
|
||||
"feishu_bitable_get_record",
|
||||
"feishu_bitable_list_fields",
|
||||
"feishu_bitable_list_records",
|
||||
"feishu_bitable_update_record",
|
||||
"feishu_chat",
|
||||
"feishu_doc",
|
||||
"feishu_drive",
|
||||
"feishu_perm",
|
||||
"feishu_wiki"
|
||||
]
|
||||
},
|
||||
"channelEnvVars": {
|
||||
"feishu": [
|
||||
"FEISHU_APP_ID",
|
||||
|
||||
Reference in New Issue
Block a user