@coremail/lunkr-openclaw 1.0.7 → 1.0.8
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/README.md +43 -0
- package/bin/lunkr-cli.js +4 -4
- package/i18n/locales/en-US.json +23 -0
- package/i18n/locales/zh-CN.json +23 -0
- package/index.js +27 -21
- package/package.json +1 -1
package/i18n/locales/en-US.json
CHANGED
|
@@ -217,6 +217,29 @@
|
|
|
217
217
|
"bot_list": {
|
|
218
218
|
"title": "Bot Discussions ({{count}}):"
|
|
219
219
|
},
|
|
220
|
+
"agent": {
|
|
221
|
+
"add_title": "Add Agent Account",
|
|
222
|
+
"add_success": "Agent account added: {{email}}",
|
|
223
|
+
"add_already_exists": "Account {{email}} already exists",
|
|
224
|
+
"list_title": "Agent Accounts ({{count}}):",
|
|
225
|
+
"list_empty": "No agent accounts configured.",
|
|
226
|
+
"list_role": "Role",
|
|
227
|
+
"list_agent_id": "Agent ID",
|
|
228
|
+
"list_session": "Session",
|
|
229
|
+
"list_session_valid": "Valid",
|
|
230
|
+
"list_session_expired": "Expired",
|
|
231
|
+
"list_session_none": "None",
|
|
232
|
+
"remove_success": "Removed agent account: {{email}}",
|
|
233
|
+
"remove_not_found": "Agent account not found: {{email}}",
|
|
234
|
+
"remove_not_agent": "Account {{email}} is not an agent account (role: {{role}})",
|
|
235
|
+
"bind_success": "Bound agent: {{email}} → {{agentId}}",
|
|
236
|
+
"bind_unbind_success": "Unbound agent from {{email}}, role restored to standard",
|
|
237
|
+
"bind_not_found": "Account not found: {{email}}",
|
|
238
|
+
"bind_self_upgrade": "Standard account upgraded to standard+agent dual role",
|
|
239
|
+
"bind_self_downgrade": "Standard account restored to standard role",
|
|
240
|
+
"bind_agent_id_required": "Error: --agent-id is required",
|
|
241
|
+
"bind_email_required": "Error: specify email or --self"
|
|
242
|
+
},
|
|
220
243
|
"setup": {
|
|
221
244
|
"title": "Lunkr One-Click Setup",
|
|
222
245
|
"disclaimer": "Usage Notice & Risk Disclaimer\n\nThis plugin (@coremail/lunkr-openclaw) is an OpenClaw\ncommunication channel extension that uses Lunkr platform\nAPIs for messaging. Please be aware:\n\n1. This plugin does not provide additional network\n services. All messages are transmitted and stored via\n the Lunkr platform; IM functionality is provided by\n Lunkr.\n2. Local saving of chat history and files is performed\n by the AI agent, not by this plugin. All files\n originate from user-to-user transfers. This plugin\n bears no responsibility for damage caused by saving\n files or downloading virus-infected files.\n3. This plugin does not forward chat content to third-party\n platforms beyond Lunkr. Forwarding by AI or other\n plugins is unrelated to this plugin.\n4. Messages are generated and sent automatically by AI\n agents based on user instructions or conversation\n context. The plugin itself does not initiate communication.\n5. Auto-sent AI messages may contain sensitive information.\n Users assume all privacy risks arising from this.\n\nEnter y to confirm you have read and understood the above\nand agree to assume the associated risks.",
|
package/i18n/locales/zh-CN.json
CHANGED
|
@@ -219,6 +219,29 @@
|
|
|
219
219
|
"bot_list": {
|
|
220
220
|
"title": "Bot 讨论 ({{count}}):"
|
|
221
221
|
},
|
|
222
|
+
"agent": {
|
|
223
|
+
"add_title": "添加智能体账号",
|
|
224
|
+
"add_success": "智能体账号已添加:{{email}}",
|
|
225
|
+
"add_already_exists": "账号 {{email}} 已存在",
|
|
226
|
+
"list_title": "智能体账号 ({{count}}):",
|
|
227
|
+
"list_empty": "未配置智能体账号。",
|
|
228
|
+
"list_role": "角色",
|
|
229
|
+
"list_agent_id": "Agent ID",
|
|
230
|
+
"list_session": "会话",
|
|
231
|
+
"list_session_valid": "有效",
|
|
232
|
+
"list_session_expired": "已过期",
|
|
233
|
+
"list_session_none": "无",
|
|
234
|
+
"remove_success": "已移除智能体账号:{{email}}",
|
|
235
|
+
"remove_not_found": "未找到智能体账号:{{email}}",
|
|
236
|
+
"remove_not_agent": "账号 {{email}} 不是智能体账号(角色为 {{role}})",
|
|
237
|
+
"bind_success": "已绑定 agent:{{email}} → {{agentId}}",
|
|
238
|
+
"bind_unbind_success": "已解除 {{email}} 的智能体绑定,角色恢复为 standard",
|
|
239
|
+
"bind_not_found": "未找到账号:{{email}}",
|
|
240
|
+
"bind_self_upgrade": "标准账号已升级为 standard+agent 双重角色",
|
|
241
|
+
"bind_self_downgrade": "标准账号已恢复为 standard 角色",
|
|
242
|
+
"bind_agent_id_required": "错误:需要 --agent-id 参数",
|
|
243
|
+
"bind_email_required": "错误:需要指定邮箱或 --self"
|
|
244
|
+
},
|
|
222
245
|
"setup": {
|
|
223
246
|
"title": "Lunkr 一键配置",
|
|
224
247
|
"disclaimer": "使用须知与风险声明\n\n本插件(@coremail/lunkr-openclaw)是 OpenClaw 的\n通信通道扩展,通过调用论客(Lunkr)平台接口实现\n消息收发功能。使用前请知悉:\n\n1. 本插件不提供额外的网络服务,所有消息均通过\n 论客平台传输和存储,IM 交互功能由论客提供。\n2. 聊天记录和文件的本地保存是 AI 代理的行为,\n 非本插件所为。文件均来自用户之间的传输,因\n 保存文件或下载含病毒的文件而造成的损害,本\n 插件不承担责任。\n3. 本插件不会将聊天内容经由自身转发至论客以外\n 的第三方平台。AI 或其他插件的转发行为与本插\n 件无关。\n4. 消息由 AI 代理根据用户指令或对话上下文自动\n 生成并发送,插件本身不会主动发起通信。\n5. AI 自动发送的消息可能包含敏感信息,由此产生\n 的隐私风险由使用者自行承担。\n\n输入 y 表示您已阅读并理解上述内容,愿意自行\n承担相关风险。",
|