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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. 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: Z.AI + MiniMax + Tavily + Exa + Brave; --topic
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 and Tavily
47
- supply it, MiniMax returns UNSUPPORTED_CAPABILITY)
48
- crawl Crawl a website from a starting URL (Provider Capability; Tavily
49
- supports it, Z.AI/MiniMax return UNSUPPORTED_CAPABILITY)
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 supports it, Z.AI/MiniMax return UNSUPPORTED_CAPABILITY)
52
- research Deep research with citations (Provider Capability; Tavily
53
- supports it, Z.AI/MiniMax return UNSUPPORTED_CAPABILITY)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scoutline",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Multimodal source investigation CLI for web, repositories, and visual media.",
5
5
  "type": "module",
6
6
  "bin": {