@plaited/acp 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,14 +57,22 @@ This package includes a comprehensive **eval-harness plugin** designed for AI-as
57
57
 
58
58
  **Claude Code:**
59
59
 
60
+ ```bash
61
+ claude plugins add github:plaited/marketplace
60
62
  ```
61
- /plugin marketplace add plaited/acp-harness
63
+
64
+ Or install directly:
65
+
66
+ ```bash
67
+ claude plugins add github:plaited/acp-harness/.claude
62
68
  ```
63
69
 
64
- **Other agents (Gemini CLI, GitHub Copilot, Cursor, OpenCode, Amp, Goose, Factory):**
70
+ **Other AI coding agents:**
65
71
 
66
72
  ```bash
67
- curl -sSL https://raw.githubusercontent.com/plaited/acp-harness/main/scripts/install.sh | bash
73
+ curl -fsSL https://raw.githubusercontent.com/plaited/marketplace/main/install.sh | bash -s -- --agent <agent-name> --plugin acp-harness
74
+
75
+ Supported agents: gemini, copilot, cursor, opencode, amp, goose, factory
68
76
  ```
69
77
 
70
78
  Once installed, the plugin auto-activates when working on evaluation tasks. Ask your AI agent to help you:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaited/acp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "ACP client and evaluation harness for TypeScript/Bun projects",
5
5
  "license": "ISC",
6
6
  "engines": {