@xagent/x-cli 1.1.36 → 1.1.38
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 +8 -0
- package/docs/assets/logos/github-social-preview.svg +39 -0
- package/docs/assets/logos/x-cli-logo-large.svg +8 -0
- package/docs/assets/logos/x-cli-logo-small.svg +8 -0
- package/docs/assets/logos/x-cli-logo.svg +8 -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,8 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- X CLI Logo - Black Fill - Favicon -->
|
|
3
|
+
<g transform="translate(5, 12) scale(0.65, 0.65)">
|
|
4
|
+
<path d="M0.00555015 7.77631L9.75248 22H14.085L4.33691 7.77631H0.00555015ZM4.33358 15.6762L0 22H4.3358L6.50092 18.8387L4.33358 15.6762ZM15.076 0L7.58515 10.9308L9.75248 14.0944L19.4118 0H15.076ZM15.8606 6.76374V22H19.4118V1.5818L15.8606 6.76374Z" fill="black"/>
|
|
5
|
+
<path d="M21.0122 7.77826V22H25.348H32.924V18.8387H24.924V10.9328L29.5 10.9308L26.5 7.77631L24.924 7.77826H21.0122ZM30 11.9727V17.4727H33V11.9727H30Z" fill="black"/>
|
|
6
|
+
<path d="M33 7.77631L32.924 10.9328L30 7.77631H33Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
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(400, 200) scale(6, 6)">
|
|
19
|
+
<path d="M0.00555015 7.77631L9.75248 22H14.085L4.33691 7.77631H0.00555015ZM4.33358 15.6762L0 22H4.3358L6.50092 18.8387L4.33358 15.6762ZM15.076 0L7.58515 10.9308L9.75248 14.0944L19.4118 0H15.076ZM15.8606 6.76374V22H19.4118V1.5818L15.8606 6.76374Z" fill="white"/>
|
|
20
|
+
<path d="M21.0122 7.77826V22H25.348H32.924V18.8387H24.924V10.9328L29.5 10.9308L26.5 7.77631L24.924 7.77826H21.0122ZM30 11.9727V17.4727H33V11.9727H30Z" fill="white"/>
|
|
21
|
+
<path d="M33 7.77631L32.924 10.9328L30 7.77631H33Z" fill="white"/>
|
|
22
|
+
</g>
|
|
23
|
+
|
|
24
|
+
<!-- Title -->
|
|
25
|
+
<text x="550" y="280" font-family="Inter, Arial, sans-serif" font-size="64" font-weight="bold" fill="white">X CLI</text>
|
|
26
|
+
|
|
27
|
+
<!-- Subtitle -->
|
|
28
|
+
<text x="550" y="340" font-family="Inter, Arial, sans-serif" font-size="28" fill="#94a3b8">Claude Code-level intelligence in your terminal</text>
|
|
29
|
+
|
|
30
|
+
<!-- Features -->
|
|
31
|
+
<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>
|
|
32
|
+
|
|
33
|
+
<!-- Command -->
|
|
34
|
+
<rect x="520" y="450" width="400" height="50" rx="8" fill="#1e293b" stroke="#334155" stroke-width="2"/>
|
|
35
|
+
<text x="540" y="480" font-family="JetBrains Mono, monospace" font-size="18" fill="#10b981">npm install -g @xagent/x-cli</text>
|
|
36
|
+
|
|
37
|
+
<!-- GitHub URL -->
|
|
38
|
+
<text x="550" y="550" font-family="Inter, Arial, sans-serif" font-size="16" fill="#475569">github.com/x-cli-team/x-cli</text>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- X CLI Logo - Black Fill - Large -->
|
|
3
|
+
<g transform="translate(17, 39) scale(2, 2)">
|
|
4
|
+
<path d="M0.00555015 7.77631L9.75248 22H14.085L4.33691 7.77631H0.00555015ZM4.33358 15.6762L0 22H4.3358L6.50092 18.8387L4.33358 15.6762ZM15.076 0L7.58515 10.9308L9.75248 14.0944L19.4118 0H15.076ZM15.8606 6.76374V22H19.4118V1.5818L15.8606 6.76374Z" fill="black"/>
|
|
5
|
+
<path d="M21.0122 7.77826V22H25.348H32.924V18.8387H24.924V10.9328L29.5 10.9308L26.5 7.77631L24.924 7.77826H21.0122ZM30 11.9727V17.4727H33V11.9727H30Z" fill="black"/>
|
|
6
|
+
<path d="M33 7.77631L32.924 10.9328L30 7.77631H33Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- X CLI Logo - Black Fill - Small -->
|
|
3
|
+
<g transform="translate(17, 39) scale(2, 2)">
|
|
4
|
+
<path d="M0.00555015 7.77631L9.75248 22H14.085L4.33691 7.77631H0.00555015ZM4.33358 15.6762L0 22H4.3358L6.50092 18.8387L4.33358 15.6762ZM15.076 0L7.58515 10.9308L9.75248 14.0944L19.4118 0H15.076ZM15.8606 6.76374V22H19.4118V1.5818L15.8606 6.76374Z" fill="black"/>
|
|
5
|
+
<path d="M21.0122 7.77826V22H25.348H32.924V18.8387H24.924V10.9328L29.5 10.9308L26.5 7.77631L24.924 7.77826H21.0122ZM30 11.9727V17.4727H33V11.9727H30Z" fill="black"/>
|
|
6
|
+
<path d="M33 7.77631L32.924 10.9328L30 7.77631H33Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- X CLI Logo - Black Fill -->
|
|
3
|
+
<g transform="translate(17, 39) scale(2, 2)">
|
|
4
|
+
<path d="M0.00555015 7.77631L9.75248 22H14.085L4.33691 7.77631H0.00555015ZM4.33358 15.6762L0 22H4.3358L6.50092 18.8387L4.33358 15.6762ZM15.076 0L7.58515 10.9308L9.75248 14.0944L19.4118 0H15.076ZM15.8606 6.76374V22H19.4118V1.5818L15.8606 6.76374Z" fill="black"/>
|
|
5
|
+
<path d="M21.0122 7.77826V22H25.348H32.924V18.8387H24.924V10.9328L29.5 10.9308L26.5 7.77631L24.924 7.77826H21.0122ZM30 11.9727V17.4727H33V11.9727H30Z" fill="black"/>
|
|
6
|
+
<path d="M33 7.77631L32.924 10.9328L30 7.77631H33Z" fill="black"/>
|
|
7
|
+
</g>
|
|
8
|
+
</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.38",
|
|
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"
|