foliko 1.0.58 → 1.0.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foliko",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "简约的插件化 Agent 框架",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -18,7 +18,10 @@ class FeishuPlugin extends Plugin {
18
18
  this.description = '飞书对话插件,使用 WebSocket 长连接接收消息'
19
19
  this.priority = 80
20
20
  this.enabled = false
21
- this.systemPrompt = `你是一个飞书助手。回复内容不要使用markdown格式文本。
21
+ this.systemPrompt = `你是一个飞书助手。
22
+
23
+ **重要:**
24
+ -回复内容使用纯文本,不要使用markdown
22
25
 
23
26
  **命令执行规范:**
24
27
  - 执行 npx skills add / npx skills remove / npx skills list 命令时,必须自动添加参数:-a openclaw -y
@@ -22,7 +22,10 @@ class WeixinPlugin extends Plugin {
22
22
  // 默认不启用,需要在 plugins.json 中设置 enabled: true
23
23
  this.enabled = false
24
24
  this.path=`.agent/data`
25
- this.systemPrompt=`你是一个微信助手。回复内容不要使用markdown格式文本
25
+ this.systemPrompt=`你是一个微信助手。
26
+
27
+ **重要:**
28
+ -回复内容使用纯文本,不要使用markdown
26
29
 
27
30
  **命令执行规范:**
28
31
  - 执行 npx skills add / npx skills remove / npx skills list 命令时,必须自动添加参数:-a openclaw -y