@lansenger-pm/openclaw-lansenger-channel 2.7.0 → 2.7.2

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.fr.md CHANGED
@@ -373,6 +373,10 @@ Les mises à jour de statut d'approbation utilisent le format DynamicMsg appCard
373
373
 
374
374
  ## Journal des modifications
375
375
 
376
+ - **v2.7.2** — Ajout fichier VERSION ; complétion changelog dans 5 READMEs ; régénération package-lock.json
377
+ - **v2.7.0** — Enregistrement des outils comme objets simples (pas fonctions factory) ; utilisation de l'état runtime pour client/target — correction de l'enregistrement des outils de plugin externe
378
+ - **v2.6.0** — Enregistrement inconditionnel des outils (résolution du compte à l'exécution) ; suppression du ghost delete_message
379
+ - **v2.5.2** — Correction guide SKILL/README mention (formatText supporte reminder) ; AppArticles utilise `summary` pas `description` ; suppression delete_message
376
380
  - **v2.5.1** — Retour sysMsg (non affiché) et deleteMessage (API 10000) ; revoke chatType bot/group uniquement
377
381
  - **v2.5.0** — Ajout sysMsg pour revoke, outil deleteMessage (retiré en 2.5.1)
378
382
  - **v2.4.0** — Correction assemblage message : wrap() exclut msgType de msgData ; appArticles msgType/summary/tableau plat ; linkCard champs requis
package/README.md CHANGED
@@ -372,6 +372,10 @@ Approval status updates use the DynamicMsg appCard format. The `updateCardStatus
372
372
 
373
373
  ## Changelog
374
374
 
375
+ - **v2.7.2** — Add VERSION file; complete changelog in all 5 READMEs; regenerate package-lock.json
376
+ - **v2.7.0** — Register tools as plain objects (not factory functions); use runtime state for client/target — fixes external plugin tool registration
377
+ - **v2.6.0** — Register tools unconditionally (resolve account at execute time); removed phantom delete_message tool registration
378
+ - **v2.5.2** — Fix SKILL/README mention guidance (formatText supports reminder); AppArticles uses `summary` not `description`; remove delete_message from tools.allow
375
379
  - **v2.5.1** — Rollback sysMsg (not displayed) and deleteMessage (API 10000); revoke chatType bot/group only
376
380
  - **v2.5.0** — Add sysMsg for revoke, deleteMessage tool (rolled back in 2.5.1)
377
381
  - **v2.4.0** — Fix message body assembly: wrap() excludes msgType from msgData; appArticles correct msgType/summary/flat array; linkCard add missing required params
package/README.zhHans.md CHANGED
@@ -372,6 +372,12 @@ openclaw-lansenger-channel/
372
372
 
373
373
  ## 更新日志
374
374
 
375
+ ## 更新日志
376
+
377
+ - **v2.7.2** — 新增 VERSION 文件;补全 5 个 README changelog;重新生成 package-lock.json
378
+ - **v2.7.0** — 工具注册改为纯对象(非工厂函数);使用运行时状态获取 client/target — 修复外部插件工具注册
379
+ - **v2.6.0** — 无条件注册工具(执行时解析账号);移除幽灵 delete_message 注册
380
+ - **v2.5.2** — 修复 SKILL/README mention 说明(formatText 支持 reminder);AppArticles 使用 `summary` 不是 `description`;移除 delete_message
375
381
  - **v2.5.1** — 回滚 sysMsg(不显示)和 deleteMessage(API 10000);撤回 chatType 仅 bot/group
376
382
  - **v2.5.0** — 添加撤回 sysMsg、deleteMessage 工具(2.5.1 已回滚)
377
383
  - **v2.4.0** — 修复消息体组装:wrap() 从 msgData 中剥离 msgType;appArticles 正确 msgType/summary/平铺数组;linkCard 补全必须字段
package/README.zhHant.md CHANGED
@@ -373,6 +373,12 @@ openclaw-lansenger-channel/
373
373
 
374
374
  ## 更新日誌
375
375
 
376
+ ## 更新日誌
377
+
378
+ - **v2.7.2** — 新增 VERSION 檔案;補全 5 個 README changelog;重新生成 package-lock.json
379
+ - **v2.7.0** — 工具註冊改為純物件(非工廠函數);使用運行時狀態取得 client/target — 修復外部插件工具註冊
380
+ - **v2.6.0** — 無條件註冊工具(執行時解析帳號);移除幽靈 delete_message 註冊
381
+ - **v2.5.2** — 修復 SKILL/README mention 指引(formatText 支援 reminder);AppArticles 使用 `summary` 不是 `description`;移除 delete_message
376
382
  - **v2.5.1** — 回滾 sysMsg(不顯示)和 deleteMessage(API 10000);撤回 chatType 僅 bot/group
377
383
  - **v2.5.0** — 新增撤回 sysMsg、deleteMessage 工具(2.5.1 已回滾)
378
384
  - **v2.4.0** — 修復消息體組裝:wrap() 從 msgData 剝離 msgType;appArticles 正確 msgType/summary/平鋪數組;linkCard 補全必填字段
@@ -371,6 +371,21 @@ openclaw-lansenger-channel/
371
371
 
372
372
  審批狀態更新使用 DynamicMsg appCard 格式,`updateCardStatus()` 方法自動處理。
373
373
 
374
+ ## 更新日誌
375
+
376
+ - **v2.7.2** — 新增 VERSION 檔案;補全 5 個 README changelog;重新生成 package-lock.json
377
+ - **v2.7.0** — 工具註冊改為純物件(非工廠函數);使用運行時狀態取得 client/target — 修復外部插件工具註冊
378
+ - **v2.6.0** — 無條件註冊工具(執行時解析帳號);移除幽靈 delete_message 註冊
379
+ - **v2.5.2** — 修復 SKILL/README mention 指引(formatText 支援 reminder);AppArticles 使用 `summary` 不是 `description`;移除 delete_message
380
+ - **v2.5.1** — 回滾 sysMsg(不顯示)和 deleteMessage(API 10000);撤回 chatType 僅 bot/group
381
+ - **v2.5.0** — 新增撤回 sysMsg、deleteMessage 工具(2.5.1 已回滾)
382
+ - **v2.4.0** — 修復消息體組裝:wrap() 從 msgData 剝離 msgType;appArticles 正確 msgType/summary/平鋪數組;linkCard 補全必填字段
383
+ - **v2.3.0** — 移除遺留 sendGroupText/sendGroupFormatText;全部通過 msgTarget 路由
384
+ - **v2.2.8** — 修復 MEDIA 標籤投遞(delivery.deliver 處理 payload.mediaUrls);修復 WS 重連狀態
385
+ - **v2.2.5** — 修復 uploadMedia 端點、stop key、狀態校驗、sendCard 動態參數
386
+ - **v2.2.0** — 新增 9 個 agent 工具及 contracts.tools + toolMetadata
387
+ - **v2.0.0** — 渠道核心遷移,初始發佈
388
+
374
389
  ## 授權條款
375
390
 
376
391
  MIT — 詳見 [LICENSE](LICENSE)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansenger-pm/openclaw-lansenger-channel",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [