allagents 1.9.0-next.1 → 1.10.0-next.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/README.md +2 -2
- package/dist/index.js +1205 -281
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,8 +94,8 @@ clients:
|
|
|
94
94
|
| `allagents plugin install <spec>` | Install a plugin |
|
|
95
95
|
| `allagents plugin uninstall <spec>` | Remove a plugin |
|
|
96
96
|
| `allagents plugin list` | List available plugins |
|
|
97
|
-
| `allagents
|
|
98
|
-
| `allagents
|
|
97
|
+
| `allagents skill add <name>` | Add a skill from a repo (plural `skills` alias supported) |
|
|
98
|
+
| `allagents skill list` | List skills and status |
|
|
99
99
|
| `allagents mcp add <name> <commandOrUrl>` | Add an MCP server and sync to clients |
|
|
100
100
|
| `allagents mcp list` | List workspace MCP servers |
|
|
101
101
|
| `allagents workspace status` | Show workspace state |
|