-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 902 Bytes
/
Copy pathplugin.json
File metadata and controls
34 lines (34 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "claude-note",
"author": "游夏",
"url": "https://github.com/fujingzhai/claude-note",
"version": "0.1.17",
"minAppVersion": "3.2.1",
"disabledInPublish": true,
"backends": [
"windows",
"linux",
"darwin"
],
"frontends": [
"desktop",
"browser-desktop",
"desktop-window"
],
"displayName": {
"default": "Claude Note"
},
"description": {
"default": "Bring local Claude Code's autonomous agent capabilities directly into SiYuan Note with multi-session, deep context association, and local workspace co-piloting.",
"zh_CN": "将本地 Claude Code 的全自主 Agent 能力深度融入思源,支持多会话、多维上下文关联与本地工作区协同的下一代 AI 知识引擎。"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"keywords": [
"claude",
"claude-code",
"ai"
]
}