@agentearth.ai/cli 0.1.0-beta.4 → 0.1.0-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentearth.ai/cli",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.5",
4
4
  "description": "Agent-first CLI that helps AI agents discover, inspect, and execute AgentEarth tools from any shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,6 +27,14 @@ Use AgentEarth as an external tool marketplace. Treat the user's request as the
27
27
 
28
28
  Prefer `ae` on Unix-like shells and `ae.cmd` in Windows PowerShell when the PowerShell shim is blocked by execution policy.
29
29
 
30
+ The npm package is `@agentearth.ai/cli`. If `ae` is unavailable or not on `PATH`, use the npm fallback with the same subcommand:
31
+
32
+ ```text
33
+ npx --yes --package @agentearth.ai/cli@latest ae recommend "<task>"
34
+ ```
35
+
36
+ Apply the same fallback to `list`, `detail`, and `execute` by replacing the leading `ae` command with `npx --yes --package @agentearth.ai/cli@latest ae`.
37
+
30
38
  Use these commands:
31
39
 
32
40
  - `ae recommend "<task>"` to discover tools for ambiguous or natural-language tasks.