@xagent/x-cli 1.1.36 → 1.1.37
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/README.md +2 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/docs/assets/logos/README.md +70 -0
- package/docs/assets/logos/favicon.svg +27 -0
- package/docs/assets/logos/github-social-preview.svg +56 -0
- package/docs/assets/logos/x-cli-logo-large.svg +30 -0
- package/docs/assets/logos/x-cli-logo-small.svg +30 -0
- package/docs/assets/logos/x-cli-logo.svg +30 -0
- package/package.json +4 -2
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# X CLI Logo Assets
|
|
2
|
+
|
|
3
|
+
This directory contains all logo assets for the X CLI project.
|
|
4
|
+
|
|
5
|
+
## Files
|
|
6
|
+
|
|
7
|
+
### Core Logo Files
|
|
8
|
+
|
|
9
|
+
- **`x-cli-logo.svg`** - Standard logo (100x100px)
|
|
10
|
+
- **`x-cli-logo-small.svg`** - Small version (32x32px)
|
|
11
|
+
- **`x-cli-logo-large.svg`** - Large version (200x200px)
|
|
12
|
+
|
|
13
|
+
### Specialized Assets
|
|
14
|
+
|
|
15
|
+
- **`favicon.svg`** - Favicon for web use (32x32px)
|
|
16
|
+
- **`github-social-preview.svg`** - GitHub repository social preview (1200x630px)
|
|
17
|
+
|
|
18
|
+
## Usage Guidelines
|
|
19
|
+
|
|
20
|
+
### Colors
|
|
21
|
+
|
|
22
|
+
- **Red**: `#ea4335` (Google Red)
|
|
23
|
+
- **Yellow**: `#fbbc04` (Google Yellow)
|
|
24
|
+
- **Green**: `#34a853` (Google Green)
|
|
25
|
+
- **Blue**: `#4285f4` (Google Blue)
|
|
26
|
+
- **Center**: `#1a73e8` (Darker Blue)
|
|
27
|
+
|
|
28
|
+
### Design Elements
|
|
29
|
+
|
|
30
|
+
- Chrome-inspired circular design with 4 color segments
|
|
31
|
+
- Central blue circle with white inner circle
|
|
32
|
+
- "X" symbol in center representing the CLI name
|
|
33
|
+
- Clean, professional appearance suitable for terminal tools
|
|
34
|
+
|
|
35
|
+
### Recommended Usage
|
|
36
|
+
|
|
37
|
+
- **README.md**: Use `x-cli-logo-large.svg` at 120px width
|
|
38
|
+
- **Documentation**: Use `x-cli-logo.svg` at 100px width
|
|
39
|
+
- **Icons**: Use `x-cli-logo-small.svg` or `favicon.svg`
|
|
40
|
+
- **Social Media**: Use `github-social-preview.svg`
|
|
41
|
+
|
|
42
|
+
## Brand Guidelines
|
|
43
|
+
|
|
44
|
+
### Do's
|
|
45
|
+
|
|
46
|
+
✅ Use the logo with sufficient white space
|
|
47
|
+
✅ Maintain aspect ratio when scaling
|
|
48
|
+
✅ Use on light or dark backgrounds with proper contrast
|
|
49
|
+
✅ Use SVG format for crisp display at any size
|
|
50
|
+
|
|
51
|
+
### Don'ts
|
|
52
|
+
|
|
53
|
+
❌ Modify the colors or proportions
|
|
54
|
+
❌ Add effects, shadows, or outlines
|
|
55
|
+
❌ Use on busy backgrounds that reduce visibility
|
|
56
|
+
❌ Stretch or distort the logo
|
|
57
|
+
|
|
58
|
+
## Integration
|
|
59
|
+
|
|
60
|
+
These assets are automatically included in NPM packages via the `files` field in `package.json`:
|
|
61
|
+
|
|
62
|
+
```json
|
|
63
|
+
{
|
|
64
|
+
"files": ["docs/assets/logos/**/*"]
|
|
65
|
+
}
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Attribution
|
|
69
|
+
|
|
70
|
+
Logo design inspired by Chrome's visual language, customized for X CLI branding.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- X CLI Favicon -->
|
|
3
|
+
<defs>
|
|
4
|
+
<radialGradient id="faviconGradient" cx="50%" cy="50%" r="50%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#4285f4"/>
|
|
6
|
+
<stop offset="100%" style="stop-color:#1a73e8"/>
|
|
7
|
+
</radialGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- Background circle -->
|
|
11
|
+
<circle cx="16" cy="16" r="15" fill="white" stroke="#e5e7eb" stroke-width="1"/>
|
|
12
|
+
|
|
13
|
+
<!-- Logo sections (simplified for favicon) -->
|
|
14
|
+
<path d="M16 5 A11 11 0 0 1 23.4 10.3 L19.7 16 A5.5 5.5 0 0 0 16 10.5 Z" fill="#ea4335"/>
|
|
15
|
+
<path d="M23.4 10.3 A11 11 0 0 1 23.4 21.7 L19.7 16 A5.5 5.5 0 0 0 23.4 10.3 Z" fill="#fbbc04"/>
|
|
16
|
+
<path d="M23.4 21.7 A11 11 0 0 1 8.6 21.7 L12.3 16 A5.5 5.5 0 0 0 19.7 16 Z" fill="#34a853"/>
|
|
17
|
+
|
|
18
|
+
<!-- Center circle -->
|
|
19
|
+
<circle cx="16" cy="16" r="5.5" fill="url(#faviconGradient)"/>
|
|
20
|
+
<circle cx="16" cy="16" r="3.5" fill="white"/>
|
|
21
|
+
|
|
22
|
+
<!-- X symbol -->
|
|
23
|
+
<g stroke="#1a73e8" stroke-width="1" stroke-linecap="round">
|
|
24
|
+
<line x1="14.5" y1="14.5" x2="17.5" y2="17.5"/>
|
|
25
|
+
<line x1="17.5" y1="14.5" x2="14.5" y2="17.5"/>
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- GitHub Social Preview for X CLI -->
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="backgroundGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#1e293b"/>
|
|
6
|
+
<stop offset="100%" style="stop-color:#0f172a"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<radialGradient id="logoGradient" cx="50%" cy="50%" r="50%">
|
|
9
|
+
<stop offset="0%" style="stop-color:#4285f4"/>
|
|
10
|
+
<stop offset="100%" style="stop-color:#1a73e8"/>
|
|
11
|
+
</radialGradient>
|
|
12
|
+
</defs>
|
|
13
|
+
|
|
14
|
+
<!-- Background -->
|
|
15
|
+
<rect width="1200" height="630" fill="url(#backgroundGradient)"/>
|
|
16
|
+
|
|
17
|
+
<!-- Logo (scaled and positioned) -->
|
|
18
|
+
<g transform="translate(350, 200)">
|
|
19
|
+
<!-- Red section -->
|
|
20
|
+
<path d="M50 15 A35 35 0 0 1 73.2 32.3 L61.6 50 A17.5 17.5 0 0 0 50 32.5 Z" fill="#ea4335" transform="scale(3)"/>
|
|
21
|
+
|
|
22
|
+
<!-- Yellow section -->
|
|
23
|
+
<path d="M73.2 32.3 A35 35 0 0 1 73.2 67.7 L61.6 50 A17.5 17.5 0 0 0 73.2 32.3 Z" fill="#fbbc04" transform="scale(3)"/>
|
|
24
|
+
|
|
25
|
+
<!-- Green section -->
|
|
26
|
+
<path d="M73.2 67.7 A35 35 0 0 1 26.8 67.7 L38.4 50 A17.5 17.5 0 0 0 61.6 50 Z" fill="#34a853" transform="scale(3)"/>
|
|
27
|
+
|
|
28
|
+
<!-- Blue center circle -->
|
|
29
|
+
<circle cx="50" cy="50" r="17.5" fill="url(#logoGradient)" transform="scale(3)"/>
|
|
30
|
+
|
|
31
|
+
<!-- White inner circle for contrast -->
|
|
32
|
+
<circle cx="50" cy="50" r="12" fill="white" transform="scale(3)"/>
|
|
33
|
+
|
|
34
|
+
<!-- X symbol in center -->
|
|
35
|
+
<g stroke="#1a73e8" stroke-width="6" stroke-linecap="round" transform="scale(3)">
|
|
36
|
+
<line x1="45" y1="45" x2="55" y2="55"/>
|
|
37
|
+
<line x1="55" y1="45" x2="45" y2="55"/>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
|
|
41
|
+
<!-- Title -->
|
|
42
|
+
<text x="550" y="280" font-family="Inter, Arial, sans-serif" font-size="64" font-weight="bold" fill="white">X CLI</text>
|
|
43
|
+
|
|
44
|
+
<!-- Subtitle -->
|
|
45
|
+
<text x="550" y="340" font-family="Inter, Arial, sans-serif" font-size="28" fill="#94a3b8">Claude Code-level intelligence in your terminal</text>
|
|
46
|
+
|
|
47
|
+
<!-- Features -->
|
|
48
|
+
<text x="550" y="390" font-family="Inter, Arial, sans-serif" font-size="20" fill="#64748b">🚀 Advanced File Operations • 🧠 AI-Powered Tools • 🔧 MCP Integration</text>
|
|
49
|
+
|
|
50
|
+
<!-- Command -->
|
|
51
|
+
<rect x="520" y="450" width="400" height="50" rx="8" fill="#1e293b" stroke="#334155" stroke-width="2"/>
|
|
52
|
+
<text x="540" y="480" font-family="JetBrains Mono, monospace" font-size="18" fill="#10b981">npm install -g @xagent/x-cli</text>
|
|
53
|
+
|
|
54
|
+
<!-- GitHub URL -->
|
|
55
|
+
<text x="550" y="550" font-family="Inter, Arial, sans-serif" font-size="16" fill="#475569">github.com/x-cli-team/x-cli</text>
|
|
56
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Chrome-inspired X CLI Logo - Large -->
|
|
3
|
+
<defs>
|
|
4
|
+
<radialGradient id="centerGradientLarge" cx="50%" cy="50%" r="50%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#4285f4"/>
|
|
6
|
+
<stop offset="100%" style="stop-color:#1a73e8"/>
|
|
7
|
+
</radialGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- Red section -->
|
|
11
|
+
<path d="M50 15 A35 35 0 0 1 73.2 32.3 L61.6 50 A17.5 17.5 0 0 0 50 32.5 Z" fill="#ea4335"/>
|
|
12
|
+
|
|
13
|
+
<!-- Yellow section -->
|
|
14
|
+
<path d="M73.2 32.3 A35 35 0 0 1 73.2 67.7 L61.6 50 A17.5 17.5 0 0 0 73.2 32.3 Z" fill="#fbbc04"/>
|
|
15
|
+
|
|
16
|
+
<!-- Green section -->
|
|
17
|
+
<path d="M73.2 67.7 A35 35 0 0 1 26.8 67.7 L38.4 50 A17.5 17.5 0 0 0 61.6 50 Z" fill="#34a853"/>
|
|
18
|
+
|
|
19
|
+
<!-- Blue center circle -->
|
|
20
|
+
<circle cx="50" cy="50" r="17.5" fill="url(#centerGradientLarge)"/>
|
|
21
|
+
|
|
22
|
+
<!-- White inner circle for contrast -->
|
|
23
|
+
<circle cx="50" cy="50" r="12" fill="white"/>
|
|
24
|
+
|
|
25
|
+
<!-- X symbol in center -->
|
|
26
|
+
<g stroke="#1a73e8" stroke-width="2" stroke-linecap="round">
|
|
27
|
+
<line x1="45" y1="45" x2="55" y2="55"/>
|
|
28
|
+
<line x1="55" y1="45" x2="45" y2="55"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Chrome-inspired X CLI Logo - Small -->
|
|
3
|
+
<defs>
|
|
4
|
+
<radialGradient id="centerGradientSmall" cx="50%" cy="50%" r="50%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#4285f4"/>
|
|
6
|
+
<stop offset="100%" style="stop-color:#1a73e8"/>
|
|
7
|
+
</radialGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- Red section -->
|
|
11
|
+
<path d="M50 15 A35 35 0 0 1 73.2 32.3 L61.6 50 A17.5 17.5 0 0 0 50 32.5 Z" fill="#ea4335"/>
|
|
12
|
+
|
|
13
|
+
<!-- Yellow section -->
|
|
14
|
+
<path d="M73.2 32.3 A35 35 0 0 1 73.2 67.7 L61.6 50 A17.5 17.5 0 0 0 73.2 32.3 Z" fill="#fbbc04"/>
|
|
15
|
+
|
|
16
|
+
<!-- Green section -->
|
|
17
|
+
<path d="M73.2 67.7 A35 35 0 0 1 26.8 67.7 L38.4 50 A17.5 17.5 0 0 0 61.6 50 Z" fill="#34a853"/>
|
|
18
|
+
|
|
19
|
+
<!-- Blue center circle -->
|
|
20
|
+
<circle cx="50" cy="50" r="17.5" fill="url(#centerGradientSmall)"/>
|
|
21
|
+
|
|
22
|
+
<!-- White inner circle for contrast -->
|
|
23
|
+
<circle cx="50" cy="50" r="12" fill="white"/>
|
|
24
|
+
|
|
25
|
+
<!-- X symbol in center -->
|
|
26
|
+
<g stroke="#1a73e8" stroke-width="2" stroke-linecap="round">
|
|
27
|
+
<line x1="45" y1="45" x2="55" y2="55"/>
|
|
28
|
+
<line x1="55" y1="45" x2="45" y2="55"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Chrome-inspired X CLI Logo -->
|
|
3
|
+
<defs>
|
|
4
|
+
<radialGradient id="centerGradient" cx="50%" cy="50%" r="50%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#4285f4"/>
|
|
6
|
+
<stop offset="100%" style="stop-color:#1a73e8"/>
|
|
7
|
+
</radialGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- Red section -->
|
|
11
|
+
<path d="M50 15 A35 35 0 0 1 73.2 32.3 L61.6 50 A17.5 17.5 0 0 0 50 32.5 Z" fill="#ea4335"/>
|
|
12
|
+
|
|
13
|
+
<!-- Yellow section -->
|
|
14
|
+
<path d="M73.2 32.3 A35 35 0 0 1 73.2 67.7 L61.6 50 A17.5 17.5 0 0 0 73.2 32.3 Z" fill="#fbbc04"/>
|
|
15
|
+
|
|
16
|
+
<!-- Green section -->
|
|
17
|
+
<path d="M73.2 67.7 A35 35 0 0 1 26.8 67.7 L38.4 50 A17.5 17.5 0 0 0 61.6 50 Z" fill="#34a853"/>
|
|
18
|
+
|
|
19
|
+
<!-- Blue center circle -->
|
|
20
|
+
<circle cx="50" cy="50" r="17.5" fill="url(#centerGradient)"/>
|
|
21
|
+
|
|
22
|
+
<!-- White inner circle for contrast -->
|
|
23
|
+
<circle cx="50" cy="50" r="12" fill="white"/>
|
|
24
|
+
|
|
25
|
+
<!-- X symbol in center -->
|
|
26
|
+
<g stroke="#1a73e8" stroke-width="2" stroke-linecap="round">
|
|
27
|
+
<line x1="45" y1="45" x2="55" y2="55"/>
|
|
28
|
+
<line x1="55" y1="45" x2="45" y2="55"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@xagent/x-cli",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.37",
|
|
5
5
|
"description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
"url": "https://github.com/x-cli-team/x-cli/issues"
|
|
113
113
|
},
|
|
114
114
|
"homepage": "https://grokcli.dev",
|
|
115
|
+
"icon": "docs/assets/logos/x-cli-logo.svg",
|
|
115
116
|
"files": [
|
|
116
117
|
"dist/**/*",
|
|
117
118
|
"README.md",
|
|
118
|
-
"LICENSE"
|
|
119
|
+
"LICENSE",
|
|
120
|
+
"docs/assets/logos/**/*"
|
|
119
121
|
],
|
|
120
122
|
"publishConfig": {
|
|
121
123
|
"access": "public"
|