@xagent/x-cli 1.1.74 → 1.1.75

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,8 +1,8 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@xagent/x-cli",
4
- "version": "1.1.74",
5
- "description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
4
+ "version": "1.1.75",
5
+ "description": "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "local": "npm run build > /dev/null 2>&1 && npm link > /dev/null 2>&1 && node dist/index.js",
33
33
  "test:workflow": "node scripts/test-workflow.js",
34
34
  "start:bun": "bun run dist/index.js",
35
- "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
35
+ "lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern 'dist/**'",
36
36
  "typecheck": "tsc --noEmit",
37
37
  "install:bun": "bun install",
38
38
  "preinstall": "echo '🤖 Installing X CLI...'",
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "lint-staged": {
47
47
  "*.{ts,tsx}": [
48
- "eslint --fix"
48
+ "eslint --fix --ignore-pattern 'dist/**'"
49
49
  ],
50
50
  "*.{js,jsx,mjs}": [
51
- "eslint --fix"
51
+ "eslint --fix --ignore-pattern 'dist/**'"
52
52
  ],
53
53
  "*.{md,mdx}": [
54
54
  "prettier --write"
@@ -61,10 +61,10 @@
61
61
  "cli",
62
62
  "agent",
63
63
  "text-editor",
64
- "grok",
65
- "ai"
64
+ "ai",
65
+ "x-ai"
66
66
  ],
67
- "author": "grok_cli",
67
+ "author": "x-cli-team",
68
68
  "license": "MIT",
69
69
  "dependencies": {
70
70
  "@modelcontextprotocol/sdk": "^1.17.0",
@@ -119,7 +119,7 @@
119
119
  "bugs": {
120
120
  "url": "https://github.com/x-cli-team/x-cli/issues"
121
121
  },
122
- "homepage": "https://grokcli.dev",
122
+ "homepage": "https://x-cli.dev",
123
123
  "icon": "docs/assets/logos/x-cli-logo.svg",
124
124
  "publishConfig": {
125
125
  "access": "public"