allagents 1.8.0 → 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 +10 -10
- package/dist/index.js +21270 -5104
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -94,14 +94,14 @@ 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 |
|
|
102
102
|
| `allagents self update` | Update AllAgents CLI |
|
|
103
103
|
|
|
104
|
-
See the [full CLI reference](https://allagents.dev/reference/cli/) for all options.
|
|
104
|
+
See the [full CLI reference](https://allagents.dev/docs/reference/cli/) for all options.
|
|
105
105
|
|
|
106
106
|
## Supported Clients
|
|
107
107
|
|
|
@@ -111,7 +111,7 @@ See the [full CLI reference](https://allagents.dev/reference/cli/) for all optio
|
|
|
111
111
|
|
|
112
112
|
**Provider-specific**: Claude, Cursor, Factory, OpenClaw, Windsurf, Cline, Continue, Roo, Kilo, Trae, Augment, Zencoder, Junie, OpenHands, Kiro
|
|
113
113
|
|
|
114
|
-
See the [client support matrix](https://allagents.dev/reference/clients/) for paths, hooks, commands, and MCP support per client.
|
|
114
|
+
See the [client support matrix](https://allagents.dev/docs/reference/clients/) for paths, hooks, commands, and MCP support per client.
|
|
115
115
|
|
|
116
116
|
## Plugin Structure
|
|
117
117
|
|
|
@@ -131,12 +131,12 @@ my-plugin/
|
|
|
131
131
|
|
|
132
132
|
Full documentation at [allagents.dev](https://allagents.dev):
|
|
133
133
|
|
|
134
|
-
- [Getting Started](https://allagents.dev/getting-started/introduction/)
|
|
135
|
-
- [Workspaces Guide](https://allagents.dev/guides/workspaces/)
|
|
136
|
-
- [Plugins Guide](https://allagents.dev/guides/plugins/)
|
|
137
|
-
- [Agent Portability](https://allagents.dev/guides/agent-portability/)
|
|
138
|
-
- [Client Support Matrix](https://allagents.dev/reference/clients/)
|
|
139
|
-
- [Configuration Reference](https://allagents.dev/reference/configuration/)
|
|
134
|
+
- [Getting Started](https://allagents.dev/docs/getting-started/introduction/)
|
|
135
|
+
- [Workspaces Guide](https://allagents.dev/docs/guides/workspaces/)
|
|
136
|
+
- [Plugins Guide](https://allagents.dev/docs/guides/plugins/)
|
|
137
|
+
- [Agent Portability](https://allagents.dev/docs/guides/agent-portability/)
|
|
138
|
+
- [Client Support Matrix](https://allagents.dev/docs/reference/clients/)
|
|
139
|
+
- [Configuration Reference](https://allagents.dev/docs/reference/configuration/)
|
|
140
140
|
|
|
141
141
|
## Related Projects
|
|
142
142
|
|