joplin-plugin-aide 1.0.0 → 1.0.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "joplin-plugin-aide",
3
- "version": "1.0.0",
4
- "description": "Chat with Claude inside Joplin - Claude can read, search, create and edit your notes (powered by your local Claude Code CLI)",
3
+ "version": "1.0.1",
4
+ "description": "AI assistant chat panel for Joplin - read, search and edit notes via Claude Code or GitHub Copilot CLI, with per-write confirmation",
5
5
  "author": "lim0513",
6
6
  "homepage": "https://github.com/lim0513/joplin-aide",
7
7
  "repository": {
@@ -18,7 +18,8 @@
18
18
  "claude",
19
19
  "ai",
20
20
  "assistant",
21
- "chat"
21
+ "chat",
22
+ "copilot"
22
23
  ],
23
24
  "license": "MIT",
24
25
  "devDependencies": {
@@ -2,12 +2,12 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.github.joplin-aide",
4
4
  "app_min_version": "2.8",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "name": "Joplin Aide",
7
- "description": "Chat with Claude inside Joplin. Claude can read, search, create and edit your notes through your local Claude Code CLI. Write operations require your confirmation.",
7
+ "description": "AI assistant chat panel. Ask about your notes and let the AI read, search, create and edit them via your local Claude Code or GitHub Copilot CLI. Write operations require your confirmation.",
8
8
  "author": "lim0513",
9
9
  "homepage_url": "https://github.com/lim0513/joplin-aide",
10
10
  "repository_url": "https://github.com/lim0513/joplin-aide",
11
- "keywords": ["claude", "ai", "assistant", "chat"],
11
+ "keywords": ["ai", "assistant", "chat", "claude", "copilot"],
12
12
  "categories": ["productivity"]
13
13
  }
Binary file