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.
- package/README.md +11 -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
|
-
|
|
32
|
+
In Claude Code conversation:
|
|
33
|
+
|
|
34
|
+
```text
|
|
33
35
|
/plugin marketplace add vivalalova/agent-ide
|
|
34
|
-
/plugin install 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
|