scoutline 0.13.3 → 0.13.4
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/dist/index.js +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41,16 +41,16 @@ Usage: scoutline <command> [args] [options]
|
|
|
41
41
|
|
|
42
42
|
Commands:
|
|
43
43
|
vision Image and video analysis (Z.AI; MiniMax for interpret-image)
|
|
44
|
-
search Real-time web search (shared:
|
|
44
|
+
search Real-time web search (shared: all 9 Providers; --topic
|
|
45
45
|
honored by every Provider)
|
|
46
|
-
read Fetch and parse web pages (Provider Capability; Z.AI
|
|
47
|
-
|
|
48
|
-
crawl Crawl a website from a starting URL (Provider Capability;
|
|
49
|
-
|
|
46
|
+
read Fetch and parse web pages (Provider Capability; Z.AI, Tavily,
|
|
47
|
+
Exa, Firecrawl, Parallel, and Jina supply it)
|
|
48
|
+
crawl Crawl a website from a starting URL (Provider Capability;
|
|
49
|
+
Tavily and Firecrawl support it)
|
|
50
50
|
map Discover the URL structure of a website (Provider Capability;
|
|
51
|
-
Tavily
|
|
52
|
-
research Deep research with citations (Provider Capability; Tavily
|
|
53
|
-
|
|
51
|
+
Tavily and Firecrawl support it)
|
|
52
|
+
research Deep research with citations (Provider Capability; Tavily,
|
|
53
|
+
Exa, Parallel, Perplexity, and Jina support it)
|
|
54
54
|
repo GitHub repository exploration (Provider Capability; Z.AI supports it,
|
|
55
55
|
MiniMax and Tavily return UNSUPPORTED_CAPABILITY)
|
|
56
56
|
quota Provider-aware plan usage (calls remaining, reset time; default
|