agent-ide 0.13.4 → 0.13.6

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.
Files changed (2) hide show
  1. package/README.md +11 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,9 +29,18 @@ pnpm install && pnpm build && npm link
29
29
 
30
30
  ### Claude Code Plugin Installation
31
31
 
32
- ```bash
32
+ In Claude Code conversation:
33
+
34
+ ```text
33
35
  /plugin marketplace add vivalalova/agent-ide
34
- /plugin install agent-ide@vivalalova/agent-ide
36
+ /plugin install agent-ide@agent-ide-skills
37
+ ```
38
+
39
+ Or from terminal:
40
+
41
+ ```bash
42
+ claude plugin marketplace add vivalalova/agent-ide
43
+ claude plugin install agent-ide@agent-ide-skills
35
44
  ```
36
45
 
37
46
  ### Recommended: Add to CLAUDE.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-ide",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "程式碼智能工具集 for AI Agents",
5
5
  "type": "module",
6
6
  "main": "dist/shared/index.js",