@tastehub/ckb-linux-arm64 8.0.1 → 8.0.3

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/bin/README.md +29 -2
  2. package/bin/ckb +0 -0
  3. package/package.json +1 -1
package/bin/README.md CHANGED
@@ -71,7 +71,7 @@ ckb status
71
71
 
72
72
  | AI Assistants | CI/CD | Your Tools |
73
73
  |---------------|-------|------------|
74
- | Claude Code, Cursor, Windsurf, VS Code | GitHub Actions, GitLab CI | CLI, HTTP API, Scripts |
74
+ | Claude Code, Cursor, Windsurf, VS Code, Grok | GitHub Actions, GitLab CI | CLI, HTTP API, Scripts |
75
75
 
76
76
  **83% token reduction** with smart presets—load only the tools you need.
77
77
 
@@ -163,7 +163,7 @@ Now Claude can answer questions like:
163
163
 
164
164
  | Interface | Best For |
165
165
  |-----------|----------|
166
- | **[MCP](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration)** | AI-assisted development — Claude, Cursor, Windsurf, VS Code, OpenCode |
166
+ | **[MCP](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration)** | AI-assisted development — Claude, Cursor, Windsurf, VS Code, OpenCode, Grok |
167
167
  | **[CLI](https://github.com/SimplyLiz/CodeMCP/wiki/User-Guide)** | Quick lookups from terminal, scripting |
168
168
  | **[HTTP API](https://github.com/SimplyLiz/CodeMCP/wiki/API-Reference)** | IDE plugins, CI integration, custom tooling |
169
169
 
@@ -420,6 +420,33 @@ Add to `opencode.json` in project root:
420
420
 
421
421
  </details>
422
422
 
423
+ <details>
424
+ <summary><strong>Grok</strong></summary>
425
+
426
+ ```bash
427
+ # Auto-configure for current project
428
+ npx @tastehub/ckb setup --tool=grok
429
+
430
+ # Or add globally
431
+ npx @tastehub/ckb setup --tool=grok --global
432
+ ```
433
+
434
+ Or manually add to `.grok/settings.json` (project) or `~/.grok/user-settings.json` (global):
435
+ ```json
436
+ {
437
+ "mcpServers": {
438
+ "ckb": {
439
+ "name": "ckb",
440
+ "transport": "stdio",
441
+ "command": "npx",
442
+ "args": ["@tastehub/ckb", "mcp"]
443
+ }
444
+ }
445
+ }
446
+ ```
447
+
448
+ </details>
449
+
423
450
  <details>
424
451
  <summary><strong>Claude Desktop</strong></summary>
425
452
 
package/bin/ckb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tastehub/ckb-linux-arm64",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "description": "CKB binary for linux-arm64",
5
5
  "os": ["linux"],
6
6
  "cpu": ["arm64"],