foliko 1.1.19 → 1.1.21
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/.agent/agents/ui-designer.md +1 -1
- package/.agent/data/ambient/goals.json +1 -0
- package/.agent/data/plugins-state.json +1 -1
- package/.agent/data/scheduler/tasks.json +86 -0
- package/.agent/memory/feedback/mnzugpej-esdwsr.md +9 -0
- package/.agent/memory/project/mnztftxj-af82rh.md +9 -0
- package/.agent/memory/project/mo0y04d0-bmaefl.md +9 -0
- package/.agent/memory/user/mnzuh4cw-zvee8w.md +13 -0
- package/.agent/memory/user/mnzvewyj-jl67cq.md +9 -0
- package/.agent/memory/user/mnzwh9xo-43ys3f.md +9 -0
- package/.agent/memory/user/mo0ycvpn-eebsxc.md +9 -0
- package/.agent/sessions/cli_default.json +2377 -3
- package/.claude/settings.local.json +3 -1
- package/cli/src/ui/chat-ui.js +8 -2
- package/nul +3 -0
- package/package.json +1 -1
- package/plugins/ambient-agent/ExplorerLoop.js +121 -11
- package/plugins/ambient-agent/GoalManager.js +1 -1
- package/plugins/extension-executor-plugin.js +1 -1
- package/plugins/scheduler-plugin.js +3 -2
- package/plugins/weixin-plugin.js +6 -3
- package/src/core/agent-chat.js +26 -13
- package/src/core/chat-session.js +7 -2
- package/src/core/context-compressor.js +34 -13
- package/src/core/subagent.js +99 -44
- package/src/utils/chat-queue.js +93 -12
- package/system.md +79 -0
- package/system.md.bak +1978 -0
- package/undefined.svg +8 -0
- package/weixin-bot-poster-v2.png +0 -0
- package/weixin-bot-poster.png +0 -0
- package/.agent/sessions/default.json +0 -111
- package/audio/bed_moonlight.mp3 +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ui-designer
|
|
3
3
|
description: UI/UX设计师专家。处理界面设计、交互设计、用户体验优化、设计系统维护、视觉设计、图标设计等任务。触发词:设计、UI、UX、界面、视觉、交互、设计规范、Figma、视觉设计、用户体验、原型、设计系统。
|
|
4
|
-
tools: read_file, search_file, write_file,
|
|
4
|
+
tools: read_file, search_file, write_file, mcp_call, ext_call, loadSkill
|
|
5
5
|
mcp_tools: designmd_search_design_kits, designmd_get_design_kit, designmd_list_popular_kits, designmd_list_tags, designmd_download_design_kit
|
|
6
6
|
skills: frontend-design, poster-design, designmd-design-kits
|
|
7
7
|
model: inherit
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "task_1776247937913_s7cji07zc",
|
|
4
|
+
"name": "比特币价格检查",
|
|
5
|
+
"type": "cron",
|
|
6
|
+
"message": "触发比特币价格监控目标",
|
|
7
|
+
"enabled": false,
|
|
8
|
+
"createdAt": "2026-04-15T10:12:17.913Z",
|
|
9
|
+
"lastRun": "2026-04-15T10:16:00.022Z",
|
|
10
|
+
"runCount": 2,
|
|
11
|
+
"cronExpression": "*/2 * * * *",
|
|
12
|
+
"sessionId": "cli_default",
|
|
13
|
+
"llm": false,
|
|
14
|
+
"notify": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "task_1776248745245_sas6qyl74",
|
|
18
|
+
"name": "BTC价格检查V2",
|
|
19
|
+
"type": "cron",
|
|
20
|
+
"message": "触发比特币价格监控V2目标",
|
|
21
|
+
"enabled": false,
|
|
22
|
+
"createdAt": "2026-04-15T10:25:45.245Z",
|
|
23
|
+
"lastRun": "2026-04-15T10:28:00.028Z",
|
|
24
|
+
"runCount": 2,
|
|
25
|
+
"cronExpression": "*/2 * * * *",
|
|
26
|
+
"sessionId": "cli_default",
|
|
27
|
+
"llm": false,
|
|
28
|
+
"notify": true
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "task_1776248889631_e4ksf553t",
|
|
32
|
+
"name": "BTC价格测试",
|
|
33
|
+
"type": "cron",
|
|
34
|
+
"message": "触发比特币价格监控测试",
|
|
35
|
+
"enabled": false,
|
|
36
|
+
"createdAt": "2026-04-15T10:28:09.631Z",
|
|
37
|
+
"lastRun": null,
|
|
38
|
+
"runCount": 0,
|
|
39
|
+
"cronExpression": "* * * * *",
|
|
40
|
+
"sessionId": "cli_default",
|
|
41
|
+
"llm": false,
|
|
42
|
+
"notify": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "task_1776248948304_3lvaf4gvu",
|
|
46
|
+
"name": "BTC价格监控V3",
|
|
47
|
+
"type": "cron",
|
|
48
|
+
"message": "触发BTC价格监控V3",
|
|
49
|
+
"enabled": false,
|
|
50
|
+
"createdAt": "2026-04-15T10:29:08.304Z",
|
|
51
|
+
"lastRun": "2026-04-15T10:32:00.025Z",
|
|
52
|
+
"runCount": 3,
|
|
53
|
+
"cronExpression": "* * * * *",
|
|
54
|
+
"sessionId": "cli_default",
|
|
55
|
+
"llm": false,
|
|
56
|
+
"notify": true
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "task_1776249148016_pe51kdbd7",
|
|
60
|
+
"name": "BTC价格监控V4",
|
|
61
|
+
"type": "cron",
|
|
62
|
+
"message": "触发BTC价格监控V4",
|
|
63
|
+
"enabled": false,
|
|
64
|
+
"createdAt": "2026-04-15T10:32:28.016Z",
|
|
65
|
+
"lastRun": "2026-04-15T10:36:00.019Z",
|
|
66
|
+
"runCount": 2,
|
|
67
|
+
"cronExpression": "*/2 * * * *",
|
|
68
|
+
"sessionId": "cli_default",
|
|
69
|
+
"llm": false,
|
|
70
|
+
"notify": true
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "task_1776249256126_dd3yp6bhd",
|
|
74
|
+
"name": "手动测试",
|
|
75
|
+
"type": "cron",
|
|
76
|
+
"message": "手动测试触发",
|
|
77
|
+
"enabled": false,
|
|
78
|
+
"createdAt": "2026-04-15T10:34:16.126Z",
|
|
79
|
+
"lastRun": "2026-04-15T10:37:00.021Z",
|
|
80
|
+
"runCount": 3,
|
|
81
|
+
"cronExpression": "*/1 * * * *",
|
|
82
|
+
"sessionId": "cli_default",
|
|
83
|
+
"llm": false,
|
|
84
|
+
"notify": true
|
|
85
|
+
}
|
|
86
|
+
]
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "mo0y04d0-bmaefl"
|
|
3
|
+
name: "微信机器人项目海报制作"
|
|
4
|
+
type: "project"
|
|
5
|
+
project: "@chnak/weixin-bot"
|
|
6
|
+
tags: [海报设计, npm项目, UI设计, 团队协作, weixin-bot]
|
|
7
|
+
created: "2026-04-16"
|
|
8
|
+
---
|
|
9
|
+
项目 @chnak/weixin-bot 需要制作海报。工作流程:1) UI设计师先寻找合适的UI设计建议和参考;2) 再进行海报设计制作。这是团队协作任务,由团队领导协调安排。
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "mnzuh4cw-zvee8w"
|
|
3
|
+
name: "比特币价格监控偏好"
|
|
4
|
+
type: "user"
|
|
5
|
+
project: "null"
|
|
6
|
+
tags: [监控, 比特币, 通知策略]
|
|
7
|
+
created: "2026-04-15"
|
|
8
|
+
---
|
|
9
|
+
用户设置比特币价格监控,触发条件为价格大于75000元。通知策略:只在条件满足时通知,条件不满足时不通知(零打扰原则)。
|
|
10
|
+
|
|
11
|
+
Why: 明确用户的通知偏好,避免过度通知造成打扰。
|
|
12
|
+
|
|
13
|
+
How to apply: 创建监控目标时,自动应用此通知策略,不需要再次询问用户通知方式。
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "mnzvewyj-jl67cq"
|
|
3
|
+
name: "比特币价格监控需求"
|
|
4
|
+
type: "user"
|
|
5
|
+
project: "null"
|
|
6
|
+
tags: [比特币, 价格监控, 通知, 加密货币]
|
|
7
|
+
created: "2026-04-15"
|
|
8
|
+
---
|
|
9
|
+
用户需要监控比特币(BTC)价格,当价格大于 74000 USDT 时发送通知。如果价格未达到条件,则不需要发送通知。触发条件:BTT_USDT > 74000 时通知,否则静默。重要性:用户设置了明确的价格阈值和通知条件,是一个主动的价格预警需求。应用:可用于设置 Ambient Agent 目标进行持续监控,或在价格达到时自动执行交易/通知操作。
|