@fre4x/grok 1.1.2 → 1.1.6

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 (3) hide show
  1. package/README.md +7 -5
  2. package/dist/index.js +21263 -18954
  3. package/package.json +7 -8
package/README.md CHANGED
@@ -10,14 +10,16 @@ xAI's Grok is more than an LLM. It's a real-time sensor for the global conscious
10
10
 
11
11
  | Tool | Capability |
12
12
  |------|------------|
13
- | `grok_search_x` | Search X posts and threads with optional date and handle filters |
14
- | `grok_search_web` | Search the public web with optional domain filters |
15
- | `grok_imagine` | Generate high-quality images from text prompts |
16
- | `grok_animate` | Start an asynchronous video generation task |
17
- | `grok_check_video_status` | Check the status of a video generation task |
13
+ | `search_x` | Search X posts and threads with optional date and handle filters |
14
+ | `search_web` | Search the public web with optional domain filters |
15
+ | `generate_image` | Generate high-quality images from text prompts |
16
+ | `generate_video` | Start an asynchronous video generation task |
17
+ | `get_video_status` | Check the status of a video generation task |
18
18
 
19
19
  Search tools support `limit` and `offset` pagination and return normalized results with citations.
20
20
 
21
+ `search_x` accepts `allowed_x_handles`, `excluded_x_handles`, `from_date`, `to_date`, `enable_image_understanding`, and `enable_video_understanding`. `search_web` accepts `allowed_domains`, `excluded_domains`, and `enable_image_understanding`. Include and exclude filters are mutually exclusive per tool, and web domain filters follow xAI's max-5 constraint.
22
+
21
23
  Image generation responses include direct MCP `image` content blocks when media can be embedded. Video responses include direct MCP embedded `resource` blobs because MCP does not define a dedicated `video` content block.
22
24
 
23
25
  ## Configuration